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

RE: Faster svn:externals detection

From: Leon Zandman <lzandman_at_lode.nl>
Date: 2005-11-11 10:58:56 CET

> Yes, but the way he described it, it sounded like it combined
> a display of those directories from the wc, plus the ones
> that had svn:externals, and made those with svn:externals
> have a different color.

Maybe I need to explain myself better. As far as I understand it takes
two steps to know if a directory contains one or more externals:

1. The first step is needed to get the directory structure (i.e. "svn
ls").

2. The second step is needed to get the properties. Only then you can
tell if and what externals a directory contains.

Step 2 needs to be performed for each directory returned at step 1. So
this is very costly.

What I'm suggesting is an enhancement of the first part, so that it not
only returns the directory structure information, but also some extra
meta-information for each directory. In my specific case I'd like to see
the svn:externals info returned, but maybe some other properties could
also be included. I think this would speed certain things up.

Greetings,

Leon Zandman

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 11 11:01:50 2005

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.