From ff772b69339552ca08079ba5598e589b0d7acd11 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 14 Sep 2000 15:21:47 +0000 Subject: Updated --- etc/cvs-tips.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + + + + -- cgit v1.2.3