1
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 21:07:29 +01:00

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
This commit is contained in:
diego 2003-12-24 22:58:34 +00:00
parent 6445f83deb
commit b5fee614df
2 changed files with 2 additions and 2 deletions

View File

@ -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!

2
README
View File

@ -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