[BACK]Return to anoncvs.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/anoncvs.html between version 1.17 and 1.18

version 1.17, 1997/06/13 08:37:22 version 1.18, 1997/06/16 03:50:15
Line 138 
Line 138 
 protocols: ssh, ssh port 2022.<br>  protocols: ssh, ssh port 2022.<br>
 updated every 6 hours.<br>  updated every 6 hours.<br>
 <p>  <p>
   <li>
   <strong>CVSROOT=:pserver:anoncvs@anoncvs5.usa.openbsd.org:/cvs</strong><br>
   Note <a href=#pserver>*pserver usage*</a><br>
   Host also known as <strong>alpha.ctaz.com</strong>.<br>
   located in Arizona, south-western USA.<br>
   maintained by <a href=mailto:todd@openbsd.org>Todd Fries</a>.<br>
   protocols: :pserver:.<br>
   updated every 3 hours midnight to noon, except Tu-Th-Sa, midnight update, 3am full update, then noon update.<br>
   <p>
 <li><strong>CVSROOT=anoncvs@anoncvs.uk.openbsd.org:/cvs</strong><br>  <li><strong>CVSROOT=anoncvs@anoncvs.uk.openbsd.org:/cvs</strong><br>
 Host also known as <strong>dumpty.wonderland.org</strong>.<br>  Host also known as <strong>dumpty.wonderland.org</strong>.<br>
 located in London, UK.<br>  located in London, UK.<br>
Line 205 
Line 214 
     [shows the commit log for the chosen file ]      [shows the commit log for the chosen file ]
 % cvs diff -bc -r1.1 -r1.5 src/sys/arch/sparc/sparc/locore.s  % cvs diff -bc -r1.1 -r1.5 src/sys/arch/sparc/sparc/locore.s
     [shows the changes between revisions 1.1 and rev 1.5]      [shows the changes between revisions 1.1 and rev 1.5]
   </pre>
   </p>
   
   <p>
   <a name=pserver>In order to use a cvs ``pserver'' (a direct tcp connection instead of using ssh or rsh) you must login once:</a>
   <pre>
       [ *NOTE* You must be using cvs version 1.8 or higher to do this          ]
   % setenv CVSROOT :pserver:anoncvs@anoncvs5.usa.openbsd.org:/cvs
   % cvs login
   (Logging in to anoncvs@anoncvs5.usa.openbsd.org)
   CVS password: <type whatever you feel like, just type something!>
       [this writes a line to ~/.cvspass (filename over-ridden by CVS_PASSFILE).]
       [An example line from my ~/.cvspass after typing 'blah' for the above    ]
       [password is:                                                            ]
       [:pserver:anoncvs@anoncvs5.usa.openbsd.org:/cvs Au'yc                    ]
       [...after logging in ONCE every other use of the above CVSROOT will work ]
   % cvs -z9 get ksrc-i386 ksrc-common
       [allows you to retrieve ONLY that necessary to rebuild an i386 kernel    ]
       [ -z9 allows gzip -9 compression, GOOD medicine for slow links           ]
 </pre>  </pre>
 </p>  </p>
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18