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

Re: Weird behavior from checkout

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-03-09 21:59:46 CET

On Wed, 2005-03-09 at 12:55, Daniel Berlin wrote:
> If you use svn co -r 2 <path>, the server will open every single
> revision, and eventually give you revision 2

Only the revisions which affect <path>. If we decide to go with the
svn_fs_closest_copy() solution to issue #1970, this will get
significantly better. (But it would mean that per-revision node ACLs
would never be able to block history traversal, because we would no
longer be looking at all of the revs between the peg rev and the target
revision when looking up locations.)

Maybe the current default peg rev for URLs isn't best (it's a tough UI
issue), but I think the performance issue should be treated as
orthogonal.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 9 22:01:10 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.