Branch Commands

   

Create a branch from within a sandbox

   cvs tag -b branchname [filenames]   

Create a branch from anywhere using a tag name or revision

   cvs rtag -r [tagnamerevision] -b branchname project   

Create a branch from anywhere using a date or time

   cvs rtag -D [datetime] branchname project   

Check out a branch sandbox

   cvs checkout -r branchname   project   

Convert an existing sandbox to a branch sandbox

   cvs update -r branchname [filenames]   

   
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