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