From 1989cc67aadd58061ad662f67cd81f49f0510789 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 13 Oct 2011 10:57:07 +0000 Subject: Note on how to update base revision number (since I got it wrong on first try) --- etc/cvs-tips.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/cvs-tips.txt b/etc/cvs-tips.txt index 8323b92f..d88d1e5a 100644 --- a/etc/cvs-tips.txt +++ b/etc/cvs-tips.txt @@ -72,8 +72,6 @@ NB: this merging will always create conficts with $Id$ tags in source. (Is there a way to avoid this?) ------------------------------------------------------------------ - Overriding the CVS/Root setting temporarily: ============================================ @@ -90,9 +88,6 @@ Useful command: to force this behaviour. - ------------------------------------------------------------------ - Moving to a new branch ====================== @@ -103,3 +98,13 @@ This only works on a clean repository (no spurious files): (The tr is needed because of some nasty filenames, e.g. etc/isa/\backslashname) +Updating base revision number +============================= + +Starting with a new base revision number is handy to easily see changes since last release. + + cvs commit -f -R -r 12.0 -m"Update base revision number for 4.2 development cycle" . + cvs up -A + +Need second update to remove automatically added sticky tag. + -- cgit v1.2.3