+1, getting the same error here.  Server is 1.6.11.  RBTools is 0.4.1.

$ post-review --revision-range=2295:2296 --server=https://reviewboard
Failed to execute command: ['svn', 'info', 'foo/bar.ini']
["svn: warning: W155010: The node '/cygdrive/e/src/foo/bar.ini' was not 
found.\n", '\n', "svn: E200009: Could not display info for all targets 
because some targets don't exist\n"]


On Sunday, July 15, 2012 4:34:39 PM UTC-4, whatever wrote:
>
> So I was testing the post commit feature with SVN and it appears there is 
> a bug if any of the committed revisions include deleting a file.
>
> For example, I get the following on a revision that is deleting a file:
>
> Failed to execute command: ['svn', 'info', 
> '/tools/TestHarness/lib/ojdbc14.jar']
> ["svn: warning: W155010: The node 
> '/home/test/trunk/tools/TestHarness/lib/ojdbc14.jar' was not found.\n", 
> '\n', "svn: E200009: Could not display info for all targets because some 
> targets don't exist\n"]
>
> So post-review is trying to do an "svn info" on a deleted file and it will 
> obviously get that the target doesn't exist.  I would guess the path should 
> be to the remote file and include the revision number (i.e. 
> svn+ssh://<repository>/<file_path>@<revision>).
>
> Is there a separate place to file bugs for post-review, or do I just file 
> them under review board?
>

-- 
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