comparison DOCS/tech/svn-howto.txt @ 19662:042e0009a1c0

minor wording change
author diego
date Mon, 04 Sep 2006 09:50:11 +0000
parents 35d9fef1879e
children dc1a1ff6c7d9
comparison
equal deleted inserted replaced
19661:7b24faac56fd 19662:042e0009a1c0
104 104
105 Also check the output of 105 Also check the output of
106 106
107 svn status 107 svn status
108 108
109 to make sure you did not forget to svn add some files (those will be marked 109 to make sure you did not forget to 'svn add' some files (they will be marked
110 with '?'). 110 with '?').
111 111
112 Once you have made sure everything is fine 112 Once you have made sure everything is fine
113 113
114 svn commit <filename(s)> 114 svn commit <filename(s)>