git-svn: fix show-ignore
authorEric Wong <normalperson@yhbt.net>
Sun, 7 Jan 2007 06:25:55 +0000 (22:25 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 7 Jan 2007 06:48:48 +0000 (22:48 -0800)
Looks like I broke it in 747fa12cef73b6ca04fffaddaad7326cf546cdea
but never noticed.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl
index 537776239cd87fd6e7d8af2197cef18a4a80fe96..1da31fdc7cf9c90e6ec3dfd815201e36b9650890 100755 (executable)
@@ -536,7 +536,7 @@ sub show_ignore {
        my $repo;
        $SVN ||= libsvn_connect($SVN_URL);
        my $r = defined $_revision ? $_revision : $SVN->get_latest_revnum;
-       libsvn_traverse_ignore(\*STDOUT, $SVN->{svn_path}, $r);
+       libsvn_traverse_ignore(\*STDOUT, '', $r);
 }
 
 sub graft_branches {