Kannan wrote: > Julian Foad wrote: > > I think that fixed the last of the URLs being passed to > > svn_dirent_get_absolute(), so we can now assert that its input is not a > > URL. > > Thank you. Seems the 'assert' is not yet moved to the repo, so sending > the patch herewith. > > [[[ > Log: > Assert on the input to `svn_dirent_get_absolute()'. > > * subversion/libsvn_subr/dirent_uri.c > (svn_dirent_get_absolute): Add an assert statement to capture future > instances of calling this method on a URL.
Committed r888102. - Julian