X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=git-svn.perl;h=bd5266c86b299bbc75878b7529820798d194fc72;hb=refs%2Fheads%2Fwtk%2Fsubmodule-commit;hp=0d77ffb0b92b9e94454aeb94b434d9f86acd8a13;hpb=9e40b6e59573dfd58746f9b1aafd5305ffe3c53f;p=git.git diff --git a/git-svn.perl b/git-svn.perl index 0d77ffb0b..bd5266c86 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -1314,7 +1314,7 @@ sub get_svnprops { $path = $cmd_dir_prefix . $path; fatal("No such file or directory: $path") unless -e $path; my $is_dir = -d $path ? 1 : 0; - $path = join_paths($gs->{path}, $path); + $path = join_paths($gs->path, $path); # canonicalize the path (otherwise libsvn will abort or fail to # find the file)