Re: failed assertion with 1.7.0_rc3

2011-09-23 Thread Ben Walton
Excerpts from Daniel Shahaf's message of Fri Sep 23 22:32:21 -0400 2011: Hi Daniel, > The URL is not canonical because it contains a non-%-escaped space. > The useful information to debug the problem would be to identify the > caller who does not pass URLs through svn_[path|uri]_canonicalize() >

Re: failed assertion with 1.7.0_rc3

2011-09-23 Thread Daniel Shahaf
The URL is not canonical because it contains a non-%-escaped space. The useful information to debug the problem would be to identify the caller who does not pass URLs through svn_[path|uri]_canonicalize() before passing them to an API function (see comments at the top of svn_dirent_uri.h). Ben Wa