Hi, I am trying to integrate SVN with ReviewBoard. I am able to create the review request by creating a diff file separately and upload it.
Also, "rbt post" works fine if I go into the particular directory and give this command. But if there are multiple files modified in different folders and the command "rbt post" is given at the top of the folder, it says "There don't seem to be any diffs!". Below is the debug output for the same: C:\Share\SVN Repo>rbt post -d DEBUG:root:Checking for a Subversion repository... DEBUG:root:Running: svn info --non-interactive DEBUG:root:Running: diff --version DEBUG:root:repository info: Path: https://10.120.16.200/ismaning/dev, Base path: /trunk/Branches/2201_GSMR_PPC, Sup DEBUG:root:Making HTTP GET request to http://172.21.111.93:8080/reviewboard/api/ DEBUG:root:Making HTTP GET request to http://172.21.111.93:8080/reviewboard/api/info/ DEBUG:root:Running: svn st DEBUG:root:Running: svn diff --diff-cmd=diff Traceback (most recent call last): File "C:\Python27\Scripts\rbt-script.py", line 8, in <module> load_entry_point('RBTools==0.5.6', 'console_scripts', 'rbt')() File "C:\Python27\lib\site-packages\rbtools-0.5.6-py2.7.egg\rbtools\commands\main.py", line 127, in main command.run_from_argv([RB_MAIN] + args) File "C:\Python27\lib\site-packages\rbtools-0.5.6-py2.7.egg\rbtools\commands\__init__.py", line 158, in run_from_ exit_code = self.main(*args) or 0 File "C:\Python27\lib\site-packages\rbtools-0.5.6-py2.7.egg\rbtools\commands\post.py", line 633, in main raise CommandError("There don't seem to be any diffs!") rbtools.commands.CommandError: There don't seem to be any diffs! It might be a trivial issue but I am not sure how to fix it. Would appreciate any help. Regards Mayank -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
