You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jim Paris <ji...@jtan.com> on 2005/05/18 21:25:22 UTC

[PATCH] svn_load_dirs $openfork_available bug

svn_load_dirs.pl tries to avoid using /bin/sh if possible (ie
non-Windows), but the scoping of the detection is incorrect, so it
always uses /bin/sh.  This causes problems if filenames in the
imported directory contain special characters like '('.

   * contrib/client-side/svn_load_dirs.pl.in: Fix scoping of
     $openfork_available so /bin/sh is avoided when possible

-jim

Re: [PATCH] svn_load_dirs $openfork_available bug

Posted by Blair Zajac <bl...@orcaware.com>.
Jim Paris wrote:
> svn_load_dirs.pl tries to avoid using /bin/sh if possible (ie
> non-Windows), but the scoping of the detection is incorrect, so it
> always uses /bin/sh.  This causes problems if filenames in the
> imported directory contain special characters like '('.
> 
>    * contrib/client-side/svn_load_dirs.pl.in: Fix scoping of
>      $openfork_available so /bin/sh is avoided when possible
> 
> -jim

Jim,

Thanks, I've committed this to trunk in revision 14782.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<bl...@orcaware.com>
Subversion and Orca training and consulting
http://www.orcaware.com/svn/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org