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

Re: ignore not recursive to subdirectories

From: Faheem Mitha <faheem_at_email.unc.edu>
Date: 2003-05-03 01:33:36 CEST

On 02 May 2003 09:37:18 -0500, cmpilato@collab.net <cmpilato@collab.net> wrote:

> You have two choices of interface here, then:
>
> - Load *all* the collective values of that property in all the
> recursive targets into the one editor buffer. Well, this is
> silly (I trust you agree).
>
> - Open and close the editor for each and every recursive target.
> Hey, that's fine with me if you want to deal with that sucker
> popping up in your face a hundred times.

There are other possibilities.

3) Load the existing values for only the target specified in
propedit. This will generally be a directory, I guess. This is what is
done right now for propedit.

This will ignore other values set in subdirectories.

This seems to me a reasonable compromise between having no values
loaded at all, and having all the values loaded for all the recursive
targets.

4) Load all the collective values, but scan them to make sure that no
two are repeated, to cut down on the size. Hmm, not sure this could be
done easily.

Note, I'm not saying these are good possibilities. I'm just saying
there are other possibilities. :-)

                                                   Faheem.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 3 01:35:46 2003

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.