docs/72018: Add example of how to use cvs over ssh

Brad Davis so14k at so14k.com
Thu Sep 23 02:20:26 UTC 2004


>Number:         72018
>Category:       docs
>Synopsis:       Add example of how to use cvs over ssh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 23 02:20:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Brad Davis
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD mccaffrey.house.so14k.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri May 28 08:02:41 MDT 2004 root at mccaffrey.house.so14k.com:/usr/obj/usr/src/sys/MCCAFFREY i386
>Description:
	Add example of how to use cvs over ssh
>How-To-Repeat:
>Fix:
--- doc-ori/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml Wed Sep 22 20:02:30 2004
+++ doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml     Wed Sep 22 20:14:09 2004
@@ -468,6 +468,18 @@
 &prompt.user; <userinput>cvs logout</userinput>
          </screen>
        </example>
+
+   <example>
+     <title>Using SSH to check out the src tree</title>
+
+     <screen>&prompt.user; <userinput>cvs -d freebsdanoncvs at anoncvs.FreeBSD.org:/home/ncvs co src</userinput>
+The authenticity of host 'anoncvs.freebsd.org (128.46.156.46)' can't be established.
+DSA key fingerprint is 52:02:38:1a:2f:a8:71:d3:f5:83:93:8d:aa:00:6f:65.
+Are you sure you want to continue connecting (yes/no)? yes
+Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known hosts.
+     </screen>
+   </example>
+
       </sect2>

       <sect2>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list