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

svn+ssh login

From: Adrian Hoe <mailbox_at_adrianhoe.com>
Date: 2005-06-08 03:42:30 CEST

Hi,

I have configured my server to run subversion via xinet. But, it looks
like the only way for a remote client to access svn is via, e.g.:

    svn co svn+ssh://ip_address_or_host_name/path

And this requires to create a login account on the server.

The problem is that we are having university students (interns) accessing
our svn server and they come and go. We also don't wish them to be able to
ssh or sftp into our server.

I tried:

    svn co svn://ip_address_or_host_name/path

and it didn't work. I check the svnserve.conf under the project/conf
directory. This works when I run svnserve as daemon.

This is my xinet setup:
--------------------------------------------------
service svnserver
{
         disable = no
         socket_type = stream
         protocol = tcp
         wait = no
         user = root
         server = /usr/bin/svnserve
         server_args = -i -r /svn
}
--------------------------------------------------

How can I do both svn and svn+ssh?

tia.

-- 
"Simplicity is the ultimate sophistication." - Leonardo DaVinci.
"Complexity is simplicity that has failed." - Adrian Hoe, June 23 2004.
http://adrianhoe.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 8 03:43:43 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.