Re: mount svn as a local driver
From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Thu, 17 Dec 2009 09:41:20 -0600
On Dec 16, 2009, at 23:42, 9pbz5ct02_at_sneakemail.com wrote:
> I would like to mount a part of a svn repository as if it were a networked hard drive.
WebDAV autoversioning does this...
http://svnbook.red-bean.com/en/1.5/svn.webdav.autoversioning.html
> Ideally I would like to be able to choose the revision at mounting time (wherther thats a number or the head) and keep it at that until re-mounted.
...but not this...
> Also the files would be read only - no autoversioning.
...and I don't know if it can be configured to do this. I guess you could do this with a pre-commit hook or other authorization scheme.
Alternately, you could have a normal network share on a server, that your users connect to in a read-only fashion. And that directory on the server could be a working copy, which a server-side process would "svn up" after every commit, or every so often, to keep it updated.
|
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.