aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/cvs-tips.txt
diff options
context:
space:
mode:
Diffstat (limited to 'etc/cvs-tips.txt')
-rw-r--r--etc/cvs-tips.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/cvs-tips.txt b/etc/cvs-tips.txt
index 95cf4eaa..e175b5ec 100644
--- a/etc/cvs-tips.txt
+++ b/etc/cvs-tips.txt
@@ -96,3 +96,13 @@ to force this behaviour.
This is needed to solve "localssh.dcs" versus "ssh.dcs" problem.
+-----------------------------------------------------------------
+
+Moving to a new branch
+======================
+
+ find * -path '*/CVS' -prune -o -path 'CVS' -prune -o -print | xargs cvs commit -m"Updating branch" -f -r 4.0
+
+
+
+