Re: Unable to find a Review Board server for this source code tree

2016-12-22 Thread 许逸斐
Since I am using perforce, I just figured out I need to set my local repo type to be perforce in the .reviewboardrc. now my .reviewboadrc file looks like: REVIEWBOARD_URL = reviewboard.url REPOSITORY_TYPE = "perforce" Thank you all for your help! 在 2016年12月22日星期四 UTC-8上午10:13:23,许逸斐写道: > > By

Re: Unable to find a Review Board server for this source code tree

2016-12-22 Thread 许逸斐
By the way, I set the review board server through p4 counters. I am able to see the review board url through p4 counter reviewboard.url command. 在 2016年12月22日星期四 UTC-8上午9:58:07,许逸斐写道: > > I used *rbt post* command in debug mode. The output comes from > > svn --non-interactive info > > >>>

Re: Unable to find a Review Board server for this source code tree

2016-12-22 Thread 许逸斐
I used *rbt post* command in debug mode. The output comes from svn --non-interactive info >>> Command exited with rc 1: ['svn', '--non-interactive', u'info'] svn: E155007: '/Users/jessicafei' is not a working copy Does it has anything to do with svn? 在 2016年12月21日星期三

Re: Unable to find a Review Board server for this source code tree

2016-12-21 Thread 许逸斐
I used *rbt setup-repo *command and entered yes to all the questions in the meantime. Did I miss any configuration? 在 2016年12月21日星期三 UTC-8下午3:13:04,Christian Hammond写道: > > Hi, > > Your .reviewboardrc isn't correct. The BRANCH seems to have an error > message in it. It should be a single like

Re: Unable to find a Review Board server for this source code tree

2016-12-21 Thread Christian Hammond
Hi, Your .reviewboardrc isn't correct. The BRANCH seems to have an error message in it. It should be a single like string containing the name of the destination branch. This causes a syntax error in the file, preventing the server from being found. Christian On Wed, Dec 21, 2016 at 14:45 许逸斐

Re: Unable to find a Review Board server for this source code tree

2016-12-21 Thread 许逸斐
Can someone help me resolve this issue? Here is the content in .reviewboardrc file 在 2016年12月7日星期三 UTC-8下午9:37:38,许逸斐写道: > > REVIEWBOARD_URL = "review board URL" > REPOSITORY = "GitDemo" > BRANCH = "fatal: ambiguous argument 'HEAD': unknown revision or path not > in the working tree. > Use

Re: Unable to find a Review Board server for this source code tree

2016-12-07 Thread 许逸斐
REVIEWBOARD_URL = "review board URL" REPOSITORY = "GitDemo" BRANCH = "fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' HEAD" LAND_DEST_BRANCH = "fatal: ambiguous argument 'HEAD': unknown

Re: Unable to find a Review Board server for this source code tree

2016-12-07 Thread Christian Hammond
Hi, Can you show the contents of that file? Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Wed, Dec 7, 2016 at 5:09 PM, 许逸斐 wrote: > Hi.David > I tried the "rbt

Re: Unable to find a Review Board server for this source code tree

2016-12-07 Thread 许逸斐
Hi.David I tried the "rbt setup-repo" command and it generated the .reviewboardrc file. But I got a new error after "rbt post" command: Syntax error in config file: /Users/jessicafei/.reviewboardrc Line 3 offset 93 在 2016年12月7日星期三 UTC-8下午12:51:02,许逸斐写道: > > I am using review board

Re: Unable to find a Review Board server for this source code tree

2016-12-07 Thread David Trowbridge
Hi, You'll have to create a .reviewboardrc file with the server name (or pass --server on the command-line). The "rbt setup-repo" command can create this file for you. -David On Wed, Dec 7, 2016 at 12:51 PM 许逸斐 wrote: > I am using review board 0.7.7(python 2.7.12) on

Unable to find a Review Board server for this source code tree

2016-12-07 Thread 许逸斐
I am using review board 0.7.7(python 2.7.12) on Mac OSX and getting "Unable to find a Review Board server for this source code tree" error when using rbt post. The output file in debug mode is as follows: >>> RBTools 0.7.7 >>> Python 2.7.12 (v2.7.12:d33e0cf91556, Jun 26 2016, 12:10:39) [GCC

Re: Unable to find a Review Board server for this source code tree after updating SVN from 1.6 to 1.8

2014-07-13 Thread David Trowbridge
You said there was a difference in the reviewboard:url property between the two setups? That's probably what's responsible. That said, we highly recommend using .reviewboardrc over the older svn properties. -David On Fri, Jul 11, 2014 at 12:31 AM, Dandy Calaoagan thedandy...@gmail.com wrote:

Re: Unable to find a Review Board server for this source code tree after updating SVN from 1.6 to 1.8

2014-07-11 Thread David Trowbridge
OK, it's successfully finding the SVN repository, so the .svn directory . I'd recommend adding a .reviewboardrc file to c:\trunk which has a SERVER=... line listing your review board server URL. -David On Thu, Jul 10, 2014 at 10:03 PM, Dandy Calaoagan thedandy...@gmail.com wrote: I upgraded

Re: Unable to find a Review Board server for this source code tree after updating SVN from 1.6 to 1.8

2014-07-11 Thread Dandy Calaoagan
It's working now. Thanks. Just curious though, what's the reason for needing the .reviewboardrc now in the later versions? My original/older setup didn't need one, and I didn't encounter any problem at all. On Friday, July 11, 2014 2:20:13 PM UTC+8, David Trowbridge wrote: OK, it's

Unable to find a Review Board server for this source code tree after updating SVN from 1.6 to 1.8

2014-07-10 Thread Dandy Calaoagan
Hi, I have a setup of review board working before (Python 2.7, Slik Subversion 1.6.17, Tortoise 1.6.17, RBTools 0.4.2) in my computer. I recently tried setting up a new one with the following versions - Python 2.7, Slik Subversion 1.8.x, Tortoise 1.8.x, and RBTools 0.4.2. When doing a

Re: Unable to find a Review Board server for this source code tree after updating SVN from 1.6 to 1.8

2014-07-10 Thread David Trowbridge
Can you run with --debug and reply with the output? I suspect it's finding the repository correctly, but just doesn't know about your server (in which case adding a .reviewboardrc file to the root of the checkout is the correct solution). I also highly recommend upgrading to the latest rbtools

Re: Unable to find a Review Board server for this source code tree after updating SVN from 1.6 to 1.8

2014-07-10 Thread Dandy Calaoagan
I upgraded the rb tools I'm using to 0.6. However, 'rbt post' doesn't work even when doing it in the root directory of the source code (Error creating review request: The repository pat h specified is not in the list of known repositories (HTTP 400, API Error 206)). Anyway, below is the output

post-review error: Unable to find a Review Board server for this source code tree.

2011-08-19 Thread Clutch
clutch@fx09:~/workspace/example$ post-review --debug RBTools 0.3.3 Home = /home/clutch svn info diff --version repository info: Path: https://svnserver.example.com:447/repos/example.com, Base path: /trunk, Supports changesets: False svn propget reviewboard:url

Re: post-review error: Unable to find a Review Board server for this source code tree.

2011-08-19 Thread Christian Hammond
You have REPOSITORY_URL set to the Review Board server, which is the problem. You should just remove that entry. Christian On Thursday, August 18, 2011, Clutch mhightower.c...@gmail.com wrote: clutch@fx09:~/workspace/example$ post-review --debug RBTools 0.3.3 Home = /home/clutch svn info

post-review: Unable to find a Review Board server for this source code tree

2011-03-28 Thread storms
Just installed RBTools on my 1.5.5 RedHat server where Reviewboard is installed, and this is first time installing RBTools with the following command: easy_install -U RBTools # which post-review /usr/bin/post-review I am getting the following error when trying to use it with CVS # post-review

Re: post-review: Unable to find a Review Board server for this source code tree

2011-03-28 Thread Christian Hammond
Hi, post-review must be told what Review Board server to talk to. You can see how to set this up at http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#reviewboardrc Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: post-review: Unable to find a Review Board server for this source code tree

2011-03-28 Thread storms
I now have .reviewboardrc in my home diretory with the following: REPOSITORY = cvs.x.com:/cvs REVIEWBOARD_URL = http://vmreviews.lab.x.com/reviews/; My cvs repository setting is as follows: Hosting service: custom Repository type: CVS Path: :pserver:username:password@cvs.x.com:/cvs Mirror

Re: post-review: Unable to find a Review Board server for this source code tree

2011-03-28 Thread Christian Hammond
The .reviewboardrc should be in the checkout for your project, not in the home directory. It'll work there, but only for your user. The repository path used in Review Board must exactly match what CVS is reporting. If you have two versions of the URL, you can list the version in CVS as either

Re: Unable to find a Review Board server for this source code tree

2010-02-04 Thread Stodge
Thanks - I deleted my original post as I managed to get it working. :) On Feb 3, 4:12 pm, Christian Hammond chip...@chipx86.com wrote: Not sure if you solved this yet, but basically, you want a .reviewboardrc file that points to the server. There's some information on setting this up here:

Unable to find a Review Board server for this source code tree

2010-02-03 Thread Stodge
I read a few posts with this error but none seem to help. My Mercurial repository is at http://localhost/hg/indigo. I know that works 100%. My ReviewBoard install is at http://localhost:9900/reviews and I know that works 100%. My Mercurial repository is located on disk in /var/www/sites/indigo,

Re: Unable to find a Review Board server for this source code tree

2010-02-03 Thread Christian Hammond
Not sure if you solved this yet, but basically, you want a .reviewboardrc file that points to the server. There's some information on setting this up here: http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#reviewboardrc Christian -- Christian Hammond - chip...@chipx86.com