aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/cvs-tips.txt
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-14 15:21:47 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-14 15:21:47 +0000
commitff772b69339552ca08079ba5598e589b0d7acd11 (patch)
tree4451a9dd3315b7c5b1d391c774a61602393fe47b /etc/cvs-tips.txt
parentbdabf268a9da019dbd939e04211e87d5459e4d9d (diff)
Updated
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
+
+
+
+