[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: version at which non-interactive was added to svn add

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 18 Feb 2010 19:36:02 +0100

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
Received on 2010-02-18 19:36:40 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.