You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ZC Miao <he...@seu.edu.cn> on 2006/03/20 12:48:25 UTC

svn_load_dirs.pl failed where there's a filename contain '@'

I thought it's a problem of "propget"'s badly designed syntax, I solved
the problem temporary by patched:

--- /usr/share/doc/subversion-1.3.0/svn_load_dirs.pl    2006-02-12
17:42:32.000000000 +0800
+++ /home/hellwolf/bin/svn_load_dirs.pl 2006-03-20 20:38:15.000000000
+0800
@@ -1162,7 +1162,7 @@
                         keys %upd_files;
         foreach my $upd_file (@upd_files)
           {
-            my @command = ($svn, 'propget', 'svn:eol-style',
$upd_file);
+            my @command = ($svn, 'propget', 'svn:eol-style',
$upd_file,'--revprop','-r','HEAD');
             my @lines = read_from_process(@command);
             next unless @lines;
             if (@lines > 1)

-- 
ZC Miao<he...@seu.edu.cn>
http://hellwolf.cublog.cn/

gpg --keyserver keyserver.veridis.com --recv-key  0x6B174C6F