This is a known problem with the SVN 1.5 client and maven's release plugin.
Workaround: type svn update mvn release:prepare and it will continue from where it left off correctly. There are also some rumors that upgrading to the very latest version of the SVN client (1.5.5 i think) will fix this too. -Stephen 2008/12/19 Alexander Vaysberg <[email protected]> > Hi, > i have a problem with release plugin , svn and ssh. We have changed from > cvs to svn. With cvs has it work fine, but with svn i have a problem: > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Unable to tag SCM > Provider message: > The svn tag command failed. > Command output: > svn: Übertragen schlug fehl (Details folgen): > svn: Quell URL »svn+ssh://local/work/data/svn/commons/trunk/root-project« > is from different repository. > > But I have a only one repository and is the > svn+ssh://local/work/data/svn/commons/. What is wrong? > > Alexander Vaysberg > tetralog systems AG > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
