[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: Robert Dailey <rcdailey_at_gmail.com>
Date: Wed, 11 Jun 2008 20:58:04 -0500

On Wed, Jun 11, 2008 at 6:01 PM, Robert Dailey <rcdailey_at_gmail.com> wrote:
> On Wed, Jun 11, 2008 at 4:22 PM, Ryan Schmidt
> <subversion-2008b_at_ryandesign.com> wrote:
>> 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?
>>
>>
>
> It was created with version 1.5RC7. I did the svn verify on the repo,
> and everything was fine. This was one of the first things I did after
> I moved it over.
>

Anyone have any idea how I can get this working? Below is a copy of
the commands I typed and the results of those commands:

root@server:/var/log/apache2# svn ls http://server/svn/test
Authentication realm: <http://server:80> Subversion Repository
Password for 'root':
Authentication realm: <http://server:80> Subversion Repository
Username: robert
Password for 'robert':
svn: Could not open the requested SVN filesystem

The error.log I get is below:

[Wed Jun 11 20:55:05 2008] [error] [client 192.168.10.150] user root
not found: /svn/test
[Wed Jun 11 20:55:11 2008] [error] [client 192.168.10.150]
(20014)Internal error: Expected FS format '2'; found format '3'
[Wed Jun 11 20:55:11 2008] [error] [client 192.168.10.150] Could not
fetch resource information. [500, #0]
[Wed Jun 11 20:55:11 2008] [error] [client 192.168.10.150] Could not
open the requested SVN filesystem [500, #160043]
[Wed Jun 11 20:55:11 2008] [error] [client 192.168.10.150] Could not
open the requested SVN filesystem [500, #160043]

---------------------------------------------------------------------
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-12 03:58:28 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.