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

Re: Bogus Server

From: Kevin Grover <kevin_at_kevingrover.net>
Date: Tue, 1 Jun 2010 10:34:16 -0700

On Tue, Jun 1, 2010 at 4:31 AM, Etebaran IT <info_at_etebaran.com> wrote:

> Hi
> my server crashed and i had to restore a backup.
> We had a huge svn on the server and a lot of users used it,
>
> Not the working copy is out of synch with the svn server, and i dont know
> how to fix it.
>
> Please help
>
> Regards
> AbiusX
>
>

It's difficult to tell what the problem is without a little more detail.
I'll assume that you reloaded from a dump file (or a backup of the
repository) in which case the UUID of the repository is the same. However,
you probably have the repository in a different path (different server name,
or something that changed the URL).

If that's the case you need to use the 'svn switch --relocate' command.

If you restored a dump into a **non-empty** repository, then the UUID is NOT
changed to that in the dump file (it stays whatever the new repository UUID
is). If this is the case, you need to do the 'svnadmin load' into a freshly
created repository (e.g. at revision 0).

Otherwise, we need more information.
Received on 2010-06-01 19:34:56 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.