Hi,
If you run Maven with debug logging (add -X to the arguments) you will see
how the maven-release-plugin executes the svn executable.
It will look something like
cmd.exe /X /C "svn.exe ....."
You should see the same result when you copy the cmdline between the
quotes and executes it directly.
That way you can verify that it is not a problem of the
maven-release-plugin, but from the SVN Client or the way your project is
checked out under Windows.
Robert
Op Tue, 05 Nov 2013 22:52:35 +0100 schreef Mark Eggers
<[email protected]>:
Folks,
I'm starting to work with Maven's release plugin and I've run into a
problem.
OS: Windows 7 64 bit Home Premium
SCM: TortoiseSVN 1.7.10
Maven: 3.1.1
SCM Plugin: 1.8.1
The error I get on mvn release:prepare is:
[ERROR] svn: E720005: Error resolving case of
'C:\Users\mdeggers\My Documents\NetBeansProjects\ProjectConfig\pom.xml'
This is apparently because the release plugin stores backslashes, but
subversion expects forward slashes.
I've found a bug report for this, but it's still open. Is there any
workaround for this issue?
BTW - the release works flawlessly on Linux (Fedora 19, 64 bit).
Thanks,
/mde/
---------------------------------------------------------------------
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]