diff options
| author | David Aspinall | 2000-09-14 15:21:47 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-09-14 15:21:47 +0000 |
| commit | ff772b69339552ca08079ba5598e589b0d7acd11 (patch) | |
| tree | 4451a9dd3315b7c5b1d391c774a61602393fe47b | |
| parent | bdabf268a9da019dbd939e04211e87d5459e4d9d (diff) | |
Updated
| -rw-r--r-- | etc/cvs-tips.txt | 10 |
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 + + + + |
