Issue with merging files containing spaces
From: Matthew Inger <mattinger_at_gmail.com>
Date: Tue, 2 Sep 2008 13:46:33 -0400
I'm running into an issue when doing branch merges. It seems that file
svn: URL 'http://host/svn/repos/trunk/dir with spaces/file.txt' is malformed
I've isolated down the cause of the problem to the following function:
int ne_uri_parse(const char *uri, ne_uri *parsed);
It seems that when trying to parse the path component, it is doing the
while (uri_lookup(*p) & URI_SEGCHAR)
The problem here is that definition of URI_SEGCHAR includes only the
FS -- /
Notice that spaces are not included in this definition.
So the solution is either to change how neon parses the URI, or to properly
Any thoughts?
|
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.