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

Re: PATCH: maybe fix something?

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-03-11 00:16:15 CET

Greg Hudson wrote:
> On Wed, 2004-03-10 at 13:17, Greg Hudson wrote:
>
> Say you have a working dir with the top level at rev 1, with foo at rev
> 1, and with foo/bar at rev 2. The report will involve a
> set_path("foo/bar", 2). In this case, in the loop in question,
> fetch_path_info() will return "foo" with info set to NULL, which means
> "I have no overriding report information for foo, but I do for a child
> of foo". In this case, s_entry is not overridden, so we can't just pass
> NULL, and passing the wrong value as we currently do could cause
> problems. But it is not surprising that the test suite does not cover
> this case.

Well, it does cover this case now :-)

> So, Julian, please go ahead and commit your patch. Sorry for the
> confusion.

Committed in r8976. Thanks for your help.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 11 00:15:17 2004

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.