On Thu, 9 Nov 2006, [EMAIL PROTECTED] wrote:

Author: pgollucci
Date: Wed Nov  8 18:58:44 2006
New Revision: 472749

URL: http://svn.apache.org/viewvc?view=rev&rev=472749
Log:
recode get_svn_files() to work with SVN clients < 1.4.0 and
1.4.0+ simultaneously

[.svn dirs in 1.4.0+ are now a binary format not XML]


Modified:
   perl/modperl/trunk/lib/ModPerl/Manifest.pm
[ ... ]
+    my @lines = `svn status -v`        ;

Is there another way to do this? On Win32, using
TortoiseSVN, this doesn't work, as svn isn't necessarily
in the PATH. And ToroiseSVN is so nice to use ...

--
best regards,
Randy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to