Re: There don't seem to be any diffs! issue with SVN & ReviewBoard

2014-12-17 Thread David Trowbridge
OK, so it looks like that directory is using svn:externals, which means in order to post diffs within it, you'll have to be inside it as your current working directory. -David On Wed, Dec 17, 2014 at 2:27 AM, Mayank Kumar wrote: > > > Below is the output: > > C:\Share\SVN Repo>svn propget svn:ex

Re: There don't seem to be any diffs! issue with SVN & ReviewBoard

2014-12-17 Thread Mayank Kumar
Below is the output: C:\Share\SVN Repo>svn propget svn:externals sw -r 2761 ../../common/inc@2822 inc regards Mayank On Wednesday, 17 December 2014 05:18:38 UTC+5:30, David Trowbridge wrote: > > I'm not sure exactly how to interpret that output. Can you run 'svn > propget svn:externals sw' ? >

Re: There don't seem to be any diffs! issue with SVN & ReviewBoard

2014-12-16 Thread David Trowbridge
I'm not sure exactly how to interpret that output. Can you run 'svn propget svn:externals sw' ? -David On Tue, Dec 16, 2014 at 5:49 AM, Mayank Kumar wrote: > > > Hi David, > > Sorry for bit late reply. > > I am not sure about the SVN configuration as I don't have access to it. > But "sw" propert

Re: There don't seem to be any diffs! issue with SVN & ReviewBoard

2014-12-16 Thread Mayank Kumar
Hi David, Sorry for bit late reply. I am not sure about the SVN configuration as I don't have access to it. But "sw" property shows that its "svn:externals" as shown below: Property Value svn:externals-r 2761 ../../common/inc@2822 inc Regards Mayank On Thursday, 11 Decem

Re: There don't seem to be any diffs! issue with SVN & ReviewBoard

2014-12-10 Thread David Trowbridge
Just to check, the "sw" directory isn't pulled in using svn:externals, is it? If not, can you tell us more about your svn configuration both on the server and the client? -David On Wed, Dec 10, 2014 at 8:31 PM Mayank Kumar wrote: > > Hi David, > > The directory structure for my code is as "SVNR

Re: There don't seem to be any diffs! issue with SVN & ReviewBoard

2014-12-10 Thread Mayank Kumar
Hi David, The directory structure for my code is as "SVNRepo\sw\inc\abc" and I have modified files under "sw\inc" folder and "sw\inc\abc" folder. Also, a file is modified in "SVNRepo\sw\proc\aaa\bbb\ccc\ddd\" folder. If I execute "svn diff --diff-cmd=diff --notice-ancestry -r BASE" command fro

Re: There don't seem to be any diffs! issue with SVN & ReviewBoard

2014-12-10 Thread David Trowbridge
Can you see what the output of that 'svn diff --diff-cmd=diff --notice-ancestry -r BASE' command is? -David On Tue, Dec 9, 2014 at 8:27 PM, Mayank Kumar wrote: > > Thanks David for your response. > > I have upgraded RBTools to version 0.6.3. But still facing the same issue. > Below is the debug

Re: There don't seem to be any diffs! issue with SVN & ReviewBoard

2014-12-09 Thread Mayank Kumar
Thanks David for your response. I have upgraded RBTools to version 0.6.3. But still facing the same issue. Below is the debug output for your reference: C:\Share\SVN Repo\sw>rbt post -d >>> RBTools 0.6.3 >>> Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] >>> Running

Re: There don't seem to be any diffs! issue with SVN & ReviewBoard

2014-12-09 Thread David Trowbridge
The version of RBTools that you're using is pretty old. Can you upgrade to the 0.6.x series? -David On Mon, Dec 8, 2014 at 11:35 PM, Mayank Kumar wrote: > > Hi, > > I am trying to integrate SVN with ReviewBoard. > I am able to create the review request by creating a diff file separately > and u