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]