I've run into the same problem, but somehow I managed to figure it out!!

I found that if I simply run an "svn up" right before executing the mvn
release:branch command it works!

Note that there are NO changes downloaded from the scm, but for whatever
reason it worked for me.


Peter Nedonosko wrote:
> 
> Hi guys!
> 
> I try to use maven-release-plugin on WindowsXP SP2 with maven 2.0.8, Java
> 1.5.0_15 and svn 1.5.4.
> 
> I cannot run release:branch goal from trunk successful.
> Branch commit failed on command
>    svn --non-interactive copy --file D:\Tmp\maven-scm-1276451448.commit .
> http://svn.exoplatform.org/svnroot/exoplatform/projects/kernel-new/branches/2.0.4-RC
> 
> I have tried this command manually
>   svn copy .
> http://svn.exoplatform.org/svnroot/exoplatform/projects/kernel-new/branches/2.0.4-RC
> it fails too.
> 
> But if I replace '.' on full path of the trunk it will works
>   svn copy
> http://svn.exoplatform.org/svnroot/exoplatform/projects/kernel-new/trunk
> http://svn.exoplatform.org/svnroot/exoplatform/projects/kernel-new/branches/2.0.4-RC
> 
> I feel it's a bug, but may be I do smth wrong here?
> Anybody can help or comment the usecase?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/maven-release-plugin-svn-branch-command-failed-tp20321804p20629606.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]

Reply via email to