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

Re: svn error: 409 Conflict

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Tue, 19 May 2009 07:11:04 -0400

David Aldrich wrote:
> 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 <https:://%3Curl>>)
>
> 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
>
Power surges may be more your issue. Can you do 'svnadmin hotcopy' and
test the new repository?

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-19 13:12:04 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.