Re: svn ls bug in RC3
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-09-27 16:35:29 CEST
SteveKing <steveking@gmx.ch> writes:
> svn ls http://localhost/svn/test/testparent
There is an inconsistency with the alphabetic case used when URI
Breakpoint 4, svn_ra_dav__get_dir (session_baton=0x8099d70,
strcmp will treat those URLs as different.
Now Subversion's path.c:uri_escape() uses sprintf("%%%02X") so it should
<?xml version="1.0" encoding="utf-8"?>
I'm not sure where that gets produced, but Apache's util.c:c2x() uses
A quick fix might be to make Subversion use lower case, a less fragile
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Sep 27 16:35:49 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.