RESOLVED WONTFIX 32872
WebKit svn http server is case-sensitive, can this be changed?
https://bugs.webkit.org/show_bug.cgi?id=32872
Summary WebKit svn http server is case-sensitive, can this be changed?
Berend-Jan Wever
Reported 2009-12-22 08:04:16 PST
I'm having trouble matching paths in pdb files to http://svn.webkit.org/repository/webkit/ because the paths have been converted to lower case and the http server is case-sensitive. AFAIK there is no reason for the http server to be case-sensitive, so changing that would solve my problem. Is this possible? Example: http://svn.webkit.org/repository/webkit/trunk/webcore/ => 404 http://svn.webkit.org/repository/webkit/trunk/WebCore/ => 200
Attachments
Mark Rowe (bdash)
Comment 1 2009-12-22 17:30:09 PST
This is how SVN works. It’s not going to change.
Note You need to log in before you can comment on or make changes to this bug.