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

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

From: ZC Miao <hellwolf_at_seu.edu.cn>
Date: 2006-03-20 13:48:25 CET

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<hellwolf@seu.edu.cn>
http://hellwolf.cublog.cn/
gpg --keyserver keyserver.veridis.com --recv-key  0x6B174C6F

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 20 15:25:43 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.