Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn fails in prop_walk if $self->{path} is not empty
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index dcb8b779c8c97df8197185d614a11568ed84cbe8..47b0c37d17101e17e34fab8ed04c3409fe106e87 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-1923,7
+1923,7
@@
sub prop_walk {
foreach (sort keys %$dirent) {
next if $dirent->{$_}->{kind} != $SVN::Node::dir;
- $self->prop_walk($p . $_, $rev, $sub);
+ $self->prop_walk($
self->{path} . $
p . $_, $rev, $sub);
}
}