David Jencks wrote:
On May 12, 2009, at 8:52 AM, [email protected] wrote:
Author: ate
Date: Tue May 12 15:52:13 2009
New Revision: 773949
URL: http://svn.apache.org/viewvc?rev=773949&view=rev
Log:
prepare for next development iteration
Note: this commit was supposed to be done by the release plugin itself
but it failed on me with the following error message:
svn: The specified baseline is not the latest baseline, so it may not
be checked out.
Previously there was an svn client problem that could be worked around
by running svn up and then continuing the release -- the release plugin
will continue where it left off. I think that problem had a different
error message, but maybe only the message changed.
On the other hand,I think infra just updated svn. This might be a brand
new svn bug. I'd ask on #maven. Can you figure out the svn command
that is failing? also your svn client version.
I no longer have the console output. I was running this on my laptop and had to
leave for home some time ago, so had to shutdown...
Anyway, as I rolled back everything I did, I might hit this problem again when
I'm going to retry hopefully this evening.
One thing which occurred to me which possibly might cause this, is that I'm
using the EU mirror svn repository.
When committing, there can be a slight (or longer) delay before the svn state has been replicated across, which could cause an intermediate
"in flux" condition, causing the above error maybe?
Regards,
Ate
thanks
david jencks
Need to look this up to see how to prevent this for future release steps.
Modified:
portals/portals-pom/trunk/pom.xml
Modified: portals/portals-pom/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/portals-pom/trunk/pom.xml?rev=773949&r1=773948&r2=773949&view=diff
==============================================================================
--- portals/portals-pom/trunk/pom.xml (original)
+++ portals/portals-pom/trunk/pom.xml Tue May 12 15:52:13 2009
@@ -32,7 +32,7 @@
<groupId>org.apache.portals</groupId>
<artifactId>portals-pom</artifactId>
<name>Apache Portals</name>
- <version>1.2</version>
+ <version>1.3-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -52,9 +52,9 @@
</licenses>
<inceptionYear>2004</inceptionYear>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/portals-pom/tags/portals-pom-1.2</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/portals-pom/tags/portals-pom-1.2</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/portals/portals-pom/tags/portals-pom-1.2</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/portals-pom/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/portals-pom/trunk</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/portals/portals-pom/trunk</url>
</scm>
<build>