1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 00:02:13 +00:00

svn diff does not show files you forgot to add, so recommend of svn status, too

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19579 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-08-28 18:46:31 +00:00
parent 821a2a5656
commit 0539ebf667

View File

@ -102,6 +102,13 @@ I. BASICS:
It's very easy for stray debug output or cosmetic modifications to slip in,
please avoid problems through this extra level of scrutiny.
Also check the output of
svn status
to make sure you did not forget to svn add some files (those will be marked
with '?').
Once you have made sure everything is fine
svn commit <filename(s)>