Hi Daniel, It sounds like there’s a difference in the configured path vs. what you have locally. The locally computed path must match exactly what’s configured in Review Board.
What we strongly recommend is to not use path-based matching, and instead use name-based, by adding the following to .reviewboardrc: REPOSITORY = “<name>” Where “<name>” is the configured name for the repository in Review Board. Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 18, 2014 at 8:54:32 AM, Daniel Laird ([email protected]) wrote: All, We are currently using post-review and Reviewboard 1.7.25 (RBtools 0.5.1). We added a new Repo to Reviewboard and its listed as repository 26. However when we try to post a new review to Reviewboard we get: DEBUG:root:repository info: Path: http://server/svn/repo_name, Base path: /trunk, Supports changesets: False >>> Attempting to create review request on http://server/svn/repo_name for None >>> HTTP POSTing to http://reviewboard-server/api/review-requests/: {'repository': u'http://server/svn/repo_name'} >>> 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'http://server/svn/repo_name', u'err': {u'msg': u'The repository path specified is not in the list of known repositories', u'code': 206}} Any ideas why it sees the repo in the list, generates the diff and then when posting it falls over? Cheers Dan -- 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. -- 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.
