cvs.rst
changeset 1436 b069e5cd5e90
parent 1334 9bf0d5a1f0cf
child 1437 caeb534c6e59
equal deleted inserted replaced
1435:d8601c18d27e 1436:b069e5cd5e90
    92 Revert file::
    92 Revert file::
    93 
    93 
    94   $ rm $file            # remove it from local sources
    94   $ rm $file            # remove it from local sources
    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 List of CVS branches.
       
    98 =====================
       
    99 
       
   100 There are no such command but this command allow extract such info::
       
   101 
       
   102   $ cd $CVS_PROJ
       
   103   $ cvs rlog -l -h -b $(cat CVS/Repository)
       
   104