mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
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:
parent
6f0da163dd
commit
41bbc71a41
@ -171,7 +171,6 @@ I. BASICS:
|
|||||||
the change is committed as if it were a new change.
|
the change is committed as if it were a new change.
|
||||||
The svn copy method
|
The svn copy method
|
||||||
svn rm <file>
|
svn rm <file>
|
||||||
svn ci <file>
|
|
||||||
svn cp -r<good revision> svn://svn.mplayerhq.hu/mplayer/trunk/[<path>/]<file> <file>
|
svn cp -r<good revision> svn://svn.mplayerhq.hu/mplayer/trunk/[<path>/]<file> <file>
|
||||||
svn ci <file>
|
svn ci <file>
|
||||||
This simply removes the file and then copies the last good version with
|
This simply removes the file and then copies the last good version with
|
||||||
|
Loading…
Reference in New Issue
Block a user