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

2010-08-26 Thread Christian Hammond
The repository path specified must be the *root* of the SVN repository, which must match what's in Review Board. The files being put up for review should be passed as additional parameters. For example: $ post-review src/*.c Are you trying to post existing (committed) code, or new

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

2010-08-26 Thread Christian Hammond
It should. When doing --revision-range with Subversion, we're essentially passing that range to 'svn diff' when generating the diff. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Aug 24, 2010 at 9:10

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

2010-08-24 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 chris.cl...@ingres.com wrote: sakthi wrote: Could find i have to use post-review tool to post

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

2010-08-24 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 listsak...@gmail.com wrote: Hi Chris, I accept what you said, I can

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

2010-08-24 Thread Christian Hammond
If you can build the file list separately of *.c and *.h files, you can just pass those to post-review. It takes file paths and lists of files. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Aug 23,

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

2010-08-24 Thread sakthi
Hello Christian, Can you tell me how to mention the path? I am stuck up.. i am getting this error as the repository contains doc files.. Failed to execute command: ['svn', 'info', 'Design Specs/ s1020_design.doc'] May i know how to mention only the path that is required? This is the sample

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

2010-08-24 Thread sakthi
I tried to give a path that resides inside the repository.. I get Got API Error 207 (HTTP code 200): The file was not found in the repository post-review doesnt take path inside repository? Do i have to touch the file which have to be reviewed and check in to post into review board? Kindly

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

2010-08-24 Thread sakthi
does review board handle if the files are deleted and new file that is added in the repository, while doing --revision-range? On Aug 24, 7:29 pm, sakthi listsak...@gmail.com wrote: I tried to give a path that resides inside the repository.. I get Got API Error 207 (HTTP code 200): The file was

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

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