Yet another svn and ssh methodology
From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-05-18 19:28:06 CEST
Last night, I wanted to do a little work on a server which is too slow and old
I had just set up another much more powerful server (Quad Xeon/2GB RAM), with an
But, how could I use that repository from some other box? Easy - ssh port
[xeon]$ ssh -R 3690:127.0.0.1:3690 cobalt
[cobalt]$ svn ls svn://user@localhost/
There are several advantages to this style:
1) Only a single session is required; some of the other ways of setting up
2) The port is available until the session ends; I wound up su'ing to some other
3) If you are already using ssh to connect to the remote machine, you can just
I hope this helps someone; I'll try and write up a FAQ entry if it seems useful
John
-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue May 18 19:28:23 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.