summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-13 08:54:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-13 08:54:16 +0000
commit6af9857690aff0db71feb7e843486dc114db5ee5 (patch)
treed78cdc59fcc5627aa5d5f7c9e5d031cb3bf02277 /DOCS/tech
parenta17fe78087e66089da50649670ae25e0d411453e (diff)
downloadmpv-6af9857690aff0db71feb7e843486dc114db5ee5.tar.bz2
mpv-6af9857690aff0db71feb7e843486dc114db5ee5.tar.xz
Update for recent discussions on mplayer-dev-eng.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19382 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/svn-howto.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/DOCS/tech/svn-howto.txt b/DOCS/tech/svn-howto.txt
index 0f98897c9f..b40bc5d6c2 100644
--- a/DOCS/tech/svn-howto.txt
+++ b/DOCS/tech/svn-howto.txt
@@ -129,18 +129,17 @@ I. BASICS:
8. Renaming/moving/copying files or contents of files:
- svn move <source> <destination>
- svn copy <source> <destination>
+ svn move/copy <source> <destination>
svn commit <source> <destination>
- Do not move, rename or copy files not maintained by you without discussing
- it on the mplayer-dev-eng mailing list first!
+ Do not move, rename or copy files of which you are not the maintainer without
+ discussing it on the mplayer-dev-eng mailing list first!
- In order to preserve history and minimize the size of diffs, do not copy or
- move a file by using 'svn delete' and 'svn add'. Always use 'svn move' or
- 'svn copy' instead.
+ Never copy or move a file by using 'svn delete' and 'svn add'. Always use
+ 'svn move' or 'svn copy' instead in order to preserve history and minimize
+ the size of diffs.
- To split a file use 'svn copy' and remove the unneeded lines from each file.
+ To split a file, use 'svn copy' and remove the unneeded lines from each file.
Don't do a lot of cut'n'paste from one file to another without a very good
reason and discuss it on the mplayer-dev-eng mailing list first. It will make