You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Simone Tripodi <si...@gmail.com> on 2010/09/16 14:37:21 UTC

[Digester] problems on pushing the RC2

Hi all guys,
even if it not blocking, I'd like to know why the maven-release-plugin
fails when committing the tag. When launching

---
mvn -Prc release:prepare
---

when prompt, I insert these data:

---
What is the release version for "Commons Digester"?
(commons-digester:commons-digester) 2.1: :
What is SCM release tag or label for "Commons Digester"?
(commons-digester:commons-digester) commons-digester-2.1: :
DIGESTER_2_1_RC2
What is the new development version for "Commons Digester"?
(commons-digester:commons-digester) 2.2-SNAPSHOT: : 2.1-SNAPSHOT
---

The build arrives until signing the artifacts, then fails when
committing the tag:

---
[INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
--non-interactive commit --file
/var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-832812699.commit
--targets /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1900525631622526321-targets
[INFO] Working directory: /XXX/commons-digester
[INFO] Tagging release with the label DIGESTER_2_1_RC2...
[INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
--non-interactive copy --file
/var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1520634295.commit
--revision 997717
https://svn.apache.org/repos/asf/commons/proper/digester/trunk
https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_2_1_RC2
[INFO] Working directory: /XXX/commons-digester
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Unable to tag SCM
Provider message:
The svn tag command failed.
Command output:
svn: No such revision 997717
---

It happened twice :( Can anyone help me to understand please? Many
thanks in advance!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Digester] problems on pushing the RC2

Posted by Simone Tripodi <si...@gmail.com>.
Thanks both guys, I'll try to push the RC2 tomorrow!!!

@Sebastian: thanks for the clarification, I'm located indeed in Italy.

Have a nice day and thanks again for your help and explanations, very
appreciated :)
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Fri, Sep 17, 2010 at 5:26 PM, James Carman
<ja...@carmanconsulting.com> wrote:
> I've had trouble using release:prepare before.  I've had to do svn
> update and then re-run it.  See if that helps.  Somehow the svn
> version gets out of whack (or at least it thinks it is).
>
> On Fri, Sep 17, 2010 at 11:24 AM, sebb <se...@gmail.com> wrote:
>> On 17 September 2010 08:58, Simone Tripodi <si...@gmail.com> wrote:
>>> Hi guys,
>>> thanks for your hints, very appreciated, that's why I like participate
>>> in this community :)
>>> @Sebastian: I didn't configure any proxy... or it is something that
>>> works out-of-the-box?
>>
>> Proxy?
>>
>> The EU SVN mirror is automatically used if your ISP is thought to be
>> located closer to it.
>>
>> i.e. svn.apache.org is a virtual host that may resolve to either
>> svn.us.apache.org or svn.eu.apache.org
>>
>> The SVN master is in the US. Sometimes the EU mirror takes a short
>> while to catch up; this can affect some sequences of SVN operations.
>> Retrying after a few seconds usually fixes the problem.
>>
>>> @Dennis: I'll take advantage from the weekend to give another try,
>>> thanks a lot :)
>>> Have a nice day!!!
>>> Simo
>>>
>>> http://people.apache.org/~simonetripodi/
>>> http://www.99soft.org/
>>>
>>>
>>>
>>> On Thu, Sep 16, 2010 at 11:20 PM, Dennis Lundberg <de...@apache.org> wrote:
>>>> Just run the same command again after waiting for 10 second or so.
>>>>
>>>> mvn release:prepare
>>>>
>>>> See also
>>>> http://www.apache.org/dev/publishing-maven-artifacts.html#staging-maven
>>>>
>>>>
>>>> On 2010-09-16 14:37, Simone Tripodi wrote:
>>>>> Hi all guys,
>>>>> even if it not blocking, I'd like to know why the maven-release-plugin
>>>>> fails when committing the tag. When launching
>>>>>
>>>>> ---
>>>>> mvn -Prc release:prepare
>>>>> ---
>>>>>
>>>>> when prompt, I insert these data:
>>>>>
>>>>> ---
>>>>> What is the release version for "Commons Digester"?
>>>>> (commons-digester:commons-digester) 2.1: :
>>>>> What is SCM release tag or label for "Commons Digester"?
>>>>> (commons-digester:commons-digester) commons-digester-2.1: :
>>>>> DIGESTER_2_1_RC2
>>>>> What is the new development version for "Commons Digester"?
>>>>> (commons-digester:commons-digester) 2.2-SNAPSHOT: : 2.1-SNAPSHOT
>>>>> ---
>>>>>
>>>>> The build arrives until signing the artifacts, then fails when
>>>>> committing the tag:
>>>>>
>>>>> ---
>>>>> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
>>>>> --non-interactive commit --file
>>>>> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-832812699.commit
>>>>> --targets /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1900525631622526321-targets
>>>>> [INFO] Working directory: /XXX/commons-digester
>>>>> [INFO] Tagging release with the label DIGESTER_2_1_RC2...
>>>>> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
>>>>> --non-interactive copy --file
>>>>> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1520634295.commit
>>>>> --revision 997717
>>>>> https://svn.apache.org/repos/asf/commons/proper/digester/trunk
>>>>> https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_2_1_RC2
>>>>> [INFO] Working directory: /XXX/commons-digester
>>>>> [INFO] ------------------------------------------------------------------------
>>>>> [ERROR] BUILD FAILURE
>>>>> [INFO] ------------------------------------------------------------------------
>>>>> [INFO] Unable to tag SCM
>>>>> Provider message:
>>>>> The svn tag command failed.
>>>>> Command output:
>>>>> svn: No such revision 997717
>>>>> ---
>>>>>
>>>>> It happened twice :( Can anyone help me to understand please? Many
>>>>> thanks in advance!
>>>>> Simo
>>>>>
>>>>> http://people.apache.org/~simonetripodi/
>>>>> http://www.99soft.org/
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Dennis Lundberg
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Digester] problems on pushing the RC2

Posted by James Carman <ja...@carmanconsulting.com>.
I've had trouble using release:prepare before.  I've had to do svn
update and then re-run it.  See if that helps.  Somehow the svn
version gets out of whack (or at least it thinks it is).

On Fri, Sep 17, 2010 at 11:24 AM, sebb <se...@gmail.com> wrote:
> On 17 September 2010 08:58, Simone Tripodi <si...@gmail.com> wrote:
>> Hi guys,
>> thanks for your hints, very appreciated, that's why I like participate
>> in this community :)
>> @Sebastian: I didn't configure any proxy... or it is something that
>> works out-of-the-box?
>
> Proxy?
>
> The EU SVN mirror is automatically used if your ISP is thought to be
> located closer to it.
>
> i.e. svn.apache.org is a virtual host that may resolve to either
> svn.us.apache.org or svn.eu.apache.org
>
> The SVN master is in the US. Sometimes the EU mirror takes a short
> while to catch up; this can affect some sequences of SVN operations.
> Retrying after a few seconds usually fixes the problem.
>
>> @Dennis: I'll take advantage from the weekend to give another try,
>> thanks a lot :)
>> Have a nice day!!!
>> Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>>
>>
>> On Thu, Sep 16, 2010 at 11:20 PM, Dennis Lundberg <de...@apache.org> wrote:
>>> Just run the same command again after waiting for 10 second or so.
>>>
>>> mvn release:prepare
>>>
>>> See also
>>> http://www.apache.org/dev/publishing-maven-artifacts.html#staging-maven
>>>
>>>
>>> On 2010-09-16 14:37, Simone Tripodi wrote:
>>>> Hi all guys,
>>>> even if it not blocking, I'd like to know why the maven-release-plugin
>>>> fails when committing the tag. When launching
>>>>
>>>> ---
>>>> mvn -Prc release:prepare
>>>> ---
>>>>
>>>> when prompt, I insert these data:
>>>>
>>>> ---
>>>> What is the release version for "Commons Digester"?
>>>> (commons-digester:commons-digester) 2.1: :
>>>> What is SCM release tag or label for "Commons Digester"?
>>>> (commons-digester:commons-digester) commons-digester-2.1: :
>>>> DIGESTER_2_1_RC2
>>>> What is the new development version for "Commons Digester"?
>>>> (commons-digester:commons-digester) 2.2-SNAPSHOT: : 2.1-SNAPSHOT
>>>> ---
>>>>
>>>> The build arrives until signing the artifacts, then fails when
>>>> committing the tag:
>>>>
>>>> ---
>>>> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
>>>> --non-interactive commit --file
>>>> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-832812699.commit
>>>> --targets /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1900525631622526321-targets
>>>> [INFO] Working directory: /XXX/commons-digester
>>>> [INFO] Tagging release with the label DIGESTER_2_1_RC2...
>>>> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
>>>> --non-interactive copy --file
>>>> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1520634295.commit
>>>> --revision 997717
>>>> https://svn.apache.org/repos/asf/commons/proper/digester/trunk
>>>> https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_2_1_RC2
>>>> [INFO] Working directory: /XXX/commons-digester
>>>> [INFO] ------------------------------------------------------------------------
>>>> [ERROR] BUILD FAILURE
>>>> [INFO] ------------------------------------------------------------------------
>>>> [INFO] Unable to tag SCM
>>>> Provider message:
>>>> The svn tag command failed.
>>>> Command output:
>>>> svn: No such revision 997717
>>>> ---
>>>>
>>>> It happened twice :( Can anyone help me to understand please? Many
>>>> thanks in advance!
>>>> Simo
>>>>
>>>> http://people.apache.org/~simonetripodi/
>>>> http://www.99soft.org/
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>>
>>>
>>>
>>> --
>>> Dennis Lundberg
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Digester] problems on pushing the RC2

Posted by sebb <se...@gmail.com>.
On 17 September 2010 08:58, Simone Tripodi <si...@gmail.com> wrote:
> Hi guys,
> thanks for your hints, very appreciated, that's why I like participate
> in this community :)
> @Sebastian: I didn't configure any proxy... or it is something that
> works out-of-the-box?

Proxy?

The EU SVN mirror is automatically used if your ISP is thought to be
located closer to it.

i.e. svn.apache.org is a virtual host that may resolve to either
svn.us.apache.org or svn.eu.apache.org

The SVN master is in the US. Sometimes the EU mirror takes a short
while to catch up; this can affect some sequences of SVN operations.
Retrying after a few seconds usually fixes the problem.

> @Dennis: I'll take advantage from the weekend to give another try,
> thanks a lot :)
> Have a nice day!!!
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Thu, Sep 16, 2010 at 11:20 PM, Dennis Lundberg <de...@apache.org> wrote:
>> Just run the same command again after waiting for 10 second or so.
>>
>> mvn release:prepare
>>
>> See also
>> http://www.apache.org/dev/publishing-maven-artifacts.html#staging-maven
>>
>>
>> On 2010-09-16 14:37, Simone Tripodi wrote:
>>> Hi all guys,
>>> even if it not blocking, I'd like to know why the maven-release-plugin
>>> fails when committing the tag. When launching
>>>
>>> ---
>>> mvn -Prc release:prepare
>>> ---
>>>
>>> when prompt, I insert these data:
>>>
>>> ---
>>> What is the release version for "Commons Digester"?
>>> (commons-digester:commons-digester) 2.1: :
>>> What is SCM release tag or label for "Commons Digester"?
>>> (commons-digester:commons-digester) commons-digester-2.1: :
>>> DIGESTER_2_1_RC2
>>> What is the new development version for "Commons Digester"?
>>> (commons-digester:commons-digester) 2.2-SNAPSHOT: : 2.1-SNAPSHOT
>>> ---
>>>
>>> The build arrives until signing the artifacts, then fails when
>>> committing the tag:
>>>
>>> ---
>>> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
>>> --non-interactive commit --file
>>> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-832812699.commit
>>> --targets /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1900525631622526321-targets
>>> [INFO] Working directory: /XXX/commons-digester
>>> [INFO] Tagging release with the label DIGESTER_2_1_RC2...
>>> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
>>> --non-interactive copy --file
>>> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1520634295.commit
>>> --revision 997717
>>> https://svn.apache.org/repos/asf/commons/proper/digester/trunk
>>> https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_2_1_RC2
>>> [INFO] Working directory: /XXX/commons-digester
>>> [INFO] ------------------------------------------------------------------------
>>> [ERROR] BUILD FAILURE
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Unable to tag SCM
>>> Provider message:
>>> The svn tag command failed.
>>> Command output:
>>> svn: No such revision 997717
>>> ---
>>>
>>> It happened twice :( Can anyone help me to understand please? Many
>>> thanks in advance!
>>> Simo
>>>
>>> http://people.apache.org/~simonetripodi/
>>> http://www.99soft.org/
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>> --
>> Dennis Lundberg
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Digester] problems on pushing the RC2

Posted by Simone Tripodi <si...@gmail.com>.
Hi guys,
thanks for your hints, very appreciated, that's why I like participate
in this community :)
@Sebastian: I didn't configure any proxy... or it is something that
works out-of-the-box?
@Dennis: I'll take advantage from the weekend to give another try,
thanks a lot :)
Have a nice day!!!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Thu, Sep 16, 2010 at 11:20 PM, Dennis Lundberg <de...@apache.org> wrote:
> Just run the same command again after waiting for 10 second or so.
>
> mvn release:prepare
>
> See also
> http://www.apache.org/dev/publishing-maven-artifacts.html#staging-maven
>
>
> On 2010-09-16 14:37, Simone Tripodi wrote:
>> Hi all guys,
>> even if it not blocking, I'd like to know why the maven-release-plugin
>> fails when committing the tag. When launching
>>
>> ---
>> mvn -Prc release:prepare
>> ---
>>
>> when prompt, I insert these data:
>>
>> ---
>> What is the release version for "Commons Digester"?
>> (commons-digester:commons-digester) 2.1: :
>> What is SCM release tag or label for "Commons Digester"?
>> (commons-digester:commons-digester) commons-digester-2.1: :
>> DIGESTER_2_1_RC2
>> What is the new development version for "Commons Digester"?
>> (commons-digester:commons-digester) 2.2-SNAPSHOT: : 2.1-SNAPSHOT
>> ---
>>
>> The build arrives until signing the artifacts, then fails when
>> committing the tag:
>>
>> ---
>> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
>> --non-interactive commit --file
>> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-832812699.commit
>> --targets /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1900525631622526321-targets
>> [INFO] Working directory: /XXX/commons-digester
>> [INFO] Tagging release with the label DIGESTER_2_1_RC2...
>> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
>> --non-interactive copy --file
>> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1520634295.commit
>> --revision 997717
>> https://svn.apache.org/repos/asf/commons/proper/digester/trunk
>> https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_2_1_RC2
>> [INFO] Working directory: /XXX/commons-digester
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Unable to tag SCM
>> Provider message:
>> The svn tag command failed.
>> Command output:
>> svn: No such revision 997717
>> ---
>>
>> It happened twice :( Can anyone help me to understand please? Many
>> thanks in advance!
>> Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Digester] problems on pushing the RC2

Posted by Dennis Lundberg <de...@apache.org>.
Just run the same command again after waiting for 10 second or so.

mvn release:prepare

See also
http://www.apache.org/dev/publishing-maven-artifacts.html#staging-maven


On 2010-09-16 14:37, Simone Tripodi wrote:
> Hi all guys,
> even if it not blocking, I'd like to know why the maven-release-plugin
> fails when committing the tag. When launching
> 
> ---
> mvn -Prc release:prepare
> ---
> 
> when prompt, I insert these data:
> 
> ---
> What is the release version for "Commons Digester"?
> (commons-digester:commons-digester) 2.1: :
> What is SCM release tag or label for "Commons Digester"?
> (commons-digester:commons-digester) commons-digester-2.1: :
> DIGESTER_2_1_RC2
> What is the new development version for "Commons Digester"?
> (commons-digester:commons-digester) 2.2-SNAPSHOT: : 2.1-SNAPSHOT
> ---
> 
> The build arrives until signing the artifacts, then fails when
> committing the tag:
> 
> ---
> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
> --non-interactive commit --file
> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-832812699.commit
> --targets /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1900525631622526321-targets
> [INFO] Working directory: /XXX/commons-digester
> [INFO] Tagging release with the label DIGESTER_2_1_RC2...
> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
> --non-interactive copy --file
> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1520634295.commit
> --revision 997717
> https://svn.apache.org/repos/asf/commons/proper/digester/trunk
> https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_2_1_RC2
> [INFO] Working directory: /XXX/commons-digester
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: No such revision 997717
> ---
> 
> It happened twice :( Can anyone help me to understand please? Many
> thanks in advance!
> Simo
> 
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Digester] problems on pushing the RC2

Posted by sebb <se...@gmail.com>.
Most likely you are using the EU SVN mirror, which takes a short while to synch.

I think there is a way to resubmit the release without restarting.

Or use the manual methods...

On 16 September 2010 13:39, Simone Tripodi <si...@gmail.com> wrote:
> forgot to mention that trying with the -DdryRun=true parameter worked
> (of course, it didn't commit) and the 'mvn release:clean' was executed
> before starting the release.
> Many thanks in advance!
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Thu, Sep 16, 2010 at 2:37 PM, Simone Tripodi
> <si...@gmail.com> wrote:
>> Hi all guys,
>> even if it not blocking, I'd like to know why the maven-release-plugin
>> fails when committing the tag. When launching
>>
>> ---
>> mvn -Prc release:prepare
>> ---
>>
>> when prompt, I insert these data:
>>
>> ---
>> What is the release version for "Commons Digester"?
>> (commons-digester:commons-digester) 2.1: :
>> What is SCM release tag or label for "Commons Digester"?
>> (commons-digester:commons-digester) commons-digester-2.1: :
>> DIGESTER_2_1_RC2
>> What is the new development version for "Commons Digester"?
>> (commons-digester:commons-digester) 2.2-SNAPSHOT: : 2.1-SNAPSHOT
>> ---
>>
>> The build arrives until signing the artifacts, then fails when
>> committing the tag:
>>
>> ---
>> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
>> --non-interactive commit --file
>> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-832812699.commit
>> --targets /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1900525631622526321-targets
>> [INFO] Working directory: /XXX/commons-digester
>> [INFO] Tagging release with the label DIGESTER_2_1_RC2...
>> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
>> --non-interactive copy --file
>> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1520634295.commit
>> --revision 997717
>> https://svn.apache.org/repos/asf/commons/proper/digester/trunk
>> https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_2_1_RC2
>> [INFO] Working directory: /XXX/commons-digester
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Unable to tag SCM
>> Provider message:
>> The svn tag command failed.
>> Command output:
>> svn: No such revision 997717
>> ---
>>
>> It happened twice :( Can anyone help me to understand please? Many
>> thanks in advance!
>> Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Digester] problems on pushing the RC2

Posted by Simone Tripodi <si...@gmail.com>.
forgot to mention that trying with the -DdryRun=true parameter worked
(of course, it didn't commit) and the 'mvn release:clean' was executed
before starting the release.
Many thanks in advance!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Thu, Sep 16, 2010 at 2:37 PM, Simone Tripodi
<si...@gmail.com> wrote:
> Hi all guys,
> even if it not blocking, I'd like to know why the maven-release-plugin
> fails when committing the tag. When launching
>
> ---
> mvn -Prc release:prepare
> ---
>
> when prompt, I insert these data:
>
> ---
> What is the release version for "Commons Digester"?
> (commons-digester:commons-digester) 2.1: :
> What is SCM release tag or label for "Commons Digester"?
> (commons-digester:commons-digester) commons-digester-2.1: :
> DIGESTER_2_1_RC2
> What is the new development version for "Commons Digester"?
> (commons-digester:commons-digester) 2.2-SNAPSHOT: : 2.1-SNAPSHOT
> ---
>
> The build arrives until signing the artifacts, then fails when
> committing the tag:
>
> ---
> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
> --non-interactive commit --file
> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-832812699.commit
> --targets /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1900525631622526321-targets
> [INFO] Working directory: /XXX/commons-digester
> [INFO] Tagging release with the label DIGESTER_2_1_RC2...
> [INFO] Executing: /bin/sh -c cd /XXX/commons-digester && svn
> --non-interactive copy --file
> /var/folders/tA/tAi8rfQBEXu-Q2YdN8j4ZU+++TQ/-Tmp-/maven-scm-1520634295.commit
> --revision 997717
> https://svn.apache.org/repos/asf/commons/proper/digester/trunk
> https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_2_1_RC2
> [INFO] Working directory: /XXX/commons-digester
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Unable to tag SCM
> Provider message:
> The svn tag command failed.
> Command output:
> svn: No such revision 997717
> ---
>
> It happened twice :( Can anyone help me to understand please? Many
> thanks in advance!
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org