David Crossley wrote: > Ferdinand Soethe wrote: > > > > (In the docs it says only: "However, you should still pay attention to the > > messages from your svn client when you do 'svn commit'"). > > Doing 'svn status' before doing the commit. > http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.status.html > > With the command-line client, i do 'svn commit' > which opens my editor for log message, it reports the > files that have been changed in the same format as > does 'svn status'. > > Properties are flagged in the second column. If there > are none for new text files they you know its busted.
Erk, i just tried an example. It is the 'svn commit' editor message that tells the property flag. The message that goes to [EMAIL PROTECTED] says 'Added myFile.txt (with props)" ...................^^^^^^^^^^ -David > Text files should get the 'svn:eol-style native' > property. Do 'svn proplist --verbose myFile.txt' to see. > > -David