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

Merge error: domain/.svn/repos/!svn/bc/...;please relocate

From: <webpost_at_tigris.org>
Date: Mon, 23 Mar 2009 07:16:35 -0700 (PDT)

I have a very strange error for a couple of weeks now when I try to merge or diff. svn commit, revert, info, update, ... even log, they all work fine. It just fails to merge or diff. It is happening on different machines and to different users, so I guess it's something really screwed up in the server repository itself.

The error I am getting is this:

~/workspace/trunk/app$ svn diff -r 1720:HEAD dummy.txt
svn: Repository moved permanently to 'https://MY-DOMAIN/.svn/repos/!svn/bc/1720/rails/trunk/app/dummy.txt'; please relocate
svn: Error reading spooled REPORT request response

This is the output of svn info:

Path: .
URL: https://MY-DOMAIN/svn/repos/rails/trunk/app
Repository Root: https://MY-DOMAIN/svn/repos
...
Last Changed Rev: 1789
Last Changed Date: 2009-03-18 15:56:14 +0100 (Wed, 18 Mar 2009)

And this is my apache conf for svn:

<Location /svn>
DAV svn
SVNAutoversioning on
SVNParentPath /home/immergeo/svn
AuthType Digest
AuthName someName
AuthUserFile /home/immergeo/etc/svn.digest.passwd
AuthDigestProvider file
Require valid-user
AuthzSVNAccessFile /home/immergeo/etc/svn-access.conf
Satisfy Any
</Location>

Right before this error started happening I branched (svn copy) and then I fiddle around with svn switch. I remember having some troubles (don't know exactly what I did) and finally having to delete the contents of trunk in my local drive and checking out the project again.

I'm sure I screwed something then, but I've no clue what was it. I have been checking on svn documentation, forums, google, and couldn't find anything (it may just be that I don't know how to search:)).

Any clue on how can I fix my repository?

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-23 15:19:42 CET

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.