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
This commit is contained in:
reimar 2007-08-09 19:04:21 +00:00
parent 6f0da163dd
commit 41bbc71a41
1 changed files with 0 additions and 1 deletions

View File

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