Re: view difff generates error: There was an error displaying this diff.

2014-09-14 Thread ch . jeskiran
Thanks David. I tried to go through all supported clients like CVS/ClearCase(class CVSClient(SCMClient): , class ClearCaseClient(SCMClient):) Which function in this class is really returning the original version or modified version of file. From all the Client classes, I could see that diff

Re: view difff generates error: There was an error displaying this diff.

2014-09-14 Thread David Trowbridge
You should not be looking at the RBTools code for this. RBTools is for the client-side command line tools. The server-side code for communicating with repositories lives in reviewboard/scmtools. The function for returning the original version of the file is called get_file(). -David On Sun,

Re: view difff generates error: There was an error displaying this diff.

2014-09-14 Thread ch . jeskiran
Thanks David, I did more debugging. cmvc.py has the function: def get_file(self, path, revision=HEAD): logging.debug(CMVC File invoked %s %s % (filename, revision )) if not path: raise FileNotFoundError(path, revision)

Re: view difff generates error: There was an error displaying this diff.

2014-09-14 Thread David Trowbridge
Are you doing this with a development install or in production? If the latter, you'll need to reload the web server and clear your cache (probably memcached) before running with new code. -David On Sep 14, 2014, at 1:27 PM, ch.jeski...@gmail.com wrote: Thanks David, I did more

Re: Digest for reviewboard@googlegroups.com - 9 updates in 5 topics

2014-09-14 Thread Simona Avornicesei
jzjgtgkkllklllkll În data de 13.09.2014 12:49, reviewboard@googlegroups.com a scris: reviewboard@googlegroups.com Google Groups Topic digest View all topics Selecting items in New Review Request for Committed Change drop box doesn't work and throws ERROR in server log

Re: Issue 3569 in reviewboard: People field in new review request disappears after navigating away.

2014-09-14 Thread reviewboard
Updates: Status: Fixed Owner: chip...@gmail.com Labels: Component-Reviews Comment #2 on issue 3569 by chip...@gmail.com: People field in new review request disappears after navigating away. https://code.google.com/p/reviewboard/issues/detail?id=3569 This was a recent