You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Graham Leggett <mi...@sharp.fm> on 2008/03/10 23:51:17 UTC

Sudden svn conflict during copy

Hi all,

Having just tried a pedestrian maven release, the release plugin 
suddenly fails as per below.

The tag .../tags/patricia-db-2.0.5 doesn't exist, and the parent 
directory does. I can see no logical reason why this particular attempt 
to tag should fail.

The only thing that changed recently is that the server was upgraded to 
svn v1.4.6.

Does this ring any bells for anyone?

[INFO] Executing: svn --non-interactive copy --file 
/tmp/maven-scm-941611293.commit . 
https://svn.domain.net/svn/fma/fma/patricia-db/tags/patricia-db-2.0.5
[INFO] Working directory: /home/gatekeeper/minfrin/src/fma/patricia-db
[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: COPY of patricia-db-2.0.5: 409 Conflict (https://svn.domain.net)

Regards,
Graham
--

Re: Sudden svn conflict during copy

Posted by Graham Leggett <mi...@sharp.fm>.
Graham Leggett wrote:

> Having just tried a pedestrian maven release, the release plugin 
> suddenly fails as per below.
> 
> The tag .../tags/patricia-db-2.0.5 doesn't exist, and the parent 
> directory does. I can see no logical reason why this particular attempt 
> to tag should fail.
> 
> The only thing that changed recently is that the server was upgraded to 
> svn v1.4.6.
> 
> Does this ring any bells for anyone?

Digging a little further, I find the following logged in the server 
error log. Does anyone know what this means?

[Mon Mar 10 18:54:01 2008] [error] [client xx.xx.xx.xx] (2)No such file 
or directory: <DAV:cannot-modify-checked-in-parent>  [409, #0]

Regards,
Graham
--