Re: Cygwin, python and abspath()

2013-07-16 Thread Mikko Rapeli
On Tue, Jul 16, 2013 at 06:01:06PM +0300, Mikko Rapeli wrote: > Hi, > > Does anyone know why os.path.abspath() in python on cygwin is creating > invalid path names when given these cygwin compatible dos path names? > > $ pwd > /cygdrive/c/temp > > $ python -c

Cygwin, python and abspath()

2013-07-16 Thread Mikko Rapeli
Hi, Does anyone know why os.path.abspath() in python on cygwin is creating invalid path names when given these cygwin compatible dos path names? $ pwd /cygdrive/c/temp $ python -c "import os; os.path.abspath('/cygdrive/c/temp')" /cygdrive/c/temp $ python -c "import os; os.path.abspath('c:/temp'

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". Ye

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 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 -- Problem

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 comp

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 /usr/lib/perl5/vendor_per

Cygwin, git and x: directory

2013-07-12 Thread Mikko Rapeli
(please Cc: me in replies, not subscribed to the lists) Hi Cygwin and git developers, Does following scenario show signs of bugs in Cygwin and/or git? # setup git repo $ cd /tmp $ mkdir foo && cd foo $ git init # create x: directory $ mkdir x: $ ls x: # create Windows X: drive, cygwin utils ca

Re: subversion authentication broken in version 1.8, works with 1.7.10

2013-07-03 Thread Mikko Rapeli
(Sorry, not subscribed so replying to my own message instead) Yes, the problem is likely within svn itself, or the new serf http/s thingy. Discussion on #svn mentioned issues:: http://svn.haxx.se/users/archive-2013-06/0313.shtml http://svn.haxx.se/dev/archive-2013-06/0413.shtml These should be f

subversion authentication broken in version 1.8, works with 1.7.10

2013-07-02 Thread Mikko Rapeli
git svn error message is: APR does not understand this error code: Unable to connect to a repository at URL 'https://repo.invalid/svn/path': Error running context: The requested authentication type(s) are not supported at /usr/lib/git-core/git-svn line 2693 svn co error message is: svn: E12019

Re: git svn fork() problems on cygwin 1.7.20

2013-06-20 Thread Mikko Rapeli
Hi, I also noticed the perl package errors and did a reinstall of all perl packages with setup.exe. Did not help. Then in desperation I did a few reboots and rebaseall's and suddenly the problem is gone. Sigh. Somehow this is triggered by Windows 7 security updates but now again everything with

Re: git svn fork() problems on cygwin 1.7.20

2013-06-18 Thread Mikko Rapeli
(sorry, not subscribed so reply might be a bit off) I found only one cygwin1.dll on the system. Did a rebaseall but problem stays. Problem reproduces also when PATH=/bin so I guess this is something else. bash, git etc binaries work well and only git svn has this issue. Cygwin Configuration Diagn

Re: git svn fork() problems on cygwin 1.7.20

2013-06-17 Thread Mikko Rapeli
On Mon, Jun 17, 2013 at 05:00:47PM +0300, Mikko Rapeli wrote: > Has anyone else seen these when using git svn or other perl programs > on cygwin 1.7.20? > $ git svn rebase > ... > 0 [main] perl 4424 child_info_fork::abort: address space needed by > '_Client.dll

git svn fork() problems on cygwin 1.7.20

2013-06-17 Thread Mikko Rapeli
Hi, Has anyone else seen these when using git svn or other perl programs on cygwin 1.7.20? Sometimes these go away after reboot and rebaseall. These happen mostly on my jenkins build server running 64bit Windows 7, especially after Windows security updates, but another 32bit machine seems to be o