From: TJ S. <cas...@us...> - 2012-05-31 17:02:09
|
Update of /cvsroot/pdd/www.proftpd.org In directory vz-cvs-3.sog:/tmp/cvs-serv27654 Modified Files: cvs.epl Log Message: Updating website instructions for checking out docs. Index: cvs.epl =================================================================== RCS file: /cvsroot/pdd/www.proftpd.org/cvs.epl,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- cvs.epl 16 May 2006 22:30:20 -0000 1.13 +++ cvs.epl 31 May 2012 17:02:06 -0000 1.14 @@ -38,7 +38,7 @@ <ul> <li>Type the command <code>cvs -d :pserver:ano...@pr...:2401/cvsroot/proftp login</code> - (use <code>:pserver:ano...@pd...:2401/cvsroot/pdd</code> for docs). + (use <code>:pserver:ano...@pd...:/cvsroot/pdd</code> for docs). </li> <li>Hit Enter when prompted for a password (there is no password for anonymous access). @@ -47,6 +47,10 @@ :pserver:ano...@pr...:2401/cvsroot/proftp -z3 co proftpd</code> </li> + <li>Or, for docs, type in <code>cvs -d + :pserver:ano...@pd...:/cvsroot/pdd -z3 co + Userguide</code> + </li> </ul> <p>That's it. You can keep up to date by executing <code>cvs |