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

Re: blame is failing over ra_dav (spaces in the file name)

From: John Szakmeister <john_at_szakmeister.net>
Date: 2003-12-19 01:25:17 CET

Well, I tracked down this problem. Turns out we're fetching the relative
portion of the URL in svn_ra_dav__get_repos_root(), but the relative portion
is not URI-encoded, while ras->url is URI-encoded. What ends up happening is
that less was shaved off of ras->url than should've been, and then repos_root
ends up being wrong.

The attached patch fixes the problem and passes both 'make check' and 'make
davcheck'.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 19 01:19:44 2003

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.