Wednesday, November 17, 2004

cvs

CVS is a version control system.
Project Home: https://www.cvshome.org
cvs GUI: http://www.wincvs.org/

Set cvs repository directory with CVSROOT
use 'cvs init' to initialize the repository
use 'cvs import' to upload the project
use 'cvs checkout' to download files
use 'cvs commit' to upload files
use 'cvs update' to synchronize

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home