Re: Feature suggestion for read-only access to fsfs repos over http
From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-04-11 03:44:57 CEST
Henrik Thostrup Jensen wrote:
> machine and I cannot run a server on the machine, since it is heavily
If he _does_ have a way to access to the dev machine (i.e. it is isn't
Here's how (assuming your system is running at least 1.1 and ssh is available):
1) Force readonly access to the repository by setting the following in
auth-access=read
and adding your friend's name to the passwd file (with a null passwd).
2) Add your friend's public key to your .ssh/authorized_keys file in a line that
command="svnserve --tunnel --tunnel-user friend" ssh-rsa AAAAB3NzaC1...key...
(you may need to also use the --root option to point the svnserve to the local
export SVN_SSH='ssh -l youruser'
You now won't be able to use svn+ssh:// yourself (since you've now made all
The other way to do this is to use SVK locally, and push the project changes to
John
p.s. why isn't this documented in the FAQ or better yet in Chapter 6? Are
-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4720 Boston Way Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Apr 11 03:42:05 2005 |
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.