Re: Problem commiting over https
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-18 17:04:24 CEST
Philip Martin <philip@codematters.co.uk> writes:
> I get the same error over http when I try to commit to a "/" Location.
From mod_dav_svn/util.c:dav_svn_simple_parse_uri
len1 = strlen(path);
(gdb) p len1
Anyone know what this code should do? It's failing at the line
|| (len1 > len2 && path[len2] != '/')
since len1 > len2 and path[len2] == '!'.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Sep 18 17:05:01 2002 |
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.