this pb happen when you use a windows jdk instead a jdk installed in cygwin.
When we run svn, we define the working directory with workingDirectory.getAbsolutePath(). This commands returns always with a windows jdk a path like d:\personal\JEC so for cygwin, this path isn't an absolute path but a relative path, it's why it concatenate it to the current working directory.

Emmanuel

Chas Douglass a écrit :
In the last release of the maven release plugin, releases broke on my systems. I use Cygwin (under Windows XP) and for some reason the release:perform action creates an invalid combination of paths to pass to Subversion.

The error I get is:
[INFO] Working directory: d:\personal\JEC [INFO] ------------------------------------------------------------------------[ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------[INFO] Unable to commit files Provider message: The svn command failed. Command output: svn: '/cygdrive/d/personal/JEC/d:/personal/JEC' is not a working copy

This is the "Cygwin" style path (/cygdrive/d/personal/JEC) concatenated with the Windows style path (d:/personal/JEC) for the same location.

This still works correctly under Linux, so I'm guessing it's Cygwin specific. I don't have a Windows environment without Cygwin, so I haven't tested that, but I haven't seen any reports of similar problems there.

Chas Douglass

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to