[Socbuilder-developer] Checking out the CVS code
Brought to you by:
smilindog2000
|
From: Bill C. <bi...@vi...> - 2004-02-09 19:27:07
|
Hi.
There isn't much to check out yet, but here's how it's done:
In a command shell (I use bash), type:
cvs -d:ext:<your_account>@cvs.sourceforge.net:/cvsroot/socbuilder
checkout .
Replace <your_account> with the sourceforge account name you sent me.
If you're not familiar with CVS commands yet, I recommend learning
them. The commands you're most likely to use are:
cvs checkout - gets files from CVS
cvs add - adds files to CVS
cvs commit - commits changes to CVS
After checking out the code for the first time, you wont need to use the
-d option anymore. CVS remembers where to find the files.
Bill
|