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

Re: svnserve + ssh

From: Chris Garrett <cgarrett_at_degarrah.com>
Date: 2004-02-28 20:30:44 CET

So you mentioned that svn+ssh doesnt use a daemon and that clued me in a

little. My config:

server : saturn
repos : /srv/svn
version: 1.0.0 (aka SuSE 0.99)

I run:

svn list svn+ssh://saturn/srv/svn

and it works! And that makes sense. If I have this correct, the client
is connecting with ssh and using svn from the console, just like using
file:/// just like the docs mention.

But the thing that was confusing me was that the docs in CH6 say to run
svnserve in tunnel mode use -t flag. So i was running:

/usr/bin/svnserve -t -r /srv/svn

and trying to connect with:

svn list svn+ssh://saturn/

So if you are using ssh there seems to be no point to running svnserve.
Is this correct? What would you use svnserve -t for??

Thanks again

CG

Ben Collins-Sussman wrote:

> Chris Garrett wrote:
>
> [please keep this on the public list]
>
>>> There's no such thing as svn 0.99.
>>
>>
>>
>> Well there is if you goto ftp://ftp.suse.com/pub/people/poeml/ the
>> link is right off the downloads page.
>
>
> Who the heck made those? And why is he inventing release numbers?
> Someone should spank that person. The last release before 1.0.0 was
> 0.37. Can we hunt him down?
>
> What does your 'svn --version' say?
>
>>
>>> And chapter 6 in the svn book documents svnserve, including svnserve
>>> + ssh.
>>
>>
>>
>> Yes I have read this. I have not been able to get svn+ssh working as a
>> deamon on my own. So I thought I would ask in the hopes that someone
>> else has got this working.
>
>
> Dozens of people have been using this feature for years. It's not a
> new, experimental thing. :-)
>
> But saying "I have not be able to get it working" isn't going to get you
> any help. You need to show us exactly what you're doing, and exactly
> how it's not working. We're not going to spout a tutorial here...
> that's why we have the book.
>
> To begin with, I see some confusion already: svn+ssh:// does *not* use
> a daemon. The svnserve daemon is just for svn:// access. Take a look
> at the book again... if it's not clear, let us know how.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 28 20:32:13 2004

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.