Pat Farrell wrote on Thu, 11 Feb 2010 at 13:04 -0500: > Andy Levy wrote: > > Having trouble finding any documentation on the underscore. Seems like > > a very odd symbol to use here. > > Its not documented in the RedBean.
Source inspection [1] reveals that '_' is used in the listing of files in a log message (i.e., the thing below the "--This line, and those below, will be ignored--" line in an 'svn commit' lacking -m and -F) when the file is neither textually modified nor added, removed, or replaced. Is that what you were seeing? (the subject says 'svn status', but I can't find an "'_'" in the 'svn st' code in trunk) Daniel [1] grep "'_'" subversion/svn/*.c