[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: Masaru Tsuchiyama <m.tmatma_at_gmail.com>
Date: Sun, 18 Aug 2013 22:00:48 +0900

Daniel Shahaf wrote:
>> + # 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"].

Fixed in the attached patch.

-- 
Masaru Tsuchiyama <m.tmatma_at_gmail.com>

Received on 2013-08-18 15:01:28 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.