Add an essential missing -r option to the cvs command to check out the

branch.
This commit is contained in:
Guido van Rossum 2001-09-07 19:03:33 +00:00
parent 02b557e348
commit 599c151f21
1 changed files with 1 additions and 1 deletions

View File

@ -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.