[Python-Dev] Updating packages from external ?

Fredrik Lundh fredrik at pythonware.com
Tue Jun 13 19:19:26 CEST 2006


M.-A. Lemburg wrote:

> Here's the command I used:
> 
> svn copy svn+pythonssh://pythondev@svn.python.org/external/pybench-2.0  \
>          svn+pythonssh://pythondev@svn.python.org/python/trunk/Tools/pybench
> 
> Am I missing some final slash in the copy command or is there
> a different procedure which should be followed for these upgrades,
> such as e.g. remove the package directory first, then copy over
> the new version ?

that's one way to do it.

another way is to use the svn_load_dirs.pl script described here:

     http://svnbook.red-bean.com/en/1.0/ch07s04.html

</F>



More information about the Python-Dev mailing list