I am using the following command to do a post-commit review on a first time checkin: post-review -d --revision-range=24506
Obviously, I am not specifying a from:to range, but since this is a first time checking any earlier "from" svn rev # wouldn't exist in the newly created path. The [debug] output I get is this: >>> svn info >>> repository info: Path: svn://devsrvsea01/svnroot, Base path: >>> /trunk/StopProcess, Supports changesets: False >>> svn propget reviewboard:url C:\svns\tps\trunk\StopProcess >>> svn propget reviewboard:url C:\svns\tps\trunk\ >>> svn diff --diff-cmd=diff -r 24506 >>> Looking for '10.100.120.86 /' cookie in C:\Documents and >>> Settings\User\Local Settings\Application Data\.post-review-cookies.txt >>> Loaded valid cookie -- no login required >>> Attempting to create review request for None >>> HTTP GETting /api/json/repositories/ >>> HTTP GETting /api/json/repositories/1/info/ >>> repository info: Path: svn://devsrvsea01/svnroot, Base path: >>> /trunk/TPS/QA/StopProcess, Supports changesets: False >>> HTTP POSTing to http://10.100.120.86/api/json/reviewrequests/new/: >>> {'repository_path': 'svn://devsrvsea01/svnroot'} >>> Review request created >>> Uploading diff, size: 0 >>> HTTP POSTing to http://10.100.120.86/api/json/reviewrequests/14/diff/new/: >>> {'basedir': '/trunk/TPS/QA/StopProcess'} Error uploading diff: One or more fields had errors (105) >>> {'fields': {'path': ['The submitted file is empty.']}, 'stat': 'fail', >>> 'err': {'msg': 'One or more fields had errors', 'code': 105}} Your review request still exists, but the diff is not attached. Since --~--~---------~--~----~------------~-------~--~----~ Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~----------~----~----~----~------~----~------~--~---
