Details
Description
I have the same problem than http://jira.codehaus.org/browse/MRELEASE-427 when executing mvn release:branch.
It would be useful for me to add the -DremoteTagging argument also when making branches.
Thank you.
Issue Links
- duplicates
-
MRELEASE-461
Add a mojo parameter for using the new remote tagging for svn scm provider (to prevent issue with svn > 1.5.0) in branch mojo
-
I also have the same problem when doing a release:branch. It fails with the following error :
[INFO] Executing: svn --username xxx --password ***** --non-interactive copy --file c:\DOCUME~1\XXX\LOCALS~1\Temp\mavenscm-306400304.commit . http://xxx/svn/TST/branches/yyy
[INFO] Working directory: d:\zzz org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to branch SCM
Provider message:
The svn branch command failed.
Command output:
svn: Commit failed (details follow):
svn: File '/svn/TST/branches/xxx/database/pom.xml' already exists
I'm using version 1.6.2 of the svn client on Windows. It worked this version 1.4.5.
A workaround is to :