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

Re: Space wasting

From: Marcin Kasperski <Marcin.Kasperski_at_softax.com.pl>
Date: 2004-03-15 23:37:29 CET

> Is a textbase necessary for any SVN operation *as long as the
> file in the working copy has not been changed*? In other words
> Wouldn't it be possible/an option that textbase is just and
> only created when the original file is saved and cleared after
> the next commit? I suppose there would have to be a background
> process to take care of this.

How could subversion get informed about the fact that something
is saving (or even opening for write) the file? Automatically?
Very hard.

I found some idea of how to do it manually (only on *nix): one
can imagine that:
- the file body is created in textbase and marked read-only
- then the working file is created as symbolic link to the
textbase
- some svn command replaces readonly symlink with readwrite copy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 15 23:37:54 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.