Jack rightly suggests doing the cvs update with -d -P and -A.
This commit is contained in:
parent
5bcb5cfe0a
commit
ad5d244ead
|
@ -73,8 +73,8 @@ How to Make A Release
|
|||
|
||||
To create a branch the following steps are taken:
|
||||
|
||||
___ Do a CVS update with the -A flag, e.g.
|
||||
% cvs update -A
|
||||
___ Do a CVS update with the -A, -d, and -P flags, e.g.
|
||||
% cvs -q update -d -P -A
|
||||
|
||||
___ CVS tag the trunk with the symbolic name "rXYaZ-fork", e.g.
|
||||
% cvs tag r22a3-fork
|
||||
|
|
Loading…
Reference in New Issue