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

Re: using hotcopy through a network drive

From: eg <egoots_at_gmail.com>
Date: 2006-08-02 19:24:37 CEST

Rodrigo Cesar Gevaerd de Faria wrote:
> Hi,
>
> I would like to know if I can run the svnadmin hotcopy command to copy a
> repository on Berkeley DB through a network drive without problems, or if
> this command also suffers the limitations of accessing the Berkeley DB
> through a network drive and should be executed on local drive only.
>

First, I will assume you mean you wish to hotcopy "to" a network drive
from a Subversion repository (which is using BDB filesystem).

As far as I understand, the BDB network drive limitations are related to
   locking (and hence multi-user access).

In your case, there will only be one process (hotcopy) writing to the
network drive location, so it shouldnt be an issue.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 2 19:27:09 2006

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.