Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2671 by [email protected]: post-review post commit fails with
deletes against SVN
http://code.google.com/p/reviewboard/issues/detail?id=2671
* NOTE: Do not post confidential information in this bug report. *
* If you need immediate support, please contact *
* [email protected] *
What version are you running?
1.6.9
What's the URL of the page containing the problem?
N/A. It's a post-review issue
What steps will reproduce the problem?
1. Find and SVN revision (i.e. 508) with a file delete
2. Run "post-review --revision-range=507:508"
What is the expected output? What do you see instead?
I expect to see that a review was created for the specific revisions.
Instead I get the following error:
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"]
What operating system are you using? What browser?
It happens on both Windows and CentOS.
Please provide any additional information below.
It looks like post-review is trying to do an "svn info" locally 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>).
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.