I'm forced to go with 1.5.1 right now, so here is a workaround that worked
for me (on gentoo):
* Checkout a working copy with svn client 1.5.1, otherwise svn copy fails
with file already exists
* run mvn release:prepare, it will fail in the svn --non-interactive copy
...
* run svn update
* run svn copy manually, do not use --non-interactive, and you'll have to
provide a message
* edit release.properties, advance the completed phase
- completedPhase=scm-commit-release
+ completedPhase=scm-tag
* run mvn release:prepare to continue the release
* proceed normally with release:perform and so on..
If anybody has the proper solution for this issue, I'd be glad to know it.
Thanks,
Diego
--
View this message in context:
http://www.nabble.com/Release-fails-during-SVN-commit-tp19084270p19586036.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]