it's a bug with subversion 1.5.1+ when using the neon transport against http or https repositories

if you use svn 1.4 you are fine

if you recompile your svn binaries to use the other transport for http / https you should be fine too

and the solution is just to run svn update and then mvn release:prepare release:perform will continue where it left off

Sent from my [rhymes with myPod] ;-)

On 13 Mar 2009, at 22:43, "Edelson, Justin" <[email protected]> wrote:

This looks like http://jira.codehaus.org/browse/SCM-406. Run svn up and
rerun release:prepare.

-----Original Message-----
From: Jochen Wiedmann [mailto:[email protected]]
Sent: Friday, March 13, 2009 6:40 PM
To: Maven Users List
Subject: Problem in release:prepare

Hi,

I am trying to push a release of Apache RAT to the Nexus staging
repository, following the instructions from

   http://maven.apache.org/developers/release/releasing.html

The first steps, up and including release:clean are working well.
However, when I finally run release:prepare, then I receive the
following error message.

Any ideas what might be wrong? (Btw, Maven version is 2.0.10)

Thanks, Jochen



[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /home/jwi/workspace/apache-rat-project
&& svn --non-interactive commit --file
/tmp/maven-scm-1143199004.commit --targets
/tmp/maven-scm-1258219989504464972-targets
[INFO] Working directory: /home/jwi/workspace/apache-rat-project
[INFO] Tagging release with the label apache-rat-project-0.6...
[INFO] Executing: /bin/sh -c cd /home/jwi/workspace/apache-rat-project
&& svn --non-interactive copy --file /tmp/maven-scm-697373102.commit .
https://svn.apache.org/repos/asf/incubator/rat/main/tags/apache-rat-proj
ect-0.6
[INFO] Working directory: /home/jwi/workspace/apache-rat-project
[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: File
'/repos/asf/incubator/rat/main/tags/apache-rat-project-0.6/apache- rat/po
m.xml'
already exists


--
I have always wished for my computer to be as easy to use as my
telephone; my wish has come true because I can no longer figure out how
to use my telephone.

   -- (Bjarne Stroustrup,
http://www.research.att.com/~bs/bs_faq.html#really-say-that
      My guess: Nokia E50)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to