I attached your patch to Issue 990, and I think it should be incorporated
alongside my additions.
Thanks Russell.
Dale
> -----Original Message-----
> From: Russell Yanofsky [mailto:rey4@columbia.edu]
> Sent: Wednesday, February 26, 2003 3:52 AM
> To: dev@subversion.tigris.org
> Subject: Re: [PATCH] Issue 990: SWIG Python on Win32
>
>
> I've attached a patch which can be applied on top of Dale's.
> It fixes a few
> issues with the python bindings and cvs2svn.py on windows which are
> described in the log message below.
>
> - Russ
>
> Log
> ============
>
> subversion/bindings/swig/INSTALL:
> * Added instructions for windows.
>
> subversion/bindings/swig/apr.i:
> * Allowed integer parameters to be passed where time_t
> is expected.
>
> subversion/bindings/swig/python/win32/libswig_svn_client.dsp
> subversion/bindings/swig/python/win32/libswig_svn_delta.dsp
> subversion/bindings/swig/python/win32/libswig_svn_fs.dsp
> subversion/bindings/swig/python/win32/libswig_svn_ra.dsp
> subversion/bindings/swig/python/win32/libswig_svn_repos.dsp
> subversion/bindings/swig/python/win32/libswig_svn_util.dsp
> subversion/bindings/swig/python/win32/libswig_svn_wc.dsp
> subversion/bindings/swig/python/win32/swig_python.dsp:
> * Changed settings on debug builds to link with LibD\apriconv.lib
> instead of LibR\apriconv.lib.
>
> tools/cvs2svn/cvs2svn.py:
> * Opens RCS files in binary mode instead of text mode to prevent
> CRLF -> LF substitution on windows.
> * Leaves out buffer size argument to os.popen() to
> prevent runtime
> error on windows with python 2.2.1
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 26 21:21:18 2003