vgeorgescu_at_tigris.org writes:
> Author: vgeorgescu
> Date: Fri Oct 3 11:13:54 2008
> New Revision: 33417
>
> Log:
> Support the usual shell quoting rules in externals definitions (\ to escape,
> " to quote). This allows us to use local paths with spaces in externals
> (issue #2461).
This changes the behaviour of existing svn:externals that use \ as an
ordinary non-escape character. In the past using an svn:externals
like "a\b URL" would produce a directory called "a\b" (that's a
3-character name) while a quick test indicates that it now appears to
create a directory called "ab". To get "a\b" the svn:externals needs
to be changed to "a\\b URL". I don't know if anyone is using such
names in svn:externals, and I don't think they would not work on
Windows, but change could break existing working copies and there
doesn't appear to be a way to define the svn:externals so that it will
work with both old and new clients.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-03 23:02:58 CEST