Re: Issue 2445 in reviewboard: Unable to 'View Diff' when using with RhodeCode for mercurial repositories

2012-05-17 Thread reviewboard


Comment #12 on issue 2445 by mike@gmail.com: Unable to 'View Diff' when  
using with RhodeCode for mercurial repositories

http://code.google.com/p/reviewboard/issues/detail?id=2445

i think the problem is caused by some sort of errors of authentication,  
thus rhodecode redirect the request to the login page which is exactly  
the content of the temporary file. however, in recent rhodecode version, an  
api-key is added, so the solution might be getting raw files with api-key.  
i am not familiar with python, not to mention the reviewboard itself, but  
from the form of repository creation, i think maybe we could add api-key  
option for custom type of repository, or add Rhodecode as a hosting service  
with field of username and password replaced with api-key.


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



Re: Issue 2445 in reviewboard: Unable to 'View Diff' when using with RhodeCode for mercurial repositories

2012-05-17 Thread reviewboard


Comment #13 on issue 2445 by mike@gmail.com: Unable to 'View Diff' when  
using with RhodeCode for mercurial repositories

http://code.google.com/p/reviewboard/issues/detail?id=2445

forgot to mention: just add api-key=api-key to GET parameter to access  
without login
and by default, rhodecode turns off accessing files via api-key, so  
rhodecode itself has to be modified too. more information could be found at  
http://bit.ly/Molott and complete api document is at http://bit.ly/MolDom


btw, according to the log of apache, the initial raw file url requested  
from rb is indeed wrong, but the second try is correct: rhodecode  
url/raw/revision id/path to file


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



Re: Issue 2445 in reviewboard: Unable to 'View Diff' when using with RhodeCode for mercurial repositories

2012-05-17 Thread reviewboard


Comment #14 on issue 2445 by vairavan...@ciinow.com: Unable to 'View Diff'  
when using with RhodeCode for mercurial repositories

http://code.google.com/p/reviewboard/issues/detail?id=2445

Hi Mike,
   Thank you so much for the pointer.  I will try it out today and will  
update this issue.  This is of great help!



Thanks again,
Vairav.

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



Re: Issue 2445 in reviewboard: Unable to 'View Diff' when using with RhodeCode for mercurial repositories

2012-05-17 Thread reviewboard


Comment #15 on issue 2445 by mike@gmail.com: Unable to 'View Diff' when  
using with RhodeCode for mercurial repositories

http://code.google.com/p/reviewboard/issues/detail?id=2445

i am glad to help, too ^_^

as i have mentioned that i am not familiar with reviewboard and that i have  
no clue of modifying how rb is accessing rhodecode. my intention is to at  
least provide some observation to draw some attention here and hoping that  
someone could come out with a solution. so i am looking forward to your  
progress, too :)


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