summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/release-howto.txt
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-27 13:58:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-27 13:58:20 +0000
commit0f62db895eebd10db001d821d496bc36d0f8ca6c (patch)
treeb5a506f2630ab5c34ab42cb141eb4a29057ef209 /DOCS/tech/release-howto.txt
parent3b1c39d69caf317af75f76f303ea7b4e3e4d64e6 (diff)
downloadmpv-0f62db895eebd10db001d821d496bc36d0f8ca6c.tar.bz2
mpv-0f62db895eebd10db001d821d496bc36d0f8ca6c.tar.xz
Remove/fix ancient CVS references.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28202 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/release-howto.txt')
-rw-r--r--DOCS/tech/release-howto.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/DOCS/tech/release-howto.txt b/DOCS/tech/release-howto.txt
index 504f522d9e..5cf0fef514 100644
--- a/DOCS/tech/release-howto.txt
+++ b/DOCS/tech/release-howto.txt
@@ -7,22 +7,18 @@ preparations:
all docs are up to date, etc.
- Verify man page, remove obsolete options, mention new ones.
- Ask translation maintainers to update their help_mp*.h file.
-- Update the ChangeLog file (according to CVS log), ask other developers
+- Update the ChangeLog file (according to Subversion log), ask other developers
to verify their parts, etc. Ask Diego to spellcheck it.
- Consult at -dev-eng about unstable parts of the code which should be
disabled for the release.
- Find a codename for the release
create the release tree:
-- tag cvs with release name
+- tag Subversion with release name
- update release.sh script with version number
***the following steps are done automatically by release.sh script***
-- cvs checkout the mplayer src tree
-- check out libavcodec and libavformat from FFmpeg CVS
-- remove the CVS subdirs:
- find main -name CVS -exec rm -rf {} \;
-- remove the .cvsignore files:
- find main -name .cvsignore -exec rm {} \;
+- checkout the mplayer src tree
+- check out FFmpeg subdirs
- remove obsolete DOCS translations, help files
- replace version.sh with this (change version number too...):