You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by David <da...@gmail.com> on 2006/12/06 22:18:07 UTC

Tagging a maven project in sourceforge with release:prepare fails with this message

Hi,

As you can see, there is a commit in the second line that is executed
perfectly (I have checked it at my svn repository in sourceforge), but
the 4th line which should create a new directory under "tags" for the
release being cooked, fails with a 403  :(

Any clue?

[INFO] Checking in modified POMs...
[INFO] Executing: svn --username nimeacuerdo --password *****
--non-interactive commit --file /tmp/maven-scm-523270409.commit
/Users/david/Documents/eclipseworkspace/mavenium/pom.xml
[INFO] Working directory: /Users/david/Documents/eclipseworkspace/mavenium
[INFO] Tagging release with the label mavenium-0.1...
[INFO] Executing: svn --username nimeacuerdo --password *****
--non-interactive copy --file /tmp/maven-scm-884527461.commit .
https://svn.sourceforge.net/svnroot/mavenium/tags/mavenium-0.1
[INFO] Working directory: /Users/david/Documents/eclipseworkspace/mavenium
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Unable to tag SCM
Provider message:
The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: COPY of mavenium-0.1: 403 Forbidden (https://svn.sourceforge.net)

[INFO] ------------------------------------------------------------------------


TIA

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


Re: Tagging a maven project in sourceforge with release:prepare fails with this message

Posted by Markku Saarela <ma...@iki.fi>.
Thanks,

That resolved also mine release tagging problem at Sourceforge.

Rgds,

Markku

David wrote:
> Just in case it's useful for someone, I've found the "curious"
> solution to this weird problem within the SF tracker after being
> knocking my head against the screen for some time...
>
> http://sourceforge.net/tracker/index.php?func=detail&aid=1599910&group_id=1&atid=200001 
>
>
>
> David
>
> 2006/12/6, David <da...@gmail.com>:
>> Hi,
>>
>> As you can see, there is a commit in the second line that is executed
>> perfectly (I have checked it at my svn repository in sourceforge), but
>> the 4th line which should create a new directory under "tags" for the
>> release being cooked, fails with a 403  :(
>>
>> Any clue?
>>
>> [INFO] Checking in modified POMs...
>> [INFO] Executing: svn --username nimeacuerdo --password *****
>> --non-interactive commit --file /tmp/maven-scm-523270409.commit
>> /Users/david/Documents/eclipseworkspace/mavenium/pom.xml
>> [INFO] Working directory: 
>> /Users/david/Documents/eclipseworkspace/mavenium
>> [INFO] Tagging release with the label mavenium-0.1...
>> [INFO] Executing: svn --username nimeacuerdo --password *****
>> --non-interactive copy --file /tmp/maven-scm-884527461.commit .
>> https://svn.sourceforge.net/svnroot/mavenium/tags/mavenium-0.1
>> [INFO] Working directory: 
>> /Users/david/Documents/eclipseworkspace/mavenium
>> [INFO] 
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] Unable to tag SCM
>> Provider message:
>> The svn tag command failed.
>> Command output:
>> svn: Commit failed (details follow):
>> svn: COPY of mavenium-0.1: 403 Forbidden (https://svn.sourceforge.net)
>>
>> [INFO] 
>> ------------------------------------------------------------------------
>>
>>
>> TIA
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


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


Re: Tagging a maven project in sourceforge with release:prepare fails with this message

Posted by David <da...@gmail.com>.
Just in case it's useful for someone, I've found the "curious"
solution to this weird problem within the SF tracker after being
knocking my head against the screen for some time...

http://sourceforge.net/tracker/index.php?func=detail&aid=1599910&group_id=1&atid=200001


David

2006/12/6, David <da...@gmail.com>:
> Hi,
>
> As you can see, there is a commit in the second line that is executed
> perfectly (I have checked it at my svn repository in sourceforge), but
> the 4th line which should create a new directory under "tags" for the
> release being cooked, fails with a 403  :(
>
> Any clue?
>
> [INFO] Checking in modified POMs...
> [INFO] Executing: svn --username nimeacuerdo --password *****
> --non-interactive commit --file /tmp/maven-scm-523270409.commit
> /Users/david/Documents/eclipseworkspace/mavenium/pom.xml
> [INFO] Working directory: /Users/david/Documents/eclipseworkspace/mavenium
> [INFO] Tagging release with the label mavenium-0.1...
> [INFO] Executing: svn --username nimeacuerdo --password *****
> --non-interactive copy --file /tmp/maven-scm-884527461.commit .
> https://svn.sourceforge.net/svnroot/mavenium/tags/mavenium-0.1
> [INFO] Working directory: /Users/david/Documents/eclipseworkspace/mavenium
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: COPY of mavenium-0.1: 403 Forbidden (https://svn.sourceforge.net)
>
> [INFO] ------------------------------------------------------------------------
>
>
> TIA
>

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