What version are you running?
ReviewBoard 1.6.1
RBTools 0.3.4
What's the URL of the page containing the problem?
NA
What steps will reproduce the problem?
1.Create a git repository in Reviewboard (as Admin) (the repo names end in /path/to/gitrepo/.git
2. Clone from this master repo to your area. Make some changes and commit
3. Try 'post-review' from the new clone
What is the expected output? What do you see instead?
Expected: Git diff from origin to be uploaded to ReviewBoard
Actual Output:
The repository path "/path/to/gitrepo" is not in the
list of known repositories on the server.
What operating system are you using? What browser?
NA
Please provide any additional information below.
In version 0.3.4 RBTools , post-review : line 2857 should be url = origin_url.rstrip('/')+'/.git' (Since the Reviewboard stores repo names as /.git)