Issues with SVN diff for added files in non-committed code

2013-09-16 Thread Chris Landry
Hi all. I've done some searching and can't seem to find anyone else encountering this issue. I've also looked through all the switches and can't seem to find the magic combination. I'm looking to publish a review using post-review of uncommitted code while picking up any added files. GNU

Re: Issues with SVN diff for added files in non-committed code

2013-09-16 Thread David Trowbridge
First of all, have you done svn add on the new files? We recommend using rbtools (either rbt post or post-review) to create your review requests, rather than manually creating your diff and uploading it. -David On Mon, Sep 16, 2013 at 10:07 AM, Chris Landry clan...@miovision.comwrote: Hi

Re: Issues with SVN diff for added files in non-committed code

2013-09-16 Thread Chris Landry
I hadn't. I've got this fixed now. I wrote a script to find all unversioned files that aren't ignored, add them, then run post-review, then remove them. Works like a charm. Thanks. On Monday, September 16, 2013 11:35:41 AM UTC-4, David Trowbridge wrote: First of all, have you done svn add