[Python-Dev] How to get the Python-2.4.2 sources from SVN? (original) (raw)

skip at pobox.com skip at pobox.com
Sat Feb 11 16:10:41 CET 2006


Dave> It isn't completely clear which branch or tag to get, and Google
Dave> turned up no obvious documentation.

On subversion, you want releaseXY-maint for the various X.Y releases. For 2.4.2, release24-maint is what you want, though it may have a few bug fixes since 2.4.2 was released. With CVS I used to use "cvs log README" to see what all the tags and branches were. I don't know what the equivalent svn command is.

Skip



More information about the Python-Dev mailing list