[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn error: 409 Conflict

From: David Aldrich <david.aldrich_at_eu.nec.com>
Date: Tue, 19 May 2009 11:55:15 +0100

Hi

Today we are getting '409 Conflict' errors when committing to a repository hosted by our 1.5.2 svn server. The repository hosts an active project which has run with no problems for some time. Here is an example error message from today:

Commit failed: Can't move '/var/svn/repositories/myrepo/db/txn-protorevs/1206-xy.rev' to '/var/svn/repositories/myrepo/db/revs/1/1207':
Permission denied MERGE of 'subversion/myrepo/trunk/Libs/Link': 409 Conflict (https:://<url>)

Last night two events occurred that may be related to the error.

Firstly, we merged another repo into this repo as follows:

  1) Use svndumpfilter to include only trunk of second repo:

    # cat CopiedRepo.svndump.merge.dump | svndumpfilter include trunk > CopiedRepo.trunk.merge.dump

  2) Create a new merge directory in myrepo/trunk and then load the filtered dump into it:

    # svnadmin load --ignore-uuid --parent-dir trunk/NewDir /var/svn/repositories/myrepo < CopiedRepo.trunk.merge.dump

Secondly, we had a power outage.

Please can anyone suggest a fix for the 409 error?

Best regards

David

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2310403

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-19 12:56:35 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.