[Python-Dev] Subversion repository question - back up to older versions (original) (raw)
skip at pobox.com skip at pobox.com
Thu Jun 8 21:55:29 CEST 2006
- Previous message: [Python-Dev] Subversion repository question - back up to older versions
- Next message: [Python-Dev] Subversion repository question - back up to older versions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> I have three Python branches, trunk, release23-maint and
>> release24-maint. In the (for example) release24-maint, what svn up
>> command would I use to get to the 2.4.2 version?
Tim> First question:
Tim> cd to the root of your release24-maint checkout, then
Tim> svn switch svn+[ssh://pythondev@svn.python.org/python/tags/r242](https://mdsite.deno.dev/ssh://pythondev@svn.python.org/python/tags/r242)
How is that different than noting that r242 corresponds to revision 39619 and executing:
svn up -r 39619
?
Thx,
Skip
- Previous message: [Python-Dev] Subversion repository question - back up to older versions
- Next message: [Python-Dev] Subversion repository question - back up to older versions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]