Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread Christian Hammond
It shouldn't have a problem with new files. I'm not sure why it is in your case. Perhaps it's something that changed in how your version of Subversion represents new files in diffs? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread CoderTR
There is something special about this revision range -- 54:55 I tried with diff between 69:70 and the changes have been posted successfully, got a review request created. Yayy!! Does it mean that post-review/reviewboard can't handle the case where the file was added new ?? I will continue to

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread CoderTR
Christian, Thanks for all the help. I tried without --repository-url and ran it within working directory, I get the same problem, I checked out /trunk/ and for some reason, the file path still have //trunk. So, I checked out the entire repository (including trunk, branches and tags), and ran

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread Christian Hammond
Oh, I was missing the --repository-url= parameter. So, to compute the base path, we take the "Repository Root" value from "svn info" and the "URL" value and get the part in "URL" that is after "Repository Root". Normally, this will be something like "/trunk" If this value is empty, it hard-codes

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread CoderTR
> Oh, where are you running it from? > * > * *I am running it from c:\ (whereas the project working directory is C:\Workspace\workspace\* > > *selenium4junit-read-only)* > What happens when you run 'svn info' from that location? > * C:\>svn info svn: E155007: 'C:\' is not a working copy*

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread Christian Hammond
Oh, where are you running it from? What happens when you run 'svn info' from that location? post-review expects to be run from within the source tree. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, A

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread CoderTR
Ok. Also, I am *not* running post-review command from my svn working directory. Here is the svn info output C:\Workspace\workspace\selenium4junit-read-only>svn info Path: . Working Copy Root Path: C:\Workspace\workspace\selenium4junit-read-only URL: http://selenium4junit.googlecode.com/svn/trun

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread Christian Hammond
Yeah, I'm just not sure where that's coming from. Can you also show me what 'svn info' shows? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Apr 20, 2012 at 2:01 AM, CoderTR wrote: > There is a leadi

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread CoderTR
There is a leading slash in path of the file in diff output, as the reviewboard also complains with this repsonse -- >>> Got API Error 207 (HTTP code 400): The file was not found in the repository >>> Error data: {u'stat': u'fail', u'file': >>> u'//trunk/src/main/java/com/anasoft/os/s4j/Seleniu

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread Christian Hammond
How is your repository configured in Review Board? Is the path set to the root of the Subversion repository, or a subdirectory within it? It'll need to be the very root of the repository. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc.

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread CoderTR
Here is the --debug output https://gist.github.com/356cc0b7d25b7748e9bb I didn't see my previous reply, so had to post it again. Sorry if this is getting posted twice. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at htt

Re: Response code: 207 -- The file was not found in the repository

2012-04-20 Thread Christian Hammond
Can you provide the output using --debug? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Apr 20, 2012 at 1:01 AM, CoderTR wrote: > Hi, > > I have been trying Reviewboard and got selenium4junit (googl