[MPlayer-cvslog] r24044 - trunk/DOCS/tech/svn-howto.txt

reimar subversion at mplayerhq.hu
Thu Aug 9 21:04:21 CEST 2007


Author: reimar
Date: Thu Aug  9 21:04:21 2007
New Revision: 24044

Log:
The "svn copy" method for reverting has worked flawlessly for me without
having to commit a revision that misses one file.


Modified:
   trunk/DOCS/tech/svn-howto.txt

Modified: trunk/DOCS/tech/svn-howto.txt
==============================================================================
--- trunk/DOCS/tech/svn-howto.txt	(original)
+++ trunk/DOCS/tech/svn-howto.txt	Thu Aug  9 21:04:21 2007
@@ -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



More information about the MPlayer-cvslog mailing list