Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-27 Thread Christian Hammond
Ah okay, so this is a bug in the new rbssh script. We'll need to implement -l. It actually should be an easy fix. In reviewboard/cmdline/rbssh.py, we do argument checking and would need a new add_open line for -l that stores the value (dest='username'). We'd then need to access that (options.usern

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-27 Thread praveen kumar
Hi Christian, After adding multiple debug statements as you have shown above, found this in the "errmsg" of _cat_specific_file function. 2011-01-27 12:29:20,837 - DEBUG - /usr/lib/python2.4/site-packages/ pycrypto-2.3-py2.4-linux-x86_64.egg/Crypto/Util/randpool.py:40: RandomPool_DeprecationWarnin

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-27 Thread Christian Hammond
Hi Praveen, Open your reviewboard/scmtools/cvs.py. At the top, add: import logging Then find the check_repository function. You'll want to add a logging statement right before the "sshutils.check_host", one after, one before "client = CVSClient(..)", one before "client.cat_file", and one at

Re: Walkthrough for New development on ReviewBoard

2011-01-27 Thread anshul ranjan
Thanks Christian !! This gave me a good overview of the Reviewboard SCM integration (coupled with some study of other .py) I hope to get my integration done soon :) Anshul Ranjan --- Dual Degree (B.Tech+M.Tech) , Electronics and Electrical Communication