| Summary: | Add example of how to use cvs over ssh | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Brad Davis <so14k> |
| Component: | Books & Articles | Assignee: | Xin LI <delphij> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->delphij Handle State Changed From-To: open->closed Committed (with some minor style fixes), thanks! |
Add example of how to use cvs over ssh Fix: <sect2>--SnypynzF2jMklFxLaFKpW8zngkD9rIL9nXVvmSs8Q47aRjMs Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- 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@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>