author | Eric Wong <normalperson@yhbt.net> | |
Sat, 14 Oct 2006 09:02:37 +0000 (02:02 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 14 Oct 2006 18:48:33 +0000 (11:48 -0700) | ||
commit | ce91fc6eb9c4aefc73f845fc7104f332b2b308d2 | |
tree | 4741f3715f32149b16c06dfaa50fb73de757b553 | tree | snapshot |
parent | 4035b46e12ee6e5c9339e263cd16c2e2422b8928 | commit | diff |
git-svn: fix commits over svn+ssh://
Once a get_commit_editor has been called from an SVN session, RA
layer operations are not allowed (well, unless you're using
file:// or http(s)://). So we'll pass an alternate SVN::Ra
object to our editor object for running 'check-path'.
This should fix commits over svnserve (svn:// without ssh, too).
Closes Debian bug #392702, thanks to Pierre Habouzit for
reporting the bug.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Once a get_commit_editor has been called from an SVN session, RA
layer operations are not allowed (well, unless you're using
file:// or http(s)://). So we'll pass an alternate SVN::Ra
object to our editor object for running 'check-path'.
This should fix commits over svnserve (svn:// without ssh, too).
Closes Debian bug #392702, thanks to Pierre Habouzit for
reporting the bug.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl | diff | blob | history |