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

Re: [TSVN] Bug in commit of unversioned folders/files

From: Will Dean <svn_at_indcomp.co.uk>
Date: 2005-01-01 14:27:48 CET

At 10:43 01/01/2005 +0100, you wrote:

>Will Dean wrote:
>
>>Can we be confident that an ascending lexical sort of path names would
>>always give the right order to add/commit stuff in?
>
>I think so. But if you're concerned about speed: the shortest paths come
>first, then the longer ones (always operate on the parent first).

I don't think speed is an issue here, if we're talking about the time taken
to sort the list of work before we feed it to SVN. If we care about speed
on the SVN operations, I think we would get much bigger improvements from
changing the way we interact with the SVN client libraries.

I will deal with this issue in the next couple of days. (I have already
checked-in a mod which should sort-out (good pun, huh?) the Add
dialog.) I'll rearrange the commit dialog similarly, (though it's doing
much more).

This will eventually open the door to feeding a TSVNPathList object
straight into (for example) SVN::Add, which would allow SVN:Add to be much
more efficient.

Cheers,

Will

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Jan 1 14:28:21 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.