Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2960 by ceesjan....@gmail.com: post-review fails to determine correct repo URI for bounded bazaar branches
http://code.google.com/p/reviewboard/issues/detail?id=2960

What version are you running?
ReviewBoard and RBTools from git, checkout 2013-04-19

What steps will reproduce the problem?
1. bzr new --feature-branches bzr+ssh://devuser@devserver/srv/bzr/test_repo
2. bzr checkout bzr+ssh://devuser@devserver/srv/bzr/test_repo/trunk/
3. (commit at least once)
4. post-review

What is the expected output? What do you see instead?
With 'bzr info' I see my directory is bounded to a remote location:
$ bzr info
Repository checkout (format: 2a)
Location:
  repository checkout root: .
checkout of branch: bzr+ssh://devuser@devserver/srv/bzr/test_repo/trunk/
         shared repository: /home/quinox

Because of this whenever I commit the changes are directly pushed to the remote server. But when I submit a review it fails to detect this remote repository:
$ post-review

There was an error creating this review request.

The repository path "/home/quinox/tmp/trunk" is not in the
list of known repositories on the server.



What operating system are you using? What browser?
Linux

Please provide any additional information below.
The class variable BRANCH_REGEX inside rbtools/clients/bazaar.py can be modified to make it work by adding 'checkout of branch'.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to