|
Lines 456-462
Link Here
|
| 456 |
<title>Checking Out Something from -CURRENT (&man.ls.1;) and |
456 |
<title>Checking Out Something from -CURRENT (&man.ls.1;) and |
| 457 |
Deleting It Again:</title> |
457 |
Deleting It Again:</title> |
| 458 |
|
458 |
|
| 459 |
<screen>&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs</userinput> |
459 |
<screen>&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs</userinput> |
| 460 |
&prompt.user; <userinput>cvs login</userinput> |
460 |
&prompt.user; <userinput>cvs login</userinput> |
| 461 |
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>. |
461 |
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>. |
| 462 |
&prompt.user; <userinput>cvs co ls</userinput> |
462 |
&prompt.user; <userinput>cvs co ls</userinput> |
|
Lines 468-474
Link Here
|
| 468 |
<example> |
468 |
<example> |
| 469 |
<title>Using SSH to check out the <filename>src/</filename> |
469 |
<title>Using SSH to check out the <filename>src/</filename> |
| 470 |
tree:</title> |
470 |
tree:</title> |
| 471 |
<screen>&prompt.user; <userinput>cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co src</userinput> |
471 |
<screen>&prompt.user; <userinput>cvs -d anoncvs@anoncvs.FreeBSD.org:/home/ncvs co src</userinput> |
| 472 |
The authenticity of host 'anoncvs.freebsd.org (128.46.156.46)' can't be established. |
472 |
The authenticity of host 'anoncvs.freebsd.org (128.46.156.46)' can't be established. |
| 473 |
DSA key fingerprint is 52:02:38:1a:2f:a8:71:d3:f5:83:93:8d:aa:00:6f:65. |
473 |
DSA key fingerprint is 52:02:38:1a:2f:a8:71:d3:f5:83:93:8d:aa:00:6f:65. |
| 474 |
Are you sure you want to continue connecting (yes/no)? <userinput>yes</userinput> |
474 |
Are you sure you want to continue connecting (yes/no)? <userinput>yes</userinput> |
|
Lines 479-485
Link Here
|
| 479 |
<title>Checking Out the Version of &man.ls.1; in the 3.X-STABLE |
479 |
<title>Checking Out the Version of &man.ls.1; in the 3.X-STABLE |
| 480 |
Branch:</title> |
480 |
Branch:</title> |
| 481 |
|
481 |
|
| 482 |
<screen>&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs</userinput> |
482 |
<screen>&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs</userinput> |
| 483 |
&prompt.user; <userinput>cvs login</userinput> |
483 |
&prompt.user; <userinput>cvs login</userinput> |
| 484 |
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>. |
484 |
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>. |
| 485 |
&prompt.user; <userinput>cvs co -rRELENG_3 ls</userinput> |
485 |
&prompt.user; <userinput>cvs co -rRELENG_3 ls</userinput> |
|
Lines 491-497
Link Here
|
| 491 |
<example> |
491 |
<example> |
| 492 |
<title>Creating a List of Changes (as Unified Diffs) to &man.ls.1;</title> |
492 |
<title>Creating a List of Changes (as Unified Diffs) to &man.ls.1;</title> |
| 493 |
|
493 |
|
| 494 |
<screen>&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs</userinput> |
494 |
<screen>&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs</userinput> |
| 495 |
&prompt.user; <userinput>cvs login</userinput> |
495 |
&prompt.user; <userinput>cvs login</userinput> |
| 496 |
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>. |
496 |
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>. |
| 497 |
&prompt.user; <userinput>cvs rdiff -u -rRELENG_3_0_0_RELEASE -rRELENG_3_4_0_RELEASE ls</userinput> |
497 |
&prompt.user; <userinput>cvs rdiff -u -rRELENG_3_0_0_RELEASE -rRELENG_3_4_0_RELEASE ls</userinput> |
|
Lines 502-508
Link Here
|
| 502 |
<example> |
502 |
<example> |
| 503 |
<title>Finding Out What Other Module Names Can Be Used:</title> |
503 |
<title>Finding Out What Other Module Names Can Be Used:</title> |
| 504 |
|
504 |
|
| 505 |
<screen>&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs</userinput> |
505 |
<screen>&prompt.user; <userinput>setenv CVSROOT :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs</userinput> |
| 506 |
&prompt.user; <userinput>cvs login</userinput> |
506 |
&prompt.user; <userinput>cvs login</userinput> |
| 507 |
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>. |
507 |
<emphasis>At the prompt, enter the password</emphasis> <quote>anoncvs</quote>. |
| 508 |
&prompt.user; <userinput>cvs co modules</userinput> |
508 |
&prompt.user; <userinput>cvs co modules</userinput> |