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

Re: space-efficient working copies

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: 2007-12-04 18:25:49 CET

kmradke@rockwellcollins.com wrote:

>> [1] http://scord.sourceforge.net/
>
> I ran across scord awhile ago. Very interesting project. Too bad
> we have so many Windows users...
>
> A bonus is that the webpage has links to some good discussions about
> this exact subject!

If it is really enough space to be worth the trouble, there are an
assortment of unionfs versions for Linux where you overlay a writable
file system on top of a read-only copy and it does a copy-on-write of
anything that is changed: http://en.wikipedia.org/wiki/UnionFS. With
this approach you could check out one copy, then overlay COW filesytems
for each user - and share them out with samba for the windows users.
The down side would be that it becomes less efficient as changes
accumulate and you'd have to blow the whole thing away and start over if
you update the underlying master.

-- 
   Les Mikesell
    lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 4 18:24:56 2007

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.