[PATCH] svnserve --user, use svn+ssh but avoid system accounts
From: Tommi Virtanen <tv_at_tv.debian.net>
Date: 2004-02-13 17:11:58 CET
[Please Cc: me, I'm not on the list]
Hi. Here's a patch that allows using SVN remotely in a way that
1) doesn't need system accounts for all users
2) doesn't write passwords/SSL certs on disk
3) integrates with existing authentication mechanisms
The setup needed is basically "adduser svn", and in
command="svnserve -t --user foo" ssh-rsa ... foo@somehost
Now, user foo can run "svn co svn+ssh://svn@host/repo"
(The same setup can be used with plain old passwords, without
The patch is attached.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.