Re: SVN::Ra problems

2013-07-16 Thread Mikko Rapeli
cygcheck output from the working setup is: Found: C:\cygwin\bin\perl.exe Found: C:\Testwell\CTC\perl Warning: C:\cygwin\bin\perl.exe hides C:\Testwell\CTC\perl I wonder if this is the reason? Perhaps Cygwin was picking up the wrong perl? Without any perhaps. Yes! This was the

Re: SVN::Ra problems

2013-07-15 Thread Mikko Rapeli
SVN/_Ra/_Ra.dll is part of the subversion-perl package, as is SVN/Base.pm. You have one but not the other. Do you have There is a _Ra.dll and a Base.pm, files are there. /usr/lib/perl5/vendor_perl/5.14/i686-cygwin-threads-64int/auto/SVN/_Ra/_Ra.dll.new? If so, you have to reboot your

Re: SVN::Ra problems

2013-07-15 Thread Mikko Rapeli
With latest cygwin packages, including subversion 1.8, perl -e 'require SVN::Ra' works, but svn 1.8 breaks HTTPS NTML authentication which works with 1.7.10. Downgrading to subversion 1.7.10 worked well a few weeks back but not anymore. Would be nice to figure out what changed. -Mikko --

Re: SVN::Ra problems

2013-07-15 Thread Mikko Rapeli
As a workaround, I copied a full cygwin directory from another machine where subversion-perl is working with svn 1.7.10 packages, and this works. cygcheck output from the working setup is: Cygwin Configuration Diagnostics Current System Time: Mon Jul 15 11:59:04 2013 Windows 7 Enterprise Ver 6.1

Re: SVN::Ra problems

2013-07-15 Thread Csaba Raduly
Hi Mikko, On Mon, Jul 15, 2013 at 1:20 PM, Mikko Rapeli wrote: As a workaround, I copied a full cygwin directory from another machine where subversion-perl is working with svn 1.7.10 packages, and this works. cygcheck output from the working setup is: Cygwin Configuration Diagnostics (snip)

Re: SVN::Ra problems

2013-07-15 Thread David Rothenberger
Mikko Rapeli wrote: As a workaround, I copied a full cygwin directory from another machine where subversion-perl is working with svn 1.7.10 packages, and this works. I'm glad you got it working. With latest cygwin packages, including subversion 1.8, perl -e 'require SVN::Ra' works

Re: SVN::Ra problems

2013-07-15 Thread Andrey Repin
Greetings, David Rothenberger! Mikko Rapeli wrote: As a workaround, I copied a full cygwin directory from another machine where subversion-perl is working with svn 1.7.10 packages, and this works. I'm glad you got it working. With latest cygwin packages, including subversion 1.8, perl -e

SVN::Ra problems

2013-07-12 Thread Mikko Rapeli
On a 10 min old cygwin installation: $ git svn rebase Can't load '/usr/lib/perl5/vendor_perl/5.14/i686-cygwin-threads-64int/auto/SVN/_Ra/_Ra.dll' for module SVN::_Ra: No such file or directory at /usr/lib/perl5/5.14/i686-cygwin-threads-64int/DynaLoader.pm line 190. at

Re: SVN::Ra problems

2013-07-12 Thread David Rothenberger
Mikko Rapeli wrote: On a 10 min old cygwin installation: $ git svn rebase Can't load '/usr/lib/perl5/vendor_perl/5.14/i686-cygwin-threads-64int/auto/SVN/_Ra/_Ra.dll' for module SVN::_Ra: No such file or directory at /usr/lib/perl5/5.14/i686-cygwin-threads-64int/DynaLoader.pm line 190.