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

Re: svn+ssh access server sonfiguration

From: Bill Wohler <wohler_at_newt.com>
Date: 2005-05-23 20:32:23 CEST

michal <michal@plovarna.cz> writes:

> Stephane Bortzmeyer <bortzmeyer@nic.fr> wrote:
>
>> michal <michal@plovarna.cz> wrote
>>
>> > I want to to configure it to svn+ssh access only. What I must do?
>>
>> Nothing. This is the simplest setup.
>
> I make some test and I was wondered that Subversion was run without
> any configuration, even without running "svnserve -d". What I must
> to do, if I want to specify directory of repository (something like
> "svnserve -d -r /usr/local/repositories")?

You specify the repository in the URL. For example, if you access a
directory in some repository locally with:

  svn ls file:///path/to/repository/path/to/directory

You'd access this directory remotely with:

  svn ls svn+ssh://host.domain.com/path/to/repository/path/to/directory

As Stephane said, nothing on the Subversion side needs to be
configured. The only change is in the URL.

-- 
Bill Wohler <wohler_at_newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 23 20:39:42 2005

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.