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

Using svn+ssh

From: Patrick Nelson <pnelson_at_neatech.com>
Date: 2004-10-03 22:19:13 CEST

FC2 with subversion 1.0.8

I have been pruning a successful svnserver service through xined.d, but
I want to start using svn+ssh. One of the things I like about svnserve
is the ability to set the root repo with -r switch so my
/etc/xined.d/svnserve file looks like:

---snip---
service svnserve
{
        disable = no
        socket_type = stream
        wait = no
        user = svn
        server = /usr/bin/svnserve
        server_args = -i -r /var/scm
}
---snip---

I have read through the manual and either I missed it or something, it
seems like it would go into the runtime configuration... But how do I
specify a repo root when using svn+ssh?

Any help appreciated!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 3 22:19:45 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.