------------------------------------------------------------------------------ To reply, visit https://hellosplat.com/s/beanbag/tickets/5059/ ------------------------------------------------------------------------------
New ticket #5059 by joward For Beanbag, Inc. > RBTools Status: New Tags: Priority:Medium, Type:Defect ------------------------------------------------------------------------------ Cannot upload svn diff with only file metadata (permission) changes ============================================================================== # What version are you running? ``` $ rbt --version RBTools 5.3 (Python 3.10.12) ``` # What's the URL of the page containing the problem? On a self-hosted instance. # What steps will reproduce the problem? 1. `svn propset svn:executable ON [file(s)]` 2. `svn diff > diff.txt` 2. `rbt post [--server=...]` # What is the expected output? What do you see instead? rbt post refuses to upload, giving this error: ``` ERROR: Error validating diff The specified diff file is empty. (API Error 219: Empty Diff) ``` # What operating system are you using? What browser? Ubuntu, Firefox # Please provide any additional information below. The diff does show the changes. ``` $ svn diff Index: [file] =================================================================== --- [file] +++ [file] Property changes on: [file] ___________________________________________________________________ Added: svn:executable ``` ------------------------------------------------------------------------------ -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/reviewboard-issues/20251125150901.30595.53555%40ip-10-1-54-209.ec2.internal.
