You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Siegfried Goeschl <si...@it20one.at> on 2009/07/14 18:35:15 UTC

[all] M2 release fails with SVN error message

Hi folks,

anyone out there having an idea what to do with? It is a reproducible
SVN problem but this is the only thing I know for the moment .... :-(

Thanks in advance

Siegfried Goeschl

PS: Was using "mvn -Prc release:prepare" on commons-exec

=== START ===

[INFO]
------------------------------------------------------------------------
        [INFO] BUILD SUCCESSFUL
        [INFO]
------------------------------------------------------------------------
        [INFO] Total time: 4 minutes 18 seconds
        [INFO] Finished at: Tue Jul 14 18:25:40 CEST 2009
        [INFO] Final Memory: 68M/122M
        [INFO]
------------------------------------------------------------------------
        [INFO] Checking in modified POMs...
[INFO] Executing: svn --non-interactive commit --file
/tmp/maven-scm-1680689570.commit --targets
/tmp/maven-scm-3481365182813304861-targets
[INFO] Working directory:
/Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
[INFO] Tagging release with the label EXEC_1_0_1_RC2...
[INFO] Executing: svn --non-interactive copy --file
/tmp/maven-scm-2080104901.commit .
https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC2
[INFO] Working directory:
/Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
[INFO] Transforming 'Commons Exec'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: svn --non-interactive commit --file
/tmp/maven-scm-298400765.commit --targets
/tmp/maven-scm-3447475345724908690-targets
[INFO] Working directory:
/Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Unable to commit files
Provider message:
The svn 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.

[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 5 minutes 39 seconds
[INFO] Finished at: Tue Jul 14 18:26:13 CEST 2009
[INFO] Final Memory: 5M/10M
[INFO]
------------------------------------------------------------------------

=== END ===

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


Re: [all] M2 release fails with SVN error message

Posted by Mark Thomas <ma...@apache.org>.
Rahul Akolkar wrote:
> On Tue, Jul 14, 2009 at 1:13 PM, Dennis Lundberg<de...@apache.org> wrote:
>> Do you have your source checked out from the EU svn mirror?
>>
>> If so try to check out and do the release against svn.apache.org
>> instead.
> <snip/>
> 
> Need to go to the master explicitly. With pgeodns that will still
> shunt you to harmonia (if it places you in the EU), but you really
> want to get to eris to be sure.

svn.us.apache.org will guarantee you get to the master. Note you'll get some SSL
warnings.

Mark


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


Re: [all] M2 release fails with SVN error message

Posted by Rahul Akolkar <ra...@gmail.com>.
On Tue, Jul 14, 2009 at 1:13 PM, Dennis Lundberg<de...@apache.org> wrote:
> Do you have your source checked out from the EU svn mirror?
>
> If so try to check out and do the release against svn.apache.org
> instead.
<snip/>

Need to go to the master explicitly. With pgeodns that will still
shunt you to harmonia (if it places you in the EU), but you really
want to get to eris to be sure.

-Rahul


>Apparently the dynamic DNS currently used for the ASF svn
> servers messes up releases using Maven's Release Plugin.
>
> If not, try to run the release command one more time. The Release Plugin
> will continue from the point where it stopped during the previous run.
>
> Siegfried Goeschl wrote:
>> Hi folks,
>>
>> anyone out there having an idea what to do with? It is a reproducible
>> SVN problem but this is the only thing I know for the moment .... :-(
>>
>> Thanks in advance
>>
>> Siegfried Goeschl
>>
>> PS: Was using "mvn -Prc release:prepare" on commons-exec
>>
>> === START ===
>>
>> [INFO]
>> ------------------------------------------------------------------------
>>         [INFO] BUILD SUCCESSFUL
>>         [INFO]
>> ------------------------------------------------------------------------
>>         [INFO] Total time: 4 minutes 18 seconds
>>         [INFO] Finished at: Tue Jul 14 18:25:40 CEST 2009
>>         [INFO] Final Memory: 68M/122M
>>         [INFO]
>> ------------------------------------------------------------------------
>>         [INFO] Checking in modified POMs...
>> [INFO] Executing: svn --non-interactive commit --file
>> /tmp/maven-scm-1680689570.commit --targets
>> /tmp/maven-scm-3481365182813304861-targets
>> [INFO] Working directory:
>> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
>> [INFO] Tagging release with the label EXEC_1_0_1_RC2...
>> [INFO] Executing: svn --non-interactive copy --file
>> /tmp/maven-scm-2080104901.commit .
>> https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC2
>> [INFO] Working directory:
>> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
>> [INFO] Transforming 'Commons Exec'...
>> [INFO] Not removing release POMs
>> [INFO] Checking in modified POMs...
>> [INFO] Executing: svn --non-interactive commit --file
>> /tmp/maven-scm-298400765.commit --targets
>> /tmp/maven-scm-3447475345724908690-targets
>> [INFO] Working directory:
>> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Unable to commit files
>> Provider message:
>> The svn 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.
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 5 minutes 39 seconds
>> [INFO] Finished at: Tue Jul 14 18:26:13 CEST 2009
>> [INFO] Final Memory: 5M/10M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> === END ===
>>
>> ---------------------------------------------------------------------
>> 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: [all] M2 release fails with SVN error message

Posted by Dennis Lundberg <de...@apache.org>.
Do you have your source checked out from the EU svn mirror?

If so try to check out and do the release against svn.apache.org
instead. Apparently the dynamic DNS currently used for the ASF svn
servers messes up releases using Maven's Release Plugin.

If not, try to run the release command one more time. The Release Plugin
will continue from the point where it stopped during the previous run.

Siegfried Goeschl wrote:
> Hi folks,
> 
> anyone out there having an idea what to do with? It is a reproducible
> SVN problem but this is the only thing I know for the moment .... :-(
> 
> Thanks in advance
> 
> Siegfried Goeschl
> 
> PS: Was using "mvn -Prc release:prepare" on commons-exec
> 
> === START ===
> 
> [INFO]
> ------------------------------------------------------------------------
>         [INFO] BUILD SUCCESSFUL
>         [INFO]
> ------------------------------------------------------------------------
>         [INFO] Total time: 4 minutes 18 seconds
>         [INFO] Finished at: Tue Jul 14 18:25:40 CEST 2009
>         [INFO] Final Memory: 68M/122M
>         [INFO]
> ------------------------------------------------------------------------
>         [INFO] Checking in modified POMs...
> [INFO] Executing: svn --non-interactive commit --file
> /tmp/maven-scm-1680689570.commit --targets
> /tmp/maven-scm-3481365182813304861-targets
> [INFO] Working directory:
> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
> [INFO] Tagging release with the label EXEC_1_0_1_RC2...
> [INFO] Executing: svn --non-interactive copy --file
> /tmp/maven-scm-2080104901.commit .
> https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC2
> [INFO] Working directory:
> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
> [INFO] Transforming 'Commons Exec'...
> [INFO] Not removing release POMs
> [INFO] Checking in modified POMs...
> [INFO] Executing: svn --non-interactive commit --file
> /tmp/maven-scm-298400765.commit --targets
> /tmp/maven-scm-3447475345724908690-targets
> [INFO] Working directory:
> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Unable to commit files
> Provider message:
> The svn 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.
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 5 minutes 39 seconds
> [INFO] Finished at: Tue Jul 14 18:26:13 CEST 2009
> [INFO] Final Memory: 5M/10M
> [INFO]
> ------------------------------------------------------------------------
> 
> === END ===
> 
> ---------------------------------------------------------------------
> 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: [all] M2 release fails with SVN error message

Posted by James Carman <ja...@carmanconsulting.com>.
I've had some troubles with the release plugin lately.  With the newer
versions of Maven, you'll get a problem with svn.  It seems to clean
itself up if you do svn update and then retry your command.

On Tue, Jul 14, 2009 at 12:35 PM, Siegfried
Goeschl<si...@it20one.at> wrote:
> Hi folks,
>
> anyone out there having an idea what to do with? It is a reproducible
> SVN problem but this is the only thing I know for the moment .... :-(
>
> Thanks in advance
>
> Siegfried Goeschl
>
> PS: Was using "mvn -Prc release:prepare" on commons-exec
>
> === START ===
>
> [INFO]
> ------------------------------------------------------------------------
>        [INFO] BUILD SUCCESSFUL
>        [INFO]
> ------------------------------------------------------------------------
>        [INFO] Total time: 4 minutes 18 seconds
>        [INFO] Finished at: Tue Jul 14 18:25:40 CEST 2009
>        [INFO] Final Memory: 68M/122M
>        [INFO]
> ------------------------------------------------------------------------
>        [INFO] Checking in modified POMs...
> [INFO] Executing: svn --non-interactive commit --file
> /tmp/maven-scm-1680689570.commit --targets
> /tmp/maven-scm-3481365182813304861-targets
> [INFO] Working directory:
> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
> [INFO] Tagging release with the label EXEC_1_0_1_RC2...
> [INFO] Executing: svn --non-interactive copy --file
> /tmp/maven-scm-2080104901.commit .
> https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC2
> [INFO] Working directory:
> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
> [INFO] Transforming 'Commons Exec'...
> [INFO] Not removing release POMs
> [INFO] Checking in modified POMs...
> [INFO] Executing: svn --non-interactive commit --file
> /tmp/maven-scm-298400765.commit --targets
> /tmp/maven-scm-3447475345724908690-targets
> [INFO] Working directory:
> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Unable to commit files
> Provider message:
> The svn 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.
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 5 minutes 39 seconds
> [INFO] Finished at: Tue Jul 14 18:26:13 CEST 2009
> [INFO] Final Memory: 5M/10M
> [INFO]
> ------------------------------------------------------------------------
>
> === END ===
>
> ---------------------------------------------------------------------
> 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: [all] M2 release fails with SVN error message

Posted by Rahul Akolkar <ra...@gmail.com>.
On Tue, Jul 14, 2009 at 12:35 PM, Siegfried
Goeschl<si...@it20one.at> wrote:
> Hi folks,
>
> anyone out there having an idea what to do with? It is a reproducible
> SVN problem but this is the only thing I know for the moment .... :-(
>
<snip/>

If all else fails, go straight to the master (use
svn-master.apache.org) -- suspect you may be hitting the EU slave and
some sync delays therein. And then after the release probably
shouldn't use the master for regular development / SVN stuff, that'd
defeat the purpose a bit.

-Rahul



> Thanks in advance
>
> Siegfried Goeschl
>
> PS: Was using "mvn -Prc release:prepare" on commons-exec
>
> === START ===
>
> [INFO]
> ------------------------------------------------------------------------
>        [INFO] BUILD SUCCESSFUL
>        [INFO]
> ------------------------------------------------------------------------
>        [INFO] Total time: 4 minutes 18 seconds
>        [INFO] Finished at: Tue Jul 14 18:25:40 CEST 2009
>        [INFO] Final Memory: 68M/122M
>        [INFO]
> ------------------------------------------------------------------------
>        [INFO] Checking in modified POMs...
> [INFO] Executing: svn --non-interactive commit --file
> /tmp/maven-scm-1680689570.commit --targets
> /tmp/maven-scm-3481365182813304861-targets
> [INFO] Working directory:
> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
> [INFO] Tagging release with the label EXEC_1_0_1_RC2...
> [INFO] Executing: svn --non-interactive copy --file
> /tmp/maven-scm-2080104901.commit .
> https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC2
> [INFO] Working directory:
> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
> [INFO] Transforming 'Commons Exec'...
> [INFO] Not removing release POMs
> [INFO] Checking in modified POMs...
> [INFO] Executing: svn --non-interactive commit --file
> /tmp/maven-scm-298400765.commit --targets
> /tmp/maven-scm-3447475345724908690-targets
> [INFO] Working directory:
> /Users/siegfriedgoeschl/work/asf/commons/proper/exec/trunk
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Unable to commit files
> Provider message:
> The svn 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.
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 5 minutes 39 seconds
> [INFO] Finished at: Tue Jul 14 18:26:13 CEST 2009
> [INFO] Final Memory: 5M/10M
> [INFO]
> ------------------------------------------------------------------------
>
> === END ===
>

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