On Thu, Feb 18, 2010 at 06:23:03PM +0000, lasdka 88 wrote: > Is there a > particular place where the command line options are listed in the > source code for SVN? Perhaps I could check it out of source control > and verify the arguments that way?
See the svn_cl__options (defining the options) table, and the svn_cl__cmd_table table (defining valid options for every subcommand) in main.c: http://svn.apache.org/repos/asf/subversion/trunk/subversion/svn/main.c Some 'svn blame' and 'svn log' surgery on this file should tell you when exactly the flag was added to 'svn add'. Stefan