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 this
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 d