Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
svn-settings useCygwinPathtrue/useCygwinPath /svn-settings [...] had no effect whatsoever when I first tried it, and then after looking at

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Jörg Schaible
Hi Ovidiu, Ovidiu Feodorov wrote at Donnerstag, 2. Juli 2009 16:23: svn-settings useCygwinPathtrue/useCygwinPath /svn-settings [...] had no effect whatsoever when I first tried it, and then after looking at

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: So, do you say that Cygwin's svn has a problem if you call it directly on command line with an absolute path like svn info /cygpath/c/path/to/managed/source I can hardly believe this (cannot test it anymore, Windows free zone). The error above indicates for me that you

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: The absolute paths are on purpose, see http://jira.codehaus.org/browse/SCM-368. Can we make this configurable? useRelativePathstrue/useRelativePaths or similar? I also annotated http://jira.codehaus.org/browse/SCM-368 ... All my Can we make this ... questions on this

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Jörg Schaible
Ovidiu Feodorov wrote: Jörg Schaible wrote: So, do you say that Cygwin's svn has a problem if you call it directly on command line with an absolute path like svn info /cygpath/c/path/to/managed/source I can hardly believe this (cannot test it anymore, Windows free zone). The error above

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: Ovidiu Feodorov wrote: Jörg Schaible wrote: So, do you say that Cygwin's svn has a problem if you call it directly on command line with an absolute path like svn info /cygpath/c/path/to/managed/source I can hardly believe this (cannot test it anymore, Windows

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Jörg Schaible
Ovidiu Feodorov wrote: Jörg Schaible wrote: [snip] What's the content of /cygdrive/c/Users/ovidiu/AppData/Local/Temp/maven-scm-45206-targets ? I've pasted it in the previous e-mail. I am doing it again here:

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: Ovidiu Feodorov wrote: Jörg Schaible wrote: [snip] What's the content of /cygdrive/c/Users/ovidiu/AppData/Local/Temp/maven-scm-45206-targets ? I've pasted it in the previous e-mail. I am doing it again here:

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-30 Thread Olivier Lamy
Did you have a look here : http://maven.apache.org/scm/subversion.html useCygwinPathtrue in order to use cygwin path /cygdrive/c/useCygwinPath cygwinMountPaththe mount path to use default is /cygwin/cygwinMountPath Personnaly I use windows svn even if I use cygwin. -- Olivier 2009/6/30

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-30 Thread Jörg Schaible
Hi, Ovidiu Feodorov wrote at Dienstag, 30. Juni 2009 04:55: [snip] It seems quite obvious that this could be handled by cygwin svn No. Cygwin provides a POSIX layer for the file operations to allow unix utilities to compile and work in the Cygwin environment. Although some basic commands in

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-30 Thread Ovidiu Feodorov
Jörg Schaible wrote: Hi, Hi, thanks for answering. Ovidiu Feodorov wrote at Dienstag, 30. Juni 2009 04:55: [snip] It seems quite obvious that this could be handled by cygwin svn No. Cygwin provides a POSIX layer for the file operations to allow unix utilities to compile and work

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-30 Thread Ovidiu Feodorov
Hi Olivier, yes, I actually tried that, it does not help, see my previous reply to the list (sent a couple of minutes ago) for an explanation why. The answer is in org.apache.maven.scm.provider.svn.svnexe.command.SvnCommandLineUtils.addTarget(). I'd change it to take into account the

SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-29 Thread Ovidiu Feodorov
I know this is not a new problem, I found several JIRA issues related to it (SCM-213 http://jira.codehaus.org/browse/SCM-213, for example), all reported Resolved, but yet I am using Maven SCM 1.2 and the 2.0 Beta 9 release plug-in and , and I am still seeing it. This is what happens in my