Hi,

I noticed that with 0.7.6 version of RBTools, 'rbt post' again stopped 
working if the checked out path is not exactly the same as the path 
configured in ReviewBoard. We have a few aliases for the SVN server, and if 
a working copy is checked out using a different alias - rbt post then 
complains:

>>> Making HTTP POST request to http://<RBHOST>/api/validation/diffs/
>>> Got API Error 206 (HTTP code 400): The repository path specified is not 
in the list of known repositories.
>>> Error data: {u'stat': u'fail', u'repository': u'<SVN-ALIAS-URL>', 
u'err': {u'msg': u'The repository path specified is not in the list of 
known repositories.', u'code': 206}}
Traceback (most recent call last):
  File "/usr/bin/rbt", line 9, in <module>
    load_entry_point('RBTools==0.7.6', 'console_scripts', 'rbt')()
  File 
"/usr/lib/python2.6/site-packages/RBTools-0.7.6-py2.6.egg/rbtools/commands/main.py",
 
line 133, in main
    command.run_from_argv([RB_MAIN, command_name] + args)
  File 
"/usr/lib/python2.6/site-packages/RBTools-0.7.6-py2.6.egg/rbtools/commands/__init__.py",
 
line 629, in run_from_argv
    exit_code = self.main(*args) or 0
  File 
"/usr/lib/python2.6/site-packages/RBTools-0.7.6-py2.6.egg/rbtools/commands/post.py",
 
line 756, in main
    (msg_prefix, e))
rbtools.commands.CommandError: Error validating diff

The diff from the same working copy can be posted fine after a downgrade to 
0.7.5.

Regards,
Alexey.

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to