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

Re: hotcopy failing

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-07-02 16:16:52 CEST

On 02.07.2005, at 02:29, Jim wrote:

> I setup a repo using the FSFS file system. I can checkout/commit, etc,
> with no problems. Tonight I tried to run a svnadmin hotcopy and it
> fails:
>
> svnadmin hotcopy d:\repos\myproject d:\backup
> svn: Can't copy 'd:/repos/myproject/db/DB_CONFIG' to
> 'd:/backup/db/DB_CONFIG.tmp': The
> system cannot find the file specified.

I've never used hotcopy, so maybe there's something I don't know. But
the error message looks strange to me, since there is no file
DB_CONFIG in my FSFS repository's db directory.

Is d:\repos a folder containing many repositories, or is it itself
the repository? (IOW, is d:\repos\myproject a repository, or a path
within a repository?) If the former, then your syntax should be ok,
but if the latter, you should be backing up the whole repository:

svnadmin hotcopy d:\repos d:\backup

Are you sure you need to do a hotcopy? I am still under the
impression that a hotcopy is never necessary for an FSFS repository.
See this thread:

http://svn.haxx.se/users/archive-2005-07/0102.shtml

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 2 16:20:33 2005

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.