Add an essential missing -r option to the cvs command to check out the
branch.
This commit is contained in:
parent
02b557e348
commit
599c151f21
|
@ -67,7 +67,7 @@ How to Make A Release
|
|||
* Check out a clean version of the branch into a new directory.
|
||||
You'll be doing a lot of work in this directory and you want
|
||||
to keep it straight from your trunk working directory. E.g.
|
||||
% cvs -d <cvsroot> -q co -d python-22a3 python/dist/src
|
||||
% cvs -d <cvsroot> -q co -d python-22a3 -r 22a3-branch python/dist/src
|
||||
|
||||
- Send an email to python-dev@python.org indicating the fork and
|
||||
branch tags you've just created.
|
||||
|
|
Loading…
Reference in New Issue