This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: CVS migration not in www.python.org docs
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, georg.brandl, jimjjewett, loewis, nnorwitz
Priority: normal Keywords:

Created on 2005-11-07 16:52 by jimjjewett, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (7)
msg26818 - (view) Author: Jim Jewett (jimjjewett) Date: 2005-11-07 16:52
The development head has recently moved from 
CVS on sourceforge to subversion on python.org.

The www.python.org documentation still sends 
people to the sourceforge cvs via

(1)  The left hand navigation link (main page) under 
Documenation section, python project, cvs.  (The 
similar link on http://www.python.org/dev/ has been 
updated.)

(2)  The text of http://www.python.org/dev/ still says 
that deveopment takes place on sourceforge and 
sends people to the sourceforge cvs browser

It also includes a link to (sourceforge) CVS 
instructions, but no mention of subversion.

(3)  The tools link then points to http://www.python.
org/dev/tools.html, which still refers to CVS and CVS 
instructions.

(4)  The developer FAQ (http://www.python.org/dev/
devfaq.html) contains sections 1.2 and 1.4 for 
subversion (combine them?) and 1.3 for CVS -- 
section 1.3 seems to imply that the CVS tree is still 
active.
msg26819 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-11-07 23:19
Logged In: YES 
user_id=21627

I fixed the first two. The latter will be modified later
this year, or next year.
msg26820 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-11-10 05:48
Logged In: YES 
user_id=33168

Brett, did you finish updating all these docs?  Is this bug
dead now?
msg26821 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2005-11-10 21:49
Logged In: YES 
user_id=357491

Everything but tools.html has been fixed.  That doc really
just needs to be replaced (see python-dev and the thread on
the dev FAQ update for any discussion on the topic) and so
fixing it is not on my list of things to do.  =)

I will leave this bug open, though, until the doc is deleted.
msg26822 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-11-11 08:52
Logged In: YES 
user_id=1188172

www.python.org/patches says:

We appreciate it if you send patches relative to the
`current svn tree
System Message: WARNING/2 (./index.ht, line 33); backlink
Inline interpreted text or phrase reference start-string
without end-string.

<http://www.python.org/dev/devfaq.html#subversion-svn>`_.
These are our latest sources. Even a patch relative to the
latest alpha or beta release may be way out of date.
msg26823 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2005-11-11 20:24
Logged In: YES 
user_id=357491

Fixed.  Thanks, Reinhold.
msg26824 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2006-03-31 20:03
Logged In: YES 
user_id=357491

All of the mentioned issues have been cleaned up.  Closing
as fixed.
History
Date User Action Args
2022-04-11 14:56:13adminsetgithub: 42564
2005-11-07 16:52:04jimjjewettcreate