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':
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
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.