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

Re: [PATCH] add support for svnrdump to svn-backup-dumps.py

From: Daniel Shahaf <danielsh_at_apache.org>
Date: Sun, 18 Aug 2013 15:34:07 +0300

Masaru Tsuchiyama wrote on Thu, Aug 15, 2013 at 15:06:12 +0900:
> I added "--" to the command line options.

Thanks.

> + # pass "--" to tell commands that 'self.__repospath' is not a command-line option.
> + cmd = [ self.__svn_path, "log", "-l 1", "-q", "--", self.__repospath ]

["-l 1"] should be either ["-l1"] or ["-l", "1"].

Haven't looked at the rest of the patch, perhaps Ben will as he reviewed
an earlier iteration. (but I know he is a bit busy this week, including
a release tomorrow and several other things..)

Cheers,

Daniel
Received on 2013-08-18 14:34:22 CEST

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

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