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

Re: Cannot get SVN 1.5 HTTPS server working...

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Wed, 11 Jun 2008 16:22:21 -0500

On Jun 11, 2008, at 09:32, Robert Dailey wrote:

>>>> On Jun 10, 2008, at 22:57, Robert Dailey wrote:
>>>>
>>>>> (20014)Internal error: Expected FS format '2'; found format '3'
>>>>

> The repository I have was copied from one created via VisualSVN Server
> on Windows. I didn't want to lose my repository contents, so I copied
> the repo directory over. I don't think this is an issue, since before
> I tried using HTTP + SVN, I was using SVN+SSH and I was able to do
> checkouts perfectly fine. Just thought I'd mention it.

When moving a repository from one OS to another, and especially from
one processor architecture to another (don't know if that applies
here), you should use "svnadmin dump" and "svnadmin load" instead of
just moving the repository directory. Note that the dump/load does
not preserve locks, nor the contents of your config or hooks
directories. It only copies revisions.

To see whether your repository is ok, you should probably "svnadmin
verify" it. If that reports no errors, then you're probably fine...

What version of svn was the repository created with?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-11 23:23:12 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.