[Python-Dev] SVN question

Fredrik Lundh fredrik at pythonware.com
Thu Apr 20 18:24:46 CEST 2006


Thomas Heller wrote:

> I'm about to import the 0.9.9.6 tag of ctypes into Python svn.
>
> Should this be done in exact the same way as before, so first
> commit it into external/ctypes-0.9.9.6, and then 'svn copy'
> the two relevant directories into the trunk, and afterwards set
> all the svn props again, or is this done in another way?

what props?

if you prefer, you could switch to using "vendor drop" approach
for ctypes.  see this page for an explanation:

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

</F>





More information about the Python-Dev mailing list