Kevinm <kevinmusker@gmail.com>


Patch
r1051558

r1051558 | julianfoad | 2010-12-21 17:01:15 +0000 (Tue, 21 Dec 2010)

Fix svn_load_dirs.pl's importing of paths that contain an '@' character.
(This looks reasonable but I haven't tested it, and I note that Subversion's
'configure' script no longer generates svn_load_dirs.pl from
svn_load_dirs.pl.in.)

See email thread "svn_load_dirs.pl and paths with '@'", started 2010-12-20,
<http://svn.haxx.se/dev/archive-2010-12/0428.shtml>.

* contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in
  (make_targets_file): Append '@' to each path in the TARGETS file.

Patch by: Kevinm <kevinmusker{_AT_}gmail.com>