I'm trying to setup a workflow for post-commit reviews.
When I change something then commit . I read I should run:
post-review --revision-range=<rev>
When I execute that command I get several errors depending on where
I'm at in the checkout project
clutch@fx09:~/workspace/playground/trunk$ post-review --debug --
revision-range=10
>>> RBTools 0.3.3
>>> Home = /home/clutch
>>> svn info
>>> diff --version
>>> repository info: Path: https://svnserver.example.com:447/repos/playground, 
>>> Base path: /trunk, Supports changesets: False
>>> HTTP GETting api/
>>> HTTP GETting http://reviews.local/reviews.local/api/info/
>>> Using the new web API
>>> svn diff --diff-cmd=diff -r 10
Failed to execute command: ['svn', 'diff', '--diff-cmd=diff', '-r',
'10']
['Index: src/helloworld.php\n',
'===================================================================
\n', "svn: Process 'diff' failed (exitwhy 2)\n", 'svn: Error reading
spooled REPORT request response\n']

clutch@fx09:~/workspace/playground/trunk/src$ post-review --debug --
revision-range=10
>>> RBTools 0.3.3
>>> Home = /home/clutch
>>> svn info
>>> diff --version
>>> repository info: Path: https://svnserver.example.com:447/repos/playground, 
>>> Base path: /trunk/src, Supports changesets: False
>>> HTTP GETting api/
>>> HTTP GETting http://reviews.local/reviews.local/api/info/
>>> Using the new web API
>>> svn diff --diff-cmd=diff -r 10
Failed to execute command: ['svn', 'diff', '--diff-cmd=diff', '-r',
'10']
["svn: Unable to find repository location for '' in revision 10\n"]

clutch@fx09:~/workspace/playground/trunk/src$ svn info
Path: .
URL: https://svnserver.example.com:447/repos/playground/trunk/src
Repository Root: https://svnserver.example.com:447/repos/playground
Repository UUID: 305de830-9788-4d49-b0c5-bc8cb373c84c
Revision: 11
Node Kind: directory
Schedule: normal
Last Changed Author: clutch
Last Changed Rev: 11
Last Changed Date: 2011-08-18 16:38:03 -0500 (Thu, 18 Aug 2011)

Has anybody else run into this problem?

-- 
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 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to