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

Re: File system support.

From: Benjamin Pflugmann <benjamin-svn-dev_at_pflugmann.de>
Date: 2004-12-23 07:33:55 CET

On Wed 2004-12-22 at 04:33:08 -0500, John Peacock wrote:
> Daniel Patterson wrote:
> > Another couple of options would be to write an NFS server that
> > exports a view of the repository, or a plugin to Samba (using
> > the VFS mechanism) that creates shares that expose the repository.
> > This could be done right now, in read-only mode.
>
> Care to take a shot at the read-only version? Pretty please! ;)

If you want an exported read-only filesystem, I think that's already
possible, if you are using Apache as server: Just mount the repository
via WebDAV. That is, under Windows mount it as so-called Webfolder,
and under Linux use davfs resp. davfs2 (you may have to install that
package first):

  mount -r -tdavfs http://svn.collab.net/repos/svn/trunk /mnt/disk

Works fine for me.

Bye,

        Benjamin.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 23 07:35:26 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.