ISSUE+PATCH: svn_load_dirs.pl fails on filenames containing $-sign ( probably Cygwin specific )
From: Lieven <lgo_at_mobsol.be>
Date: 2005-09-05 11:36:06 CEST
Hi,
We're using the svn_load_dirs.pl script to import a dump of our previous SCM to
I encountered an issue in the script with files containing the $-sign:
( extract from console output ):
Press return to quit and clean up svn working directory:
Cause of the error is that in the line:
svn propget svn:eol-style oracle/packages/PCK$GEOROUTE_STREET_SEGMENTS.PKB
the string $GEOROUTE_STREET_SEGMENTS is replaced with its value ( which is
I see in the svn_load_dirs.pl script that filenames containing spaces are
So, my patch will wrap all files containing a space or a $-sign with a
Lieven.
Log:
----------------------------------------------------------------
---------------------------------------------------------------------
|
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.