On 18 February 2010 18:36, Stefan Sperling wrote:
> 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 '
On Thu, Feb 18, 2010 at 06:23:03PM +, 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) tabl
Thank you all for your responses. The project is web application using
PHP. I initially looked at using the PECL SVN extension
(http://pecl.php.net/package/svn) so that I could access the SVN API
that way. However, there are several problems with that.
1. It's experimental
2. I want the users to b
On Thu, Feb 18, 2010 at 08:42:10AM -0500, Andy Levy wrote:
> On Wed, Feb 17, 2010 at 21:23, lasdka 88 wrote:
> > I am trying to find out the version at which the --non-interactive
> > option was added to svn add command. I've had a look through the
> > release notes but I can't find it. I know tha
On Wed, Feb 17, 2010 at 21:23, lasdka 88 wrote:
> I am trying to find out the version at which the --non-interactive
> option was added to svn add command. I've had a look through the
> release notes but I can't find it. I know that it was after 1.4.2. Is
> anyone able to help me?
Features are ve