Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
The path I am using in ReviewBoard to set the repository is https://codex..net/svn/Tools which is the base dir not a sub one. Thanks. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ ---

No subversion repository found!

2014-02-05 Thread Gong Zhang
I am trying to set up the configuration file using rbt setup-repo but I get this error message D:\user\Testrbt setup-repo --debug Enter the Review Board server URL: http://10.60.12.159:81 DEBUG:root:Checking for a Subversion repository... DEBUG:root:Running: svn info --non-interactive

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
The path I am using in ReviewBoard to set the repository is https://codex..net/svn/Toolshttps://www.google.com/url?q=https%3A%2F%2Fcodex..net%2Fsvn%2FToolssa=Dsntz=1usg=AFQjCNHGYk8rCSsxvVPysbvfK2aUAcjERA which is the base dir not a sub one. Thanks. And I am using RBTools 0.5.7

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
https://lh6.googleusercontent.com/-YWxMS5M1QgY/UvJokO0vt_I/AKU/_BG73hz6rag/s1600/1.png That`s the screenshot of the configuration page of my repository. My working copy`s path is D:\user\PhabricatorTest And the exact SVN path from the SVN server is

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
And also you may interested, I use rbt post --debug and there`s a error message which is DEBUG:root:Got API Error 206 (HTTP code 400): The repository path specified is not in the list of known repositories, have any idea with this one? Thanks! -- Get the Review Board Power Pack at

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
Hi, When I use the --basedir option in rbt post, it works. Seems the system looking for a fully match between the working directory and the one on SVN server? While I think the problem is my local working copy`s path D:\user\PhabricatorTest is different with the

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
That`s wired, without the --basedir option, the rbt post will fail. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
Thank you for your help, I also have another question. How can I specify the reviewers, there`s not a edit button next to reviewers in the web page. And the --target-people option can not set it too. Thanks! -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
I am using ReviewBoard 1.7.21. And all other fields has a pencil button next to them except for Reviewers I am using a Ubuntu virtual machine as my server and followed all the instructions on your web page. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ ---

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
As new to Review board, I have many questions... Sorry to trouble you, but I am wondering is there any features to allow integration with Jira or Jenkins? Thanks! -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons:

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
It makes sence... And also I noticed that there`s a auto-complete feature for rbtools, is that true? Do you guys have a more friendly UI for users to create a code review? I think use a --o option within rbt post is a way to do it, right? -- Get the Review Board Power Pack at

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
In case you missed my last question, here I ask again, is there any features to allow integration with Jira or Jenkins? Thanks! -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
Your answers are really helpful! Another question hopefully this will be the last one :). Can I do a svn commit with the RBTools? Seems the --commit is not supported with Subversion when I tried to use rbt patch --commit 5. Thanks! -- Get the Review Board Power Pack at

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
Hi, Found a bug for you :). When I try to upload a file for a review, it get stunk after I click upload button. And another thing is, the only way for me to create a code review using web UI is upload a raw diff file, right? Is it possible to upload a changed file and the review board can

Integration with Jenkins and Jira

2014-02-10 Thread Gong Zhang
Hi, I noticed there`s an extension in Jenkins which can integrate with ReviewBoard(https://wiki.jenkins-ci.org/display/JENKINS/Reviewboard+Plugin), do you have any ideas about this extension? It seems out of date and supports ReviewBoard V1.5, does it work now for V 1.7? Any suggestions will

Re: Integration with Jenkins and Jira

2014-02-11 Thread Gong Zhang
://myJIRA1:8080/browse/%s On Tuesday, February 11, 2014 1:53:45 AM UTC+11, Gong Zhang wrote: Hi, I noticed there`s an extension in Jenkins which can integrate with ReviewBoard(https://wiki.jenkins-ci.org/display/ JENKINS/Reviewboard+Plugin), do you have any ideas about this extension

Re: Integration with Jenkins and Jira

2014-02-11 Thread Gong Zhang
# and a webpage with the JIRA ticket number will be open. In your reviewboard page you have to Admin-Repositories-pick your repository 1) look for bug tracker 2) Type = Custom bug tracker 3) Bug tracker URL: = http://myJIRA1:8080/browse/%s On Tuesday, February 11, 2014 1:53:45 AM UTC+11, Gong Zhang

Re: Integration with Jenkins and Jira

2014-02-11 Thread Gong Zhang
3) Bug tracker URL: = http://myJIRA1:8080/browse/%s On Tuesday, February 11, 2014 1:53:45 AM UTC+11, Gong Zhang wrote: Hi, I noticed there`s an extension in Jenkins which can integrate with ReviewBoard(https://wiki.jenkins-ci.org/display/ JENKINS/Reviewboard+Plugin), do

Re: Integration with Jenkins and Jira

2014-02-11 Thread Gong Zhang
Do you know if there`s a logger for reviewbot? I want to get the running logs of reviewbot. Thanks! On Tuesday, February 11, 2014 9:29:44 AM UTC-5, Raja wrote: On Tue, Feb 11, 2014 at 7:43 PM, Gong Zhang zhangs...@gmail.comjavascript: wrote: Hi Raja, I tried with ReviewBot, it did work

Re: Integration with Jenkins and Jira

2014-02-11 Thread Gong Zhang
, the logs should be printed onto the terminal window. On Tue, Feb 11, 2014 at 8:08 PM, Gong Zhang zhangs...@gmail.comjavascript: wrote: Do you know if there`s a logger for reviewbot? I want to get the running logs of reviewbot. Thanks! On Tuesday, February 11, 2014 9:29:44 AM UTC-5, Raja

Failure authenticating with BASIC 'Web API'@reviewboard.example.com

2014-02-11 Thread Gong Zhang
I am using a extension reviewbot on Jenkins to send comment back to ReviewBoard. For somehow, I am getting these errors: Failure authenticating with BASIC 'Web API'@10.50.12.159:81 Feb 11, 2014 10:57:29 AM WARNING org.apache.commons.httpclient.HttpMethodDirector authenticateHost Required

Re: Ideas needed regarding to RB bug tracker integration

2014-02-11 Thread Gong Zhang
Hi Tomi, Our team is using ReviewBoard + Jira + Jenkins right now, and although we can link the Jira ticket to a code review manually, it will be great if the review board can automatically create a Jira ticket for us when we submit a code review and automatically close that ticket once the

Failure authenticating

2014-02-12 Thread Gong Zhang
I am working on a extension which will send HTTP requests to ReviewBoard. But I got a Failure authenticating with BASIC 'Web API' error, and that means my authentication failed with ReviewBoard, I do look at the API instruction but still have no idea with this error. The username I used to

Re: Failure authenticating

2014-02-12 Thread Gong Zhang
Never mind, I just figured out that that`s something wrong with my extension. I am trying to access the /api/review-requests/#/reviews and do a post operation. The WEB API works well, I just can not make my authentication right. Thanks anyway! -- Get the Review Board Power Pack at

Preemptive authentication

2014-02-13 Thread Gong Zhang
I am wondering does review board accept Preemptive authentication request? Cause according to the WEB API for log in(http://www.reviewboard.org/docs/manual/dev/webapi/2.0/authenticating/#logging-in), there should be two requests to log into review board while preemptive authentication only