summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-24 22:58:34 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-24 22:58:34 +0000
commitb5fee614dff7946e71887df09d48e2b0c2da1fcf (patch)
treed4ff256a77aac7497d9e249a38624b52e1770e5f /DOCS
parent6445f83deb596e3f72e03582285a5f180a26a446 (diff)
downloadmpv-b5fee614dff7946e71887df09d48e2b0c2da1fcf.tar.bz2
mpv-b5fee614dff7946e71887df09d48e2b0c2da1fcf.tar.xz
Pruning empty directories is a good idea and even better is using the
correct cvs syntax to do it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11680 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/cvs-howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt
index 53efea7aef..54ad9f63ec 100644
--- a/DOCS/tech/cvs-howto.txt
+++ b/DOCS/tech/cvs-howto.txt
@@ -42,7 +42,7 @@ I. TECH SIDE:
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!