List of CVS branches.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 24 Nov 2012 23:31:36 +0200
changeset 1436 b069e5cd5e90
parent 1435 d8601c18d27e
child 1437 caeb534c6e59
List of CVS branches.
cvs.rst
--- 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)
+