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

Re: wc-format upgrades && the 'empty-file' in the .svn area

From: Marc Sherman <msherman_at_projectile.ca>
Date: 2005-11-01 16:05:20 CET

Daniel Berlin wrote:
>
> So we should strive to not create files until we need them, assuming we
> don't pay performance for it.

Another change along those lines could be to use copy-on-write for the
props/prop-base dirs. Since all reads and writes to props go through
the svn libraries, you could avoid creating a second copy of those files
when there are no props changes.

- Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 1 16:06:47 2005

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.