Comment #7 on issue 547 by [email protected]: post-review doesn't link up
with authenticated Mercurial repositories properly
http://code.google.com/p/reviewboard/issues/detail?id=547
I do not know whether this fixes the general HTTPS Mercurial issue, but the
attached patch permits me to run ReviewBoard against a private Bitbucket
repository.
There is an issue with urllib2.AbstractBasicAuthHandler in that it REQUIRES
a www-authenticate header in the HTTP response in order to send any
credentials. This really should be fixed in the python distribution.
There is also a necessary Repository configuration workaround in
ReviewBoard resulting from Reviewboard's ignorance of the Bitbucket REST
API.
Hosting Service: Custom
Repository type: Mercurial
Path: https://api.bitbucket.org/1.0/repositories/USER/REPOSITORY/
Obviously substitute the real user name and repository in the path.
In addition, EVERY time I visit the specific Repository admin page, I end
up having to re-supply the Bitbucket password when I save any change.
Attachments:
reviewboard-https 2.5 KB
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.