cvs.rst
changeset 1436 b069e5cd5e90
parent 1334 9bf0d5a1f0cf
child 1437 caeb534c6e59
--- a/cvs.rst	Fri Nov 23 09:32:07 2012 +0200
+++ b/cvs.rst	Sat Nov 24 23:31:36 2012 +0200
@@ -94,3 +94,11 @@
   $ rm $file            # remove it from local sources
   $ cvs update $file    # get a new copy from the repository
 
+List of CVS branches.
+=====================
+
+There are no such command but this command allow extract such info::
+
+  $ cd $CVS_PROJ
+  $ cvs rlog -l -h -b $(cat CVS/Repository)
+