Re: [PATCH] svn_path_canonicalize updated
From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2001-09-20 14:34:47 CEST
i still have to think about this more, but how about advancing up to
(completely untested...)
char *tmp;
tmp = strstr(path->data, ":");
if (*tmp == '/' && *(tmp + 1) == '/')
/* now continue normally... */
i'll have to think more about this after work...
-- garrett rooney Unix was not designed to stop you from rooneg@electricjellyfish.net doing stupid things, because that would http://electricjellyfish.net/ stop you from doing clever things. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:36:42 2006 |
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.