On Wednesday, February 15, 2017 at 1:08:14 AM UTC-8, Christian Hammond 
wrote:
>
> Hi Steve,
>
> What version of Review Board are you using?
>
> Can you show me the appropriate line from the diff from `rbt diff`? The 
> entire set of diff headers (filenames + revisions + Index line, no data 
> needed) where it specifies 8525 would help a lot.
>
> Thanks!
>
> Christian
>
> -- 
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>
> On Tue, Feb 14, 2017 at 5:06 PM, Steve Muller <[email protected] 
> <javascript:>> wrote:
>
>> When I try to manually post from the review board GUI for one specific 
>> SVN repository, it give me the following message:
>>
>>  
>>
>> The specified diff file could not be parsed.
>> Line undefined: No such revision 8525
>>
>>  
>>
>> In this case, revision 8525 is the original revision the change is based 
>> on and is valid.  From the command line *rbt post* also fails, but* rbt 
>> diff* generates a diff file just fine.  
>>
>>  
>>
>> It looks like failure in both cases is that it can’t grab the SVN 
>> revision of files even though they should be there.  Accessing SVN directly 
>> of these revision seem fine.
>>
>>  
>>
>> Is there a way to debug this either from the SVN side or the Review Board 
>> side??
>>
>>  
>>
>>  
>>
>> Thanks.
>>
>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

This is a simplified, one file change that I was trying to create a 
review with.  It's actually incremented the SVN revision, but it's still a 
valid revision.

Index: src/vip_bcm97405B1_stage1_bl/CFE/bcm97405A/src/user_input.c

===================================================================

--- src/vip_bcm97405B1_stage1_bl/CFE/bcm97405A/src/user_input.c (revision 
8527)

+++ src/vip_bcm97405B1_stage1_bl/CFE/bcm97405A/src/user_input.c (revision 
8528)

@@ -2481,3 +2481,5 @@

}

return halError;

}

+

+/** steve's review board test **/
 

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to