Re: svn commit: r769769 - in /maven/doxia/doxia/trunk: ./ doxia-book/ doxia-core/ doxia-logging-api/ doxia-maven-plugin/ doxia-modules/ doxia-modules/doxia-module-apt/ doxia-modules/doxia-module-confluence/ doxia-modules/doxia-module-docbook-simple/ doxia-...

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: svn commit: r769769 - in /maven/doxia/doxia/trunk: ./ doxia-book/ doxia-core/ doxia-logging-api/ doxia-maven-plugin/ doxia-modules/ doxia-modules/doxia-module-apt/ doxia-modules/doxia-module-confluence/ doxia-modules/doxia-module-docbook-simple/ doxia-...

by Lukas Theussl-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I keep getting this error when running release:prepare:


[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: The specified baseline is not the latest baseline, so it may not be checked out.


Raphael has reported the same problem with the archetype-plugin [1]. I have also
found some hints that it might be due to lagging sync of the eu svn mirror so I
switched back to https://svn.apache.org/ but still get the same error.

Anybody has some more hints? I'm giving up for now...

-Lukas


[1] http://www.mail-archive.com/dev@.../msg80254.html


ltheussl@... wrote:

> Author: ltheussl
> Date: Wed Apr 29 12:18:58 2009
> New Revision: 769769
>
> URL: http://svn.apache.org/viewvc?rev=769769&view=rev
> Log:
> Undo again, sigh...
>
> Modified:
>     maven/doxia/doxia/trunk/doxia-book/pom.xml
>     maven/doxia/doxia/trunk/doxia-core/pom.xml
>     maven/doxia/doxia/trunk/doxia-logging-api/pom.xml
>     maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
>     maven/doxia/doxia/trunk/doxia-modules/pom.xml
>     maven/doxia/doxia/trunk/doxia-sink-api/pom.xml
>     maven/doxia/doxia/trunk/doxia-test-docs/pom.xml
>     maven/doxia/doxia/trunk/pom.xml
>

[snip]

Re: svn commit: r769769 - in /maven/doxia/doxia/trunk: ./ doxia-book/ doxia-core/ doxia-logging-api/ doxia-maven-plugin/ doxia-modules/ doxia-modules/doxia-module-apt/ doxia-modules/doxia-module-confluence/ doxia-modules/doxia-module-docbook-simple/ doxia-...

by Benjamin Bentmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Lukas Theussl wrote:

> Raphael has reported the same problem with the archetype-plugin [1]. I
> have also found some hints that it might be due to lagging sync of the
> eu svn mirror so I switched back to https://svn.apache.org/ but still
> get the same error.

AFAIK, since recently svn.apache.org is resolved using geo DNS [0] so
you likely still get the EU mirror with the lagging problem.

> Anybody has some more hints? I'm giving up for now...

I haven't tried with SVN but if you relocate your working copy to
eris.apache.org, i.e. use the machine name rather the service name, you
should enforce the master instead of harmonia. That's at least what I
see from tracert.


Benjamin


[0]
http://mail-archives.apache.org/mod_mbox/www-infrastructure-dev/200904.mbox/%3C4239a4320904011536x5726d0eraae7065967ac1b77@...%3E

Re: svn commit: r769769 - in /maven/doxia/doxia/trunk: ./ doxia-book/ doxia-core/ doxia-logging-api/ doxia-maven-plugin/ doxia-modules/ doxia-modules/doxia-module-apt/ doxia-modules/doxia-module-confluence/ doxia-modules/doxia-module-docbook-simple/ doxia-...

by dennisl-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Just wait a few minutes and the run 'mvn release:prepare' one more time.
It will pick up from where it stopped.

Lukas Theussl wrote:

>
> I keep getting this error when running release:prepare:
>
>
> [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: The specified baseline is not the latest baseline, so it may not be
> checked out.
>
>
> Raphael has reported the same problem with the archetype-plugin [1]. I
> have also found some hints that it might be due to lagging sync of the
> eu svn mirror so I switched back to https://svn.apache.org/ but still
> get the same error.
>
> Anybody has some more hints? I'm giving up for now...
>
> -Lukas
>
>
> [1] http://www.mail-archive.com/dev@.../msg80254.html
>
>
> ltheussl@... wrote:
>> Author: ltheussl
>> Date: Wed Apr 29 12:18:58 2009
>> New Revision: 769769
>>
>> URL: http://svn.apache.org/viewvc?rev=769769&view=rev
>> Log:
>> Undo again, sigh...
>>
>> Modified:
>>     maven/doxia/doxia/trunk/doxia-book/pom.xml
>>     maven/doxia/doxia/trunk/doxia-core/pom.xml
>>     maven/doxia/doxia/trunk/doxia-logging-api/pom.xml
>>     maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml
>>    
>> maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
>>     maven/doxia/doxia/trunk/doxia-modules/pom.xml
>>     maven/doxia/doxia/trunk/doxia-sink-api/pom.xml
>>     maven/doxia/doxia/trunk/doxia-test-docs/pom.xml
>>     maven/doxia/doxia/trunk/pom.xml
>>
>
> [snip]
>


--
Dennis Lundberg

Re: svn commit: r769769 - in /maven/doxia/doxia/trunk: ./ doxia-book/ doxia-core/ doxia-logging-api/ doxia-maven-plugin/ doxia-modules/ doxia-modules/doxia-module-apt/ doxia-modules/doxia-module-confluence/ doxia-modules/doxia-module-docbook-simple/ doxia-...

by Lukas Theussl-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


It worked without hiccups this time. That's my favorite problem-solving-strategy:
just sit and wait until it goes away! :)

Thanks for the pointers anyway!

-Lukas

PS just in case: the vote is open on the maven-dev list


Dennis Lundberg wrote:

> Just wait a few minutes and the run 'mvn release:prepare' one more time.
> It will pick up from where it stopped.
>
> Lukas Theussl wrote:
>> I keep getting this error when running release:prepare:
>>
>>
>> [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: The specified baseline is not the latest baseline, so it may not be
>> checked out.
>>
>>
>> Raphael has reported the same problem with the archetype-plugin [1]. I
>> have also found some hints that it might be due to lagging sync of the
>> eu svn mirror so I switched back to https://svn.apache.org/ but still
>> get the same error.
>>
>> Anybody has some more hints? I'm giving up for now...
>>
>> -Lukas
>>
>>
>> [1] http://www.mail-archive.com/dev@.../msg80254.html
>>
>>
>> ltheussl@... wrote:
>>> Author: ltheussl
>>> Date: Wed Apr 29 12:18:58 2009
>>> New Revision: 769769
>>>
>>> URL: http://svn.apache.org/viewvc?rev=769769&view=rev
>>> Log:
>>> Undo again, sigh...
>>>
>>> Modified:
>>>     maven/doxia/doxia/trunk/doxia-book/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-core/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-logging-api/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml
>>>    
>>> maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-modules/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-sink-api/pom.xml
>>>     maven/doxia/doxia/trunk/doxia-test-docs/pom.xml
>>>     maven/doxia/doxia/trunk/pom.xml
>>>
>> [snip]
>>
>
>