diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-24 22:58:34 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-24 22:58:34 +0000 |
commit | b5fee614dff7946e71887df09d48e2b0c2da1fcf (patch) | |
tree | d4ff256a77aac7497d9e249a38624b52e1770e5f /README | |
parent | 6445f83deb596e3f72e03582285a5f180a26a446 (diff) |
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 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ You can also get MPlayer via anonymous CVS. Issue the following commands to get 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 |