Bug#392702: [PATCH] git-svn: fix commits over svn+ssh://

2006-10-16 Thread Gerrit Pape
On Sat, Oct 14, 2006 at 02:02:37AM -0700, Eric Wong wrote: 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

Bug#392702: [PATCH] git-svn: fix commits over svn+ssh://

2006-10-14 Thread Eric Wong
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,