Synchronization Commands

   

Upload changes to the repository

   cvs commit [filenames]   

Force upload of unchanged files

   cvs commit -f [filenames]   

Download changes from the repository

   cvs update [filenames]   

Download changes, and download new directories

   cvs update -d [filenames]   

Download changes, but not empty directories

   cvs update -P [filenames]   

Download changes and clear sticky revision, date, keyword mode, or branch

   cvs update -A [filenames]   

Convert an existing sandbox to a specific tag name or revision

   cvs update -r [tagnamerevision]  project   

Convert an existing sandbox to a specific date or time

   cvs update -D [datetime] project   

   
Top


Essential CVS
Essential CVS (Essentials)
ISBN: 0596527039
EAN: 2147483647
Year: 2003
Pages: 152

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net