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

Re: svn disk usage

From: Enrico Weigelt <weigelt_at_metux.de>
Date: Sun, 15 Jun 2008 14:34:36 +0200

* Kevin Grover <kevin_at_kevingrover.net> wrote:

Hi,

> A while back someone wrote a user space filesystem for Linux that does
> this. It was written so that he could manage his photo collection in
> SVN and not have a double space penalty on the working copy. I went
> looking for it and could not find it - I tried Google and the SVN
> Archives.

I've only found (fuse-based) svnfs, which is ro and quite rudimentary.

> It would manage all text-base versions using hard links until you
> tried to save a change to the original file, then it created a copy.
> Unfortunately, it's specific to Linux.

If the svn client also works on that fs, hardlinks won't even be needed.
The fs can do the mapping itself and also log all changes internally.

cu

-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-15 14:35:47 CEST

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.