Lasse Kliemann wrote:
>As to my knowledge, there is no configuration option on how svnserve is
>called on the "other side" of the ssh tunnel. It is always called as
>svnserve -t. This is hard-coded in subversion/libsvn_ra_svn/client.c. I
>recently ran into the situation that I had to configure this.
>
>Attached you find a quick patch that allows you to define how svnserve is
>called via the environment variable SVN_SSH_SVNSERVE. In your case, setting
>
>export SVN_SSH_SVNSERVE="svnserve -r /var/scm"
>
>might be appropriate. The -t is still added automatically (which can
>trivially be altered-- see the source and the patch).
>
>The attached patch has been taken against subversion/libsvn_ra_svn/client.c
>from subversion 1.1.0.
>
>
OK so there is no configuration way of doing it.. Yet! Thanks for the
patch... although I can not use it because we can only used released
rpms for FC2. But I might give it a whirl on my own.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 4 00:43:15 2004