From 5cd9ee645fd3ce1aedcfa71a329caaade1e74d66 Mon Sep 17 00:00:00 2001 From: kraymer Date: Tue, 6 Jun 2006 13:58:03 +0000 Subject: xml docs: CVS --> Subversion (NOTE: ports.xml still needs to be changed!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18600 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/bugreports.xml | 22 ++++++++-------- DOCS/xml/en/codecs.xml | 65 +++++++--------------------------------------- DOCS/xml/en/mail-lists.xml | 4 +-- DOCS/xml/en/skin.xml | 2 +- 4 files changed, 24 insertions(+), 69 deletions(-) diff --git a/DOCS/xml/en/bugreports.xml b/DOCS/xml/en/bugreports.xml index 7d8a297173..56163dc671 100644 --- a/DOCS/xml/en/bugreports.xml +++ b/DOCS/xml/en/bugreports.xml @@ -37,7 +37,7 @@ mailing list will assist you if you have questions. -How to do regression testing using CVS +How to do regression testing using Subversion A problem that can happen sometimes is 'it used to work before, now it doesn't anymore...'. @@ -45,17 +45,17 @@ Here is a step by step procedure to try to pinpoint when the problem occurred. This is not for casual users. -First, you'd need to fetch MPlayer's source tree from CVS. +First, you'd need to fetch MPlayer's source tree from Subversion. Instructions can be found at the bottom of this page. -You will have now in the main/ directory an image of the CVS tree, on the +You will have now in the mplayer/ directory an image of the Subversion tree, on the client side. Now update this image to the date you want: -cd main/ -cvs update -PAd -D "2004-08-23" +cd mplayer/ +svn update -r {"2004-08-23"} The date format is YYYY-MM-DD HH:MM:SS. Using this date format ensure that you will be able to extract patches @@ -72,7 +72,7 @@ make If any non-programmer reads this, the fastest method to get at the point where the problem occurred is to use a binary search — that is, -search the date of the breackage by repeatedly dividing the search +search the date of the breakage by repeatedly dividing the search interval in half. For example, if the problem occurred in 2003, start at mid-year, then ask "Is the problem already here?". @@ -91,10 +91,10 @@ back to the present.) When you have found the day where the problem happened, continue the search -using the mplayer-cvslog archive (sorted by date) and a more precise cvs +using the mplayer-cvslog archive (sorted by date) and a more precise svn update including hour, minute and second: -cvs update -PAd -D "2004-08-23 15:17:25" +svn update -r {"2004-08-23 15:17:25"} This will allow you to easily find the exact patch that did it. @@ -113,11 +113,11 @@ the bug is :-). How to report bugs -First of all please try the latest CVS version of MPlayer +First of all please try the latest Subversion version of MPlayer as your bug might already be fixed there. Development moves extremely fast, most problems in official releases are reported within days or even hours, so -please use only CVS to report bugs. This -includes binary packages of MPlayer. CVS +please use only Subversion to report bugs. This +includes binary packages of MPlayer. Subversion instructions can be found at the bottom of this page or in the README. If this did not help please refer to the list of diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 11f6426f57..4f90349b18 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -221,56 +221,11 @@ and audio codecs. -If you use an MPlayer release you have -libavcodec -right in the package, just build as usual. If you use -MPlayer from CVS you have to extract -libavcodec from -the FFmpeg CVS tree as FFmpeg releases are very rare. The CVS is mostly stable -and offers the most features. In order to achieve this do: - - - - - cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login - - - cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg/libavcodec ffmpeg/libavutil - - - Move the libavcodec and libavutil - directories from the FFmpeg - sources to the root of the MPlayer CVS tree. - It should look like this: - main/libavcodec - main/libavutil - - Symlinking is not enough, you have to - copy/move it! - - - If you prefer having libavcodec - updated at the same time you update - MPlayer CVS, put the following line into the - main/CVS/Entries file: - D/libavcodec//// - D/libavutil//// - - - Compile. configure should detect problems before - compilation. - - - - - -MPlayer from CVS does contain a -libavcodec subdirectory, but it does -not contain the source for -libavcodec! -You must follow the steps above to obtain the source for this library. - - +Both MPlayer releases and +MPlayer from Subversion contain +libavcodec so you don't have +to care about making a separate libavcodec checkout. +Just run configure and compile. With FFmpeg and my Matrox G400, I can view even the highest resolution DivX @@ -507,7 +462,7 @@ decoders: COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT Currently only 32-bit Intel platforms are supported. -download MPlayer CVS +download MPlayer Subversion download QuickTime DLL pack from @@ -610,14 +565,14 @@ decoders: however major changes and improvements have been implemented since that time, both in terms of more functionalities supported and in terms of improved CPU usage. - Just to be certain, it is always a good idea to use a recent CVS + Just to be certain, it is always a good idea to use a recent Subversion checkout. If you want a quick and easy way to know whether there have been recent changes to libavcodec's H.264 decoding, you might keep an eye on - FFmpeg CVS repository's web interface. + FFmpeg Subversion repository's web interface. @@ -631,8 +586,8 @@ decoders: --> MPlayer sources are updated whenever an x264 API change - occurs, so it is always suggested to use CVS - MPlayer as well. + occurs, so it is always suggested to use + MPlayer from Subversion as well. Perhaps this situation will change when and if an x264 "release" occurs. Meanwhile, x264 should diff --git a/DOCS/xml/en/mail-lists.xml b/DOCS/xml/en/mail-lists.xml index 9d6735d128..0d744c4a1b 100644 --- a/DOCS/xml/en/mail-lists.xml +++ b/DOCS/xml/en/mail-lists.xml @@ -81,14 +81,14 @@ fix or you have noticed a possible bug/problem in the commit). This list is about MPlayer documentation and homepage discussions. -Documentation and homepage related CVS logs are also sent here. +Documentation and homepage related SVN logs are also sent here. MPlayer-translations This list is about MPlayer documentation and homepage translation discussions. -Documentation and homepage translation CVS logs are also sent here. +Documentation and homepage translation Subversion logs are also sent here. MPlayer-cygwin diff --git a/DOCS/xml/en/skin.xml b/DOCS/xml/en/skin.xml index bf79ce1db3..0882c674a0 100644 --- a/DOCS/xml/en/skin.xml +++ b/DOCS/xml/en/skin.xml @@ -1047,7 +1047,7 @@ Loads an audio file (with the fileselector) evNone -Empty message, it has no effect (except maybe in CVS versions :-)). +Empty message, it has no effect (except maybe in Subversion versions :-)). -- cgit v1.2.3