Re: diff_view page applying patch to tip of branch (and finding conflicts)

2012-04-20 Thread Gilles Moris
Hello, On Wednesday 18 April 2012 10:30:34 pm kredler wrote: Thanks for confirming! Can you provide a more verbose CLI example/explanation, please? suppose a-b-c-d is public changeset d-e' is made and posted using hg reviewboard plugin What command should be used? hg postreview e' What

Problem in setting up 'post-review' on win7 machine

2012-04-20 Thread Ashish Sharma
Hi, I have a 64 bit win 7 machine. I am trying to set up 'post-review' by using http://www.reviewboard.org/docs/codebase/dev/getting-started/ I have installed the prerequisites and created a '.reviewboardrc' file in my trunk directory with value: REVIEWBOARD_URL =

Re: Problem in setting up 'post-review' on win7 machine

2012-04-20 Thread Ashish Sharma
Christian, Following is my result of 'diff --version': Usage: diff [-befhHimnNrsw] [-c[n]] [-C n] [-Dname] [-M mark] file1 file2 thanks Ashish On Fri, Apr 20, 2012 at 1:46 PM, Christian Hammond chip...@chipx86.comwrote: If you're getting that error, then you either don't have GNU diff or

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

Re: Problem in setting up 'post-review' on win7 machine

2012-04-20 Thread Christian Hammond
That doesn't look to be GNU diff. That's the problem. It must be exactly GNU diff and not some alternative. 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:25 AM, Ashish Sharma

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

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 tramasamy...@gmail.com

New version on RPM

2012-04-20 Thread hatem ounis
Hey guys, We just built an RPM for CentOS of RB-1.6.5 based on CentOS-5 mainstream RPM providing RB-1.5.6 We tested it on CentOS-5.6. Here is the updated spec file and patches, so it would be nice if someone test it, and give feedback. -- Hatem Ounis. -- Want to help the Review Board

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,

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, 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
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 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: New version on RPM

2012-04-20 Thread Stephen Gallagher
On Fri, 2012-04-20 at 09:30 +0100, hatem ounis wrote: Hey guys, We just built an RPM for CentOS of RB-1.6.5 based on CentOS-5 mainstream RPM providing RB-1.5.6 We tested it on CentOS-5.6. Here is the updated spec file and patches, so it would be nice if someone test it, and give

Re: New version on RPM

2012-04-20 Thread hatem ounis
I'm interested in the use of RB on CentOS 5 not CentOS 6. And for Django I installed an RPM of version 1.3 we can find here http://code.vpac.org/trac/karaage/wiki/CentOSInstall As you can see in the spec file I set Django = 1.3 as a requirement. I had more trouble installing Django-1.3.1 on

Private Github / company account

2012-04-20 Thread Florian Leibert
Hi - we' were going to install reviewboard but have no access to our ApiV2 token. What's the ETA for getting RB working with the V3 github API? Thanks! Florian -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at

Re: Private Github / company account

2012-04-20 Thread Christian Hammond
Hi Florian, I'm working every day on it. There's a bit to do. However, I think by this weekend I'll at the very least have a patch up for review that you can try out, if you want to be an early tester. I'm shooting for a release by early next week (hopefully). GitHub tells me they're looking

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

Re: Issue 800 in reviewboard: Please add ability to replace the screenshot

2012-04-20 Thread reviewboard
Comment #6 on issue 800 by ecirce...@gmail.com: Please add ability to replace the screenshot http://code.google.com/p/reviewboard/issues/detail?id=800 At a minimum, it would be nice to be able to re-order the screenshots so that a sequence can be preserved. That way, i can add a