changeset 11679:16c01dbca208

Pruning empty directories is a good idea and even better is using the correct cvs syntax to do it.
author diego
date Wed, 24 Dec 2003 22:58:34 +0000
parents 972d1998bde9
children f2f7c22847b3
files DOCS/tech/cvs-howto.txt README
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/cvs-howto.txt	Wed Dec 24 22:00:51 2003 +0000
+++ b/DOCS/tech/cvs-howto.txt	Wed Dec 24 22:58:34 2003 +0000
@@ -42,7 +42,7 @@
 2. Checking out development source tree:
   
     export CVS_RSH=ssh
-    cvs -z3 -d:ext:LOGIN@mplayerhq.hu:/cvsroot/mplayer co main
+    cvs -z3 -d:ext:LOGIN@mplayerhq.hu:/cvsroot/mplayer co -P main
   
   Replace LOGIN with your login name.
   NOTE: cvs -d:pserver: mode doesn't allow writing, even with password!
--- a/README	Wed Dec 24 22:00:51 2003 +0000
+++ b/README	Wed Dec 24 22:58:34 2003 +0000
@@ -63,7 +63,7 @@
 the latest sources:
 
   cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/mplayer login
-  cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/mplayer co main
+  cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/mplayer co -P main
 
 When asked for a password, just hit enter. A directory named 'main' will be
 created. You can later update your sources by saying