[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

configuring svn+ssh using a wrapper script.

From: Brent Pathakis <bpathakis_at_gmail.com>
Date: Wed, 21 May 2008 14:40:23 -0600

Hi,

   I've configured subversion 1.4.6 using svn+ssh authentication. I'm using
tortoisesvn 1.4.8 to connect. This part is working. Now, I'm trying o put
a "wrapper" script
   around svnserve so I can use relative paths. What I've done:

   in /usr/local/bin:
    mv svnserve svnserve.bin

    Created a shell script, "svnserve":

    #!/bin/sh
     exec /usr/local/bin/svnserve.bin -r /repos "$@"

   Then through tortoisesvn repos browser:

   svn+ssh://user@host/Doc

   And i get connection died unexpectedly.

   If I undo the changes and try:

  svn+ssh://user@host/repos/Doc

   Any ideas what I might be doing wrong?

  Thanks.
Received on 2008-05-21 22:47:35 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.