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

Re: File System Question

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-06-21 21:35:55 CEST

Trampas Stern wrote:

>My other thought was to hack samba to share the subversion system as a
>network share.
>
That could be done, and fairly easily, with Samba's "vfs" module
support. I've been thinking about this on and off for more than a year.
The simplest implementation would just share a Subversion working copy,
hiding the .svn directories and adding appropriate hooks to commit
changes. You'd probably only want to track metadata operations (create,
delete, rename) and open/close on files -- you'd commit on a close
following an open-for-write, maybe checking if any changes were actually
made.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 21 21:36:44 2002

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.