* www/project_faq.html : Update FAQ for ra_svn. ra_pipe is no more. Long
live ra_svn.
Index: www/project_faq.html
===================================================================
--- www/project_faq.html (revision 6215)
+++ www/project_faq.html (working copy)
@@ -404,17 +404,20 @@
Subversion. What can I do if I still want remote usage?</h3>
<p>If you previously used CVS, you may have used SSH to login to the
-CVS server. The preferred solution would be to use ra_dav combined
+CVS server. The ra_svn Subversion access method is the equivalent way of doing
+this with Subversion. Just use the "svn+ssh" prefix to your Subversion
+repository URL.
+<pre>
+$ svn checkout svn+ssh://your.domain.com/full/path/to/repository
+</pre>
+</p>
+
+<p>The preferred solution would be to use ra_dav combined
with an Apache HTTP server configured with mod_ssl and appropriate
authentication support. This should provide enough security for most
users. However, we realize that there are places that do not allow
adding servers of any kind with external connectivity.</p>
-<p>There has been work on a ra_pipe implementation that would work
-similarly to the CVS_RSH mechanism, but it is not currently complete.
-If you wish to contribute to its development, you are more than
-welcome to do so!</p>
-
<p>However, another solution that can be used instead is to leverage
SSH port forwarding to connect to the protected server via ra_dav.
You would connect via SSH to a machine behind your firewall that can
--
David Wayne Summers "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint = C0 E0 4F 50 DD A9 B6 2B 60 A1 31 7E D2 28 6D A8
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 15 04:27:17 2003