cvs.rst
changeset 1830 b4a5c76521df
parent 1829 f001ff60c027
child 1905 fba288d59662
equal deleted inserted replaced
1829:f001ff60c027 1830:b4a5c76521df
    95   $ cvs update $file    # get a new copy from the repository
    95   $ cvs update $file    # get a new copy from the repository
    96 
    96 
    97 Working with CVS branches.
    97 Working with CVS branches.
    98 ==========================
    98 ==========================
    99 
    99 
   100 There are no such command but this command allow extract such info::
   100 There are no direct command to list symbolic names for branches but this command
       
   101 allow extract such info::
   101 
   102 
   102   $ cd $CVS_PROJ
   103   $ cd $CVS_PROJ
   103   $ cvs rlog -l -h -b $(cat CVS/Repository)
   104   $ cvs rlog -l -h -b $(cat CVS/Repository)
   104 
   105 
   105 Switch branch::
   106 Switch to branch::
   106 
   107 
   107   $ cvs up -r $BRANCH
   108   $ cvs up -r $BRANCH
   108 
   109 
   109 Update to HEAD::
   110 Update to HEAD::
   110 
   111