Re: post-review diff upload error on windows XP

2010-08-23 Thread Chetan
Guys In the current error msg the file path it is taking to process for the clearcase file is wrong Processed path: M:/etan.d_RB_Integration_int/RB_CVOB/ Actual path: M:/chetan.d_RB_Integration_int/RB_CVOB/ Below is the error msg can someone help to get this rectified. File "/usr/lib/python2.

Re: Facing problem installing in Windows!

2010-08-23 Thread sakthi
I install ubuntu.. installed Review Board... it is working now !! On Aug 20, 6:16 pm, "Timothy Pinet" wrote: > That is good to hear! When in doubt on Windows, reboot :) > > Tim -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know

post-review tool: How to post only *.c and *.h files

2010-08-23 Thread sakthi
I am first timer for Review Board.. trying to figure out how to post code into review board for review.. and how to initiate review etc... Could find i have to use post-review tool to post the code into review board. Can some one help me out how to post ONLY *.c and *.h files recursively from SVN

Re: post-review error with svn and gnu diffutils (new review with an added binary file)

2010-08-23 Thread Timothy Pinet
Thanks for the suggestion. I downloaded rbtools 0.2 stable from http://github.com/reviewboard/rbtools, made my changes to postreview.py, and reinstalled the package using "python setup.py install" at the rbtool root. In postreview.py I changed the "svn diff --diff-cmd=diff" to "svn diff --diff-cmd

New install/config: SVN repository is not visible

2010-08-23 Thread JulieT
Hi, I'm a newbie setting up a reviewboard v1.5 rc1 server on RHEL5 to review code from a remote Subversion repository. However, when I add a repository, the visible flag is set to false and I can't create a review since there is no repository. Adding other repositories has the same result. Visibl

Never mind about the SVN repository... found the attribute to make it visible.

2010-08-23 Thread JulieT
My apologies. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~~~~--~~--~--~--- To unsubscribe from this group, send email to reviewboard+unsubscr...@goo

Re: post-review tool: How to post only *.c and *.h files

2010-08-23 Thread Chris Clark
sakthi wrote: Could find i have to use post-review tool to post the code into review board. Can some one help me out how to post ONLY *.c and *.h files recursively from SVN directory. Is there any automated script available.. where i shall modify the require information to post the code that is

Re: Triggers

2010-08-23 Thread J Arrizza
Scott, Very nice, thanks for the tip! John On Fri, Aug 20, 2010 at 6:55 AM, Scott Quesnelle wrote: > I modified the base code for reviewboard. Its one small change in the > webapi code to trigger a generate_summary call when the close->submitted > action is done. > > Then a new file which conta

keeping track of large number of files

2010-08-23 Thread J Arrizza
Hi, When initial code is put into RB or a large change is put in, there can be many files (say 50). Can't really review that in one sitting so there needs to be a way for a reviewer to keep track of which files he's finished with (e.g. "ok with file xyz.cpp"). I see that an issue was raised for t

Re: post-review diff upload error on windows XP

2010-08-23 Thread Chetan
I did few trials on line 83 of clearcase.py. IF i change the "vobs/" to "M:/" it gives the element path in the error which otherwise would state substring not found. I am not sure what exactly shud i do after this.can you guys suggest me some ways to figure out this. when its is "vobs/" in c

Re: post-review diff upload error on windows XP

2010-08-23 Thread Jan Koprowski
I fix this bug here: http://reviews.reviewboard.org/r/1505/diff/#index_header So when You pass --repository-url "M:/" all will be ok :) Problem is Your ReviewBoard must have configure M:/ on RB Server Side. There was another parameter --clearcase-root which allow pickup repository path only to gene

Re: post-review tool: How to post only *.c and *.h files

2010-08-23 Thread sakthi
Hi Chris, I accept what you said, I can see some logic there. I dont want to load test scripts and docs for review.. I will have to find a way.. thanks again. sakthi On Aug 24, 2:03 am, Chris Clark wrote: > sakthi wrote: > > Could find i have to use post-review tool to post the code into review

Re: post-review tool: How to post only *.c and *.h files

2010-08-23 Thread Jan Koprowski
There could be -exclude or -include switch to post-review but I think better way is keep all in two separate checkouts which appropriate ignore rulez - one for docs second for source code. On Tue, Aug 24, 2010 at 8:11 AM, sakthi wrote: > Hi Chris, I accept what you said, I can see some logic ther