| Author |
Message |
erbuc
Corporal


Joined: Apr 17, 2003
Posts: 65
|
Posted:
Mon Jul 21, 2003 8:47 pm |
  |
::This is a copy of a post I made on the BetaNC Site ::
CVS sounds like a very good concept.
I am very new to CVS and still learning my way around my Linux web server. I saw the login command and I can telnet to my server and login and logout with no problem.
But can you give me some idea of what commands you recommend sending to your system and what the effect is to my web site. I would also like to know what you recommend as a sample cron job setup?
I know these are very basic questions but there are quite a few of us that are new to CVS and web hosting.
Thanks,
erbuc |
|
|
     |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Tue Jul 22, 2003 3:58 pm |
  |
Hi, I saw that at bNC. I'll move this into the bNC forum onsite here. I'll try to whip something up this week. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
erbuc
Corporal


Joined: Apr 17, 2003
Posts: 65
|
Posted:
Wed Jul 30, 2003 8:57 pm |
  |
Hi ZX,
I know you've been busy. Any developments on this matter?
erbuc |
|
|
     |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Thu Jul 31, 2003 3:31 am |
  |
Yes about a week ago I posted, but no one is responding:
http://beta.nukecops.com/postt19.html
We're still testing to see if it really works. It may need to be fine tuned. One person has only given me feedback to date. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
steve
Sergeant


Joined: May 02, 2003
Posts: 120
Location: Edmonton AB, Canada
|
Posted:
Thu Jul 31, 2003 1:21 pm |
  |
I am also new to CVS .... is there any implications for those of us who are running this on Winders? <sniff> I don't have a cron
(at work that is) |
|
|
      |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Thu Jul 31, 2003 1:23 pm |
  |
Well you don't have to cron it, you can run a shell script manually.
I placed a beta shell script here:
http://beta.nukecops.com/postt19.html
Hopefully folks can help me test it and report back details. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
erbuc
Corporal


Joined: Apr 17, 2003
Posts: 65
|
Posted:
Fri Aug 01, 2003 6:48 am |
  |
Sorry Zx,
I was looking for it in a reply to my original posts so I missed it.
I have tried logging on ... no problem
I have tried to do a 'status' command ... probelm with a message as follows:
| Quote: |
cvs status: cannot open CVS/Entries for reading: No such file or directory
cvs [status aborted]: no repository
|
I used the following commands in my bash shell in the SSH Telnet application:
| Quote: |
today=`date +%Y%m%d`
CVSROOT=/home/cvs
export CVSROOT
cd myhomedir <<== substituting my actual home directory path
cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs login
*** then I entered the password and was returned to the command prompt ***
cvs :pserver:anonymous@cvs.nukecops.com:/home/cvs status betaNC
|
And then I received that error message.
Am I missing something essential here?
erbuc |
|
|
     |
 |
|
|