RE: Am thinking of using subversion as a general purpose filing s ystem
From: <andy.glew_at_amd.com>
Date: 2004-04-02 21:18:19 CEST
> No, it isn't safe. All access to the database requires write access,
You're talking about using a BerkeleyDB tool
I'm talking about using a filesystem based tool
> It doesn't matter if it would be 'more convenient' to run backup
Ditto.
You're talking about running the database's backup utility.
I'm talking about running the filesystem's backup utility.
Yes: filesystem oriented backups of databases are often
But what I am asking about is whether the filesystem based
--- You say "don't do that". That's easy when I am the sysadmin, e.g. of my systems at home. It's hard when I am not the sysadmin - e.g. when my project is using diskspace that has been granted us by corporate IT, or if I want to do something like run a Subversion repository on some web hosting site. I have almost no control over the logical arrangement of filesystems. It's highly unlikely that anyone else is running Berkeley DB tools against my data. But it's highly likely that they are running filesystem read-only indexing tools, backup tools, snapshot tools, etc. on the filesystem that holds my data. My question is whether such filesystem read-only access can screw up a Subversion repository. As I think about it, I doubt that there is a problem. But I was initially scared by some of the language in the book. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Apr 2 21:19:08 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.