David M. Lloyd wrote:
Or try doing the copy with two URLS:
svn cp -m "blah"
https://svn.jboss.org/path/to/trunk
https://svn.jboss.org/repos/jbossas/projects/aop/branches/Branch_2_0
This is how I always have done branches. Never fails :-)
- DML
On 02/12/2009 02:16 PM, Andrew Lee Rubinger wrote:
> This sucks.
>
> "svn up" the source tree and try again.
>
> @see
http://jira.codehaus.org/browse/SCM-406,
>
http://www.nabble.com/Release-fails-during-SVN-commit-td19084270.html
>
> S,
> ALR
>
>
> Kabir Khan wrote:
>> I am trying to release JBoss AOP 2.0.1.GA, however I cannot release.
>> The maven release plugin fails to create the tag in svn, and I
>> cannot either:
>>
>> [kabir@~/sourcecontrol/jboss-aop/release/jboss-aop]
>> $svn info
>> Path: .
>> URL:
>>
https://svn.jboss.org/repos/jbossas/projects/aop/branches/Branch_2_0
>> Repository Root:
https://svn.jboss.org/repos/jbossas
>> Repository UUID: 84be2c1e-ba19-0410-b317-a758671a6fc1
>> Revision: 84137
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: kabir.khan(a)jboss.com
>> Last Changed Rev: 84137
>> Last Changed Date: 2009-02-12 19:29:27 +0000 (Thu, 12 Feb 2009)
>>
>> [kabir@~/sourcecontrol/jboss-aop/release/jboss-aop]
>> $svn copy -m "Manually create tag" .
>>
https://svn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_1_GA
>>
>> svn: Commit failed (details follow):
>> svn: File
>> '/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_1_GA/aop/pom.xml'
>> already exists
>> [kabir@~/sourcecontrol/jboss-aop/release/jboss-aop]
>> $svn rm -m "Manual tag"
>>
https://svn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_1_GA
>>
>> svn: URL 'JBoss_AOP_2_0_1_GA' does not exist
>> [kabir@~/sourcecontrol/jboss-aop/release/jboss-aop]
>> $svn copy -m "Manually create tag" .
>>
https://svn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_1_GA
>>
>> svn: Commit failed (details follow):
>> svn: File
>> '/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_1_GA/aop/pom.xml'
>> already exists
>>
>> I then tried to make something up, but that is buggered as well:
>> [kabir@~/sourcecontrol/jboss-aop/release/jboss-aop]
>> $svn copy -m "Manually create tag" .
>>
https://svn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_1_GA_...
>>
>> svn: Commit failed (details follow):
>> svn: File
>> '/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_1_GA_Manual/aop/pom.xml'
>> already exists
>> [kabir@~/sourcecontrol/jboss-aop/release/jboss-aop]
>> $svn rm -m "Manual tag"
>>
https://svn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_1_GA_...
>>
>> svn: URL 'JBoss_AOP_2_0_1_GA_Manual' does not exist
>>
>> The release will have to wait until the morning when this is fixed...