Re: Questions about setting up Subversion Server

2022-11-28 Thread Felix Natter
hello Daniel, many thanks for your answers. Best Regards, Felix On 23.11.22 22:21, Daniel Shahaf wrote: Felix Natter wrote on Tue, Nov 15, 2022 at 09:03:49 +0100: - In my svnserve wrapper I call this: exec /usr/bin/svnserve "$@" -r /repos -> Does the (Linux-) system automatically call

Re: Questions about setting up Subversion Server

2022-11-23 Thread Daniel Shahaf
Felix Natter wrote on Tue, Nov 15, 2022 at 09:03:49 +0100: > - In my svnserve wrapper I call this: > > exec /usr/bin/svnserve "$@" -r /repos > > -> Does the (Linux-) system automatically call this with "-t"? > The -t is added by the client when it invokes the tunnel command (ssh(1)). This is

Questions about setting up Subversion Server

2022-11-15 Thread Felix Natter
hello SVN Users, I have set up a basic SVN Server with svn+ssh:// auth (System users with LDAP) by wrapping svnserve [1] I have a few questions for which I could not find answers in the manual: - In my svnserve wrapper I call this: exec /usr/bin/svnserve "$@" -r /repos -> Does the (Linux-)