Release from branch - Subversion is not happy.

2009-08-05 Thread David C. Hicks
I am getting this error when attempting to release:prepare from a branch:

Unable to tag SCM
Provider message:
The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: Source url
'svn://svn.enttek.com/allureglobal/dm/branches/salient-0.9.22' is
from different repository

I've seen Subversion complain about URLs not matching before, but that
was always when checking into the same portion of the repository.  In
this case, I assume that the maven-release-plugin is attempting to
create a new tag in the tags area.

My command line is:   mvn --batch-mode -DpreparationGoals=clean
install release:prepare
Any ideas how I can get this working?  I'm unable to release a branch
for testing because of this error.

Thanks,
Dave


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Release from branch - Subversion is not happy.

2009-08-05 Thread Brett Randall
On Thu, Aug 6, 2009 at 5:53 AM, David C. Hicks dhi...@i-hicks.org wrote:

 I am getting this error when attempting to release:prepare from a branch:

Unable to tag SCM
Provider message:
The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: Source url
'svn://svn.enttek.com/allureglobal/dm/branches/salient-0.9.22' is
from different repository

 I've seen Subversion complain about URLs not matching before, but that
 was always when checking into the same portion of the repository.  In
 this case, I assume that the maven-release-plugin is attempting to
 create a new tag in the tags area.

 My command line is:   mvn --batch-mode -DpreparationGoals=clean
 install release:prepare
 Any ideas how I can get this working?  I'm unable to release a branch
 for testing because of this error.

 Thanks,
 Dave


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


What are your SCM URLs?  This has come up before when a username was
included in the SCM URL.  Google finds this:
http://www.mail-archive.com/users@maven.apache.org/msg74843.html .

Best
Brett


Re: Release from branch - Subversion is not happy.

2009-08-05 Thread David C. Hicks
Thanks, Brett.  That's exactly what the problem was.  I found it about
an hour after I left the original email.  I thought I had cleared all of
them out a week or two ago.  Turns out that the branch was taken prior
to that.  It certainly was not easy to spot.

Dave

Brett Randall wrote:
 On Thu, Aug 6, 2009 at 5:53 AM, David C. Hicks dhi...@i-hicks.org wrote:

   
 I am getting this error when attempting to release:prepare from a branch:

Unable to tag SCM
Provider message:
The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: Source url
'svn://svn.enttek.com/allureglobal/dm/branches/salient-0.9.22' is
from different repository

 I've seen Subversion complain about URLs not matching before, but that
 was always when checking into the same portion of the repository.  In
 this case, I assume that the maven-release-plugin is attempting to
 create a new tag in the tags area.

 My command line is:   mvn --batch-mode -DpreparationGoals=clean
 install release:prepare
 Any ideas how I can get this working?  I'm unable to release a branch
 for testing because of this error.

 Thanks,
 Dave


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


 
 What are your SCM URLs?  This has come up before when a username was
 included in the SCM URL.  Google finds this:
 http://www.mail-archive.com/users@maven.apache.org/msg74843.html .

 Best
 Brett