Garrett Rooney <rooneg@electricjellyfish.net> writes:
> so i just noticed a coment in libsvn_wc/update_editor.c that looks
> like it might be out of date:
>
> /* Gets set iff this directory has a "disjoint url", i.e. its URL is
> not its [parent's URL + name].
>
> ### NOTE: this editor is now detecting disjoint files and
> subtrees, but is not yet *using* this information. It will when
> we finish issue #575.
> */
> svn_boolean_t disjoint_url;
>
> is this still valid? issue #575 has been resolved for a while,
> afaik...
Yes, this code is rather odd. #575 claims to be resolved, but all
occurrences of `disjoint_url' in update_editor.c are clearly without
effect. This makes me wonder if 575 was resolved by other means (the
new commit system), and all this disjoint_url stuff in update_editor.c
is irrelevant.
Mike, Ben? Just search for "disjoint_url", see if it's relevant any
more. It's certainly not doing anything now; I just can't tell if
there's anything planned for it...
-K
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 25 02:09:22 2002