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

Re: Using only one .svn folder in repository root

From: John Peacock <john.peacock_at_havurah-software.org>
Date: 2007-11-27 18:40:29 CET

Fabien Meghazi wrote:
> It's just because in some situations, I'm often annoyed by the fact
> that there is a .svn folder in each directory of the repository. Of
> course performance will be decreased by this design, but not much that
> I would care compared to the benefit of having clean folders in my
> repository.

As someone else mentioned, the WC code is particularly hairy, so it is
highly unlikely that any redesign of this kind will happen prior to a
complete rewrite of the WC code (i.e. 2.x timeframe). Among other
things, the WC code is extremely recursive in nature, meaning that each
folder is handled independent of the next. That is one major reason why
the .svn directories exist at each level.

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 27 18:41:19 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.