[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: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: 2007-12-04 17:54:54 CET

Hello!

Miller, Eric wrote:
> Does anyone have any ideas if something like this is feasible in
> subversion?

Using symbolic links for such purposes may cause tons of problems,
especially regarding timestamps, etc..

I could be possible to use a kind of translucent filesystem which
contains a checked out base working copy. A user couldn't mount an
instance of this base working copy, so all following operations will
be done on just-in-time copies of the base working copy.

Unfortunately the base WC itseld may never be updated without getting
inconsistent WCs, so sometimes it may be neccessary to create a fresh
base copy.

Another problem can be that users need root rights in order to mount
their working copy filesystems.

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 4 17:55:23 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.