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

Re: Backup System on Windows Cannot Read "Strings" File

From: Mike Mason <mgm_at_thoughtworks.net>
Date: 2004-03-04 18:30:23 CET

Lansberry, John E. wrote:

> Anyway, the backup always seems to fail when it tries to backup the
> "strings" file in my local repository (c:\repos\db\strings), returning
> an error message saying it cannot read the file.
>
> Is there something that I need to do to allow backups to be made of
> my repository (e.g., stop some process from running, etc.)?
>

Are you running svnserve, Apache with mod_dav_svn, or something else?

Your best bet might be to not backup the database files, but instead to
create a nightly dump of the repository and back that up instead. I'm
not exactly sure, but the reason the DB files are locked is that backing
them up while in use could lead to an inconsistent backup. "svnadmin
dump" will produce a consistent snapshot, even if your repository is
being accessed.

Cheers,
Mike.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 4 18:29:05 2004

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.