<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.