Re: No subversion repository found!

2014-02-05 Thread Christian Hammond
You'll have to see what the JavaScript logs say. You can also try drag-and-dropping from your file manager directly onto the review request box. It's not possible for Review Board to take an arbitrary file and locate the previous version in the repository. There's no way of knowing what that versi

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 auto

Re: No subversion repository found!

2014-02-05 Thread Christian Hammond
Hi, We don't (at least not currently) handle the commit process. We leave that up to your existing tools, so that you aren't required to learn a new tool to commit your code. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://ww

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 http://www.re

Re: No subversion repository found!

2014-02-05 Thread Christian Hammond
Hi Gong, I didn't miss it. Just working on other things. Aside from linking to tickets on Jira, there's no formal integration today. We're looking at that for future releases. You can write extensions to Review Board to send changes to services like Jenkins. Other people on this list have done s

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 Christian Hammond
Which auto-complete feature are you referring to? Different companies have different ways they handle code reviews. Many do pre-commit, which is what RBTools is largely used for. Some do post-commit, which RBTools 0.6 will make easier, and Review Board 2.0 will provide a nicer web UI for. -o just

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 http://www.review

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

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

Re: No subversion repository found!

2014-02-05 Thread Christian Hammond
"Reviewers" is a section label. (We're making that more clear in 2.0.) You want to fill in one of the two fields below it, for specifying users or groups that you want to review the change. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, I

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 up

Re: No subversion repository found!

2014-02-05 Thread Christian Hammond
If you're logged in, you should be able to click the pencil on any review request you own and type the name of the reviewers. You can also set default reviewers based on groups, repositories, or file paths in the Default Reviewers section of the admin UI. If you're logged in, own the review reques

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

Re: No subversion repository found!

2014-02-05 Thread Christian Hammond
It looks like it should be working. I'm not sure why it's not finding it. You can construct your own file by hand, though. Just create a .reviewboardrc with: REVIEWBOARD_URL = 'http://10.60.12.159:81' REPOSITORY = 'https://codex.xxx.net/svn/Tools' -- Christian Hammond - chip...@chipx86.com Revi

Re: No subversion repository found!

2014-02-05 Thread Christian Hammond
It should be fine that your local path is different, so long as the repository root shown by "svn info" exactly matches what's in Review Board. You should never need to use --basedir. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - h

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 https://codex.xxx.net/

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 ht

Re: No subversion repository found!

2014-02-05 Thread Gong Zhang
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 https://codex.xxx.net/svn/Tools/tr

Re: No subversion repository found!

2014-02-05 Thread Christian Hammond
If there's a Subversion repository listed on http://10.60.12.159:81 that exactly matches the path, character-for-character, that you're seeing in the RBTools output, it should work. If that's an identical match, then I'm going to need to see a screenshot of the repository configuration page and th

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. > And I am using RBTo

No subversion repository found!

2014-02-05 Thread Gong Zhang
9:81/api/info/ DEBUG:root:Making HTTP GET request to http://10.60.12.159:81/api/repositories/ No Subversion repository found or selected for http://10.60.12.159:81. .reviewboardrc not created. And I do have a repository on ReviewBoard and its path is been set to "https://codex..net/svn/Tools&q

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

Re: No subversion repository found!

2014-02-05 Thread Christian Hammond
1/api/ > DEBUG:root:Making HTTP GET request to http://10.60.12.159:81/api/info/ > DEBUG:root:Making HTTP GET request to > http://10.60.12.159:81/api/repositories/ > No Subversion repository found or selected for http://10.60.12.159:81. > .reviewboardrc not created. > > An