Re: Release Plugin Failing on Commit

2010-09-06 Thread Martin Schayna
On 09/04/2010 12:16 AM, Neil Chaudhuri wrote: I am using version 2.0 of the release plugin to tag a new version of my multi-module application, but at the end when it goes to commit to SVN SCM, I get the following: [INFO] Unable to tag SCM Provider message: The svn tag command failed. Command

Re: Release Plugin Failing on Commit

2010-09-05 Thread Arnaud Héritier
What is your svn version ? Aren't you facing to this bug : http://jira.codehaus.org/browse/MRELEASE-375 Using the option remoteTaggingtrue/remoteTagging should slve it. (It is weird but I was sure we had a note somewhere about this annoying issue we had a long time ago, but I didn't find it)

Re: Release Plugin Failing on Commit

2010-09-04 Thread Dennis Lundberg
On 2010-09-04 00:16, Neil Chaudhuri wrote: I am using version 2.0 of the release plugin to tag a new version of my multi-module application, but at the end when it goes to commit to SVN SCM, I get the following: [INFO] Unable to tag SCM Provider message: The svn tag command failed.

Re: Release Plugin Failing on Commit

2010-09-04 Thread Paul Benedict
I get that error all too often, as well. I haven't found a solution for it. On Sat, Sep 4, 2010 at 3:35 PM, Dennis Lundberg denn...@apache.org wrote: On 2010-09-04 00:16, Neil Chaudhuri wrote: I am using version 2.0 of the release plugin to tag a new version of my multi-module application,

Release Plugin Failing on Commit

2010-09-03 Thread Neil Chaudhuri
I am using version 2.0 of the release plugin to tag a new version of my multi-module application, but at the end when it goes to commit to SVN SCM, I get the following: [INFO] Unable to tag SCM Provider message: The svn tag command failed. Command output: svn: Path 'svn://SVN

Re: Release Plugin Failing on Commit

2010-09-03 Thread Wendy Smoak
On Fri, Sep 3, 2010 at 6:16 PM, Neil Chaudhuri nchaudh...@potomacfusion.com wrote: I am using version 2.0 of the release plugin to tag a new version of my multi-module application, but at the end when it goes to commit to SVN SCM, I get the following: What command did you execute? What