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

hotcopy fails on fsfs.conf that has never been created

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 23 Jul 2010 19:39:22 +0300

<users@>
Next time please use a subject line.

Александр Букреев wrote on Fri, Jul 23, 2010 at 10:43:29 +0400:
> I use Visual SVN Server 2.1.3. (included Subversion 1.6.12).
> When you try to execute the command:
>
> svnadmin" hotcopy D:\Repositories\AllProjects\ e:\a\
>
> I get an error message:
> svnadmin: Can't open file 'D:\Repositories\AllProjects\db\fsfs.conf': Can not find the file specified.
>
>
> Indeed such a file does not exist.
> Previously (04/05/2010) it was running without errors, although this file has never been.
> What can I do to get it working team "hotcopy"?
>

Copy it from some other repository.
</users@>

<dev@>
Old repositories don't have a fsfs.conf file. I think we should either make
'hotcopy' tolerate the absence of that file, or make 'svnadmin upgrade' create
it; otherwise,

        svnadmin1.5 create foo
        svnadmin1.7 hotcopy foo bar

will fail with the error Александр quotes.

Anybody has a preference regarding which solution to take?
</dev@>

>
> Alex.
Received on 2010-07-23 18:41:15 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.