3177: matching clearcase repo

nan****@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 9, 2014
What version are you running?
rbtools-0.5.1
reviewboard server 1.7.6

What's the URL of the page this enhancement relates to, if any?
api/repositories

Describe the enhancement and the motivation for it.
when using clearcase scm, post-review identifies repository in several steps:
1) request repositories
2) iterate on clearcase repository only
3) get repository info to compare clearcase vob uuid with current working vob. 

It requires to get repository info for each clearcase repository. Unfortunately if there are several clearcase vobs before the one, this operation will send many http request and can spend long time on slow connections.

What operating system are you using? What browser?
linux ubuntu/rhel

Please provide any additional information below.
Instead of requesting clearcase repositories info, we could compare first  repository name and then compare vob uid if vobtag match. If no vobtag match then we fallback to previous loop
PS: Our clearcase repository are called by their common vobtag
#1 nan****@gmai***** (Google Code) (Is this you? Claim this profile.)
please find our proposal here
https://reviews.reviewboard.org/r/5166
david
#2 david
Fixed in rbtools master (70e88eb). Thanks!
  • +Fixed