You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Volker Poplawski <vo...@atrics.de> on 2004/12/01 10:47:21 UTC

Re: svn+ssh: specifying which svnserve run???

Am Dienstag, 30. November 2004 21:37 schrieb Peter Valdemar Mørch:
> Lukas Lipavsky lukas.lipavsky-at-gmail.com |Lists| wrote:
> > So my question is:
> > is it possible, to tell svn client which svnserve to execute after
> > tunnel is established? If it isn't, wouldn't it be a good idea? :)
>
> svn will run "svnserve" on the server side. Period.
>
> I believe that bash sources ~/.bashrc when it is started regardless of
> whether it is a a login shell or not. I do know for a *fact* that bash
> sources *something*, I'm just not 100% its .bashrc . I think so. I have
> exactly what you describe working myself.
As you said: svn will run svnserve on the server; by passing svnserve as 
argument to ssh. But no shell startet on server, just svnserve by itself.
The ssh compiled-in PATH is applied.

I had a hard time figuring out why my wrapper-scripts in /usr/local/bin are 
not working. Not in sshd's path, but /usr/sbin is....

HIH
.....Volker

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: svn+ssh: specifying which svnserve run???

Posted by Lukas Lipavsky <lu...@gmail.com>.
> As you said: svn will run svnserve on the server; by passing svnserve as
> argument to ssh. But no shell startet on server, just svnserve by itself.
> The ssh compiled-in PATH is applied.
> 
> I had a hard time figuring out why my wrapper-scripts in /usr/local/bin are
> not working. Not in sshd's path, but /usr/sbin is....

But .bashrc IS working
If I use stanndard ssh login, then .profile is loaded (not .bashrs)
If I use  ssh tunnel, then .bashrc is loaded (not .profile)

At least on the server I need to access;))

Lukas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org