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

Backup problems under Windows

From: Pål Andreassen <paal_at_codroe.com>
Date: 2004-06-30 11:23:24 CEST

Running SubVersion (svnserve) under Windows 2003 server. The nightly backup
to tape sometimes fail to backup the live subversion database due to files
beeing in use:
 
E:\Data\subversion\db\changes ** The process cannot access the file because
it is being used by another process.
E:\Data\subversion\db\copies ** The process cannot access the file because
it is being used by another process.
E:\Data\subversion\db\log.0000000085 ** The process cannot access the file
because it is being used by another process.
E:\Data\subversion\db\nodes ** The process cannot access the file because it
is being used by another process.
E:\Data\subversion\db\representations ** The process cannot access the file
because it is being used by another process.
E:\Data\subversion\db\revisions ** The process cannot access the file
because it is being used by another process.
E:\Data\subversion\db\strings ** The process cannot access the file because
it is being used by another process.
E:\Data\subversion\db\transactions ** The process cannot access the file
because it is being used by another process.
E:\Data\subversion\db\uuids ** The process cannot access the file because it
is being used by another process.
 
Do I need to shut down svnserve before performing the backup? If so, how do
I shutdown the svnserve process in an orderly fasion?
 
Are there any better ways to make backup of subversion?
 
/Pål
Received on Wed Jun 30 11:26:40 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.