Re: customizing svnserve for svn+ssh

2011-09-10 Thread Matthew Beals
t; Sent: Saturday, September 10, 2011 8:42:13 AM GMT -05:00 US/Canada Eastern Subject: Re: customizing svnserve for svn+ssh Stefan Sperling wrote on Sat, Sep 10, 2011 at 14:37:58 +0200: > On Sat, Sep 10, 2011 at 08:24:24AM -0400, beals...@gmail.com wrote: > > Sorry, I should have b

Re: customizing svnserve for svn+ssh

2011-09-10 Thread Daniel Shahaf
Stefan Sperling wrote on Sat, Sep 10, 2011 at 14:37:58 +0200: > On Sat, Sep 10, 2011 at 08:24:24AM -0400, beals...@gmail.com wrote: > > Sorry, I should have been more verbose with the description of my shell > > script. > > > > So am I to take it that intercepting and altering the path isn't poss

Re: customizing svnserve for svn+ssh

2011-09-10 Thread Stefan Sperling
On Sat, Sep 10, 2011 at 08:24:24AM -0400, beals...@gmail.com wrote: > Sorry, I should have been more verbose with the description of my shell > script. > > So am I to take it that intercepting and altering the path isn't possible in > a simple wrapper script? One way of shortening the repositor

Re: customizing svnserve for svn+ssh

2011-09-10 Thread beals...@gmail.com
Sorry, I should have been more verbose with the description of my shell script. So am I to take it that intercepting and altering the path isn't possible in a simple wrapper script? Thanks, Matt Daniel Shahaf wrote: svn+ssh://host/some/path/here runs 'ssh host svnserve -t' and the path is pa

Re: customizing svnserve for svn+ssh

2011-09-10 Thread Daniel Shahaf
svn+ssh://host/some/path/here runs 'ssh host svnserve -t' and the path is passed within the ra_svn protocol. Next time please don't make me have to reverse engineer a shell script in order to answer such a simple question :) Matthew Beals wrote on Fri, Sep 09, 2011 at 21:13:01 -0400: > I have two