[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

cvs2svn.py and Python bindings on Windows

From: Florian Schulze <florian.proff.schulze_at_gmx.net>
Date: 2003-06-27 17:04:21 CEST

Hi!

I was today able to compile the Python bindings for Windows with a small
problem. The generated C files from SWIG have (long long) in them when
there should be (__int64). I use SWIG 1.3.17. After I fixed that manually
the bindings compiled without problems. I don't know if they work flawless,
because I only tried cvs2svn.py yet, see below.

cvs2svn.py is another problem. I had to add binary to some (4 or so) file
open calls, so the CVS repository is parsed correctly. The popen call has
the buffersize set to something like 108..., which doesn't work on Windows,
which wants -1 or nothing (not specified) for the buffersize. After these
changes the SVN repository was filled, but there was no path seperation
done. The files had names like "\path\Makefile" which can't be checked out.

Regards,
Florian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 27 17:06:20 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.