On Fri, Dec 03, 2010 at 02:36:34PM -0000, kame...@apache.org wrote:
> Author: kameshj
> Date: Fri Dec  3 14:36:33 2010
> New Revision: 1041839
> 
> URL: http://svn.apache.org/viewvc?rev=1041839&view=rev
> Log:
> Follow-up to r1041068.
> 
> In r1041068 I removed "." as the default path for "" to fix assertion error.
> This change is not consistent with our current behaviour(<1.6.x).
> 
> In this commit I am reinstating the "." as the
> default path for ""(Revert r1041068.)
> And move default assignment of "." when path is "", after the functions
> that are not happy about "." are called.
> One optimization of avoiding recomputing 'path relative to repos_root' as one
> of the callers already has it computed.
> I do this optimization in this commit as that makes my movement of path="."
> assignment easier otherwise I would still get the assert error.

Thanks Kamesh, this looks great!

Stefan

Reply via email to