summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-09 19:04:21 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-09 19:04:21 +0000
commit41bbc71a412bc1cc32330f6313ff9eb2cc7a015a (patch)
tree48909d11667841211b12bb8ae7edd13153ef8270 /DOCS/tech
parent6f0da163dde71e51fa67e47139476d0715323b78 (diff)
downloadmpv-41bbc71a412bc1cc32330f6313ff9eb2cc7a015a.tar.bz2
mpv-41bbc71a412bc1cc32330f6313ff9eb2cc7a015a.tar.xz
The "svn copy" method for reverting has worked flawlessly for me without
having to commit a revision that misses one file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24044 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/svn-howto.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/DOCS/tech/svn-howto.txt b/DOCS/tech/svn-howto.txt
index a9004cc188..5ae2fa3471 100644
--- a/DOCS/tech/svn-howto.txt
+++ b/DOCS/tech/svn-howto.txt
@@ -171,7 +171,6 @@ I. BASICS:
the change is committed as if it were a new change.
The svn copy method
svn rm <file>
- svn ci <file>
svn cp -r<good revision> svn://svn.mplayerhq.hu/mplayer/trunk/[<path>/]<file> <file>
svn ci <file>
This simply removes the file and then copies the last good version with