Andy,
On Thu, Jul 31, 2008 at 03:10:26AM -0700, Andy Dingley wrote:
> On 30 Jul, 20:30, Jason Tishler <[EMAIL PROTECTED]> wrote:
> > You need to build (and install) pysvn under Cygwin. The pre-built
> > Windows version will not work under Cygwin.
>
> Thanks. Presumably this same problem would aff
On 30 Jul, 20:30, Jason Tishler <[EMAIL PROTECTED]> wrote:
> You need to build (and install) pysvn under Cygwin. The pre-built
> Windows version will not work under Cygwin.
Thanks. Presumably this same problem would affect anything that uses
a .pyd under Cygwin?
--
http://mail.python.org/mailman
Andy,
On Wed, Jul 30, 2008 at 07:46:32AM -0700, Andy Dingley wrote:
> Trying to install the pysvn module I'm running into problems getting
> it to work under Cygwin. Works fine from a Windows command prompt,
> with both the svn_cmd.py example and my own Python code. Under Cygwin
> though I just ge
I'm building Python tools to wrap up access to our Subversion / SVN
source control system. It's to run on my desktop (Cygwin under Windows
XP) and then later under Redhat.
Trying to install the pysvn module I'm running into problems getting
it to work under Cygwin. Works fine from a Windows comman