[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] svn_load_dirs $openfork_available bug

From: Jim Paris <jim_at_jtan.com>
Date: 2005-05-18 23:25:22 CEST

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

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

Received on Wed May 18 23:40:17 2005

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.