This is for with SVN repo. post-review used to allow multiple directories with
$ post-review dir1 [dir2]
Not working with rbt:
$ rbt --include dir1 --include dir2
The problem seem to be indentation problem on line "diff_cmd.extend(files)". Un-indent seems to fixed it.
What version are you running?
RB 1.7.16, rbt 0.6
What's the URL of the page containing the problem?
What steps will reproduce the problem?
1. rbt --debug --include dir1 --include dir2
What is the expected output? What do you see instead?
>>> Running: svn diff --diff-cmd=diff --notice-ancestry -r BASE
rbtools.commands.CommandError: There don't seem to be any diffs!
What operating system are you using? What browser?
Centos 6.4
Please provide any additional information below.
Patch:
--- rbtools/clients/svn.py 2014-04-07 15:21:06.000000000 -0700
+++ rbtools/clients/svn.py-modified 2014-04-30 13:54:24.000000000 -0700
@@ -255,7 +255,7 @@
# Working copy--do a normal range diff
diff_cmd.extend(['-r', '%s:%s' % (base, tip)])
- diff_cmd.extend(files)
+ diff_cmd.extend(files)
if self.history_scheduled_with_commit(changelist):
svn_show_copies_as_adds = getattr(