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

Re: file checkout order

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-05-23 21:26:38 CEST

On 5/22/06, Richard Stephens <richard@createng.com.au> wrote:
> Hey, any idea on what determines the order that files come out of SVN
> when doing a checkout? Is it arbitrary? Is there any way to adjust it?

Currently, it is effectively random. I believe the underlying order
is governed by the ordering (or lack thereof) of an internal hash
table. There are various proposals to make it more predictable, which
would probably mean lexographic ordering of the files, but I don't
know how far any of them have gotten. Other than actually changing
the code there is no way to adjust it.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 23 21:28:26 2006

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.