Re: Error of post-review: The current directory does not contain a checkout from a supported source code repository.

2015-04-15 Thread John Spadafora
I don't use SVN, I use Perforce but I'm but I stated getting the The current directory does not contain a checkout from a supported source code repository. error. This started happening after I upgraded my P4V client to be the latest 64 bit client. I also have P4W installed as a 32 bit

Re: Error using post-review and Reviewboard 1.7.25

2014-06-19 Thread Christian Hammond
Hi Daniel, It sounds like there’s a difference in the configured path vs. what you have locally. The locally computed path must match exactly what’s configured in Review Board. What we strongly recommend is to not use path-based matching, and instead use name-based, by adding the following to

Error using post-review and Reviewboard 1.7.25

2014-06-18 Thread Daniel Laird
All, We are currently using post-review and Reviewboard 1.7.25 (RBtools 0.5.1). We added a new Repo to Reviewboard and its listed as repository 26. However when we try to post a new review to Reviewboard we get: DEBUG:root:repository info: Path: http://server/svn/repo_name, Base path: /trunk,

Re: Error using post-review with git

2012-12-04 Thread Matthew Woehlke
On 2012-12-03 09:41, Paul Albertella wrote: I'm getting a confusing error when I try to run post-review Failed to execute command: ['git', 'config', 'core.bare'] I've tried running this command directly in the repository (a non-bare clone) and it simply returns. That could mean the value

Error using post-review with git

2012-12-03 Thread Paul Albertella
Hi, I'm getting a confusing error when I try to run post-review Failed to execute command: ['git', 'config', 'core.bare'] I've tried running this command directly in the repository (a non-bare clone) and it simply returns. I'm not sure what response the script is expecting. I'm using git

Re: Error of post-review: The current directory does not contain a checkout from a supported source code repository.

2011-09-28 Thread James Tang
Haa, I found the problem caused by svn client. I use TortoiseSVN as my svn client in Windows, but it seems post-review could not communicate with svn server through TortoiseSVN. I installed command line svn, the problem solved. Thanks for you help! On Sep 28, 1:46 pm, Christian Hammond

Re: Error of post-review: The current directory does not contain a checkout from a supported source code repository.

2011-09-27 Thread Christian Hammond
Home has nothing to do with the checks. That's just for our own usage. You need to run post-review from within an SVN, CVS, Git, etc. checkout directory. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On

Re: Error of post-review: The current directory does not contain a checkout from a supported source code repository.

2011-09-27 Thread James Tang
But the problem is I already tried post-review in checkout svn directory(which contains a .svn folder), it still give me same words. How to solve this? Isn't post-review support windows7? On 9月27日, 下午4时24分, Christian Hammond chip...@chipx86.com wrote: Home has nothing to do with the checks.

Re: Error of post-review: The current directory does not contain a checkout from a supported source code repository.

2011-09-27 Thread Christian Hammond
To determine if you're in a valid checkout, we run svn info and look for the text Repository Root. What do you see when you type that? If the output is localized, that's the problem, though we already try to force it to be English. Christian -- Christian Hammond - chip...@chipx86.com Review

Error of post-review: The current directory does not contain a checkout from a supported source code repository.

2011-09-26 Thread James Tang
I run post-review in command line in Windows, below is the result: C:\Users\XXXpost-review -d RBTools 0.3.3 Home = C:\Users\Tang\AppData\Roaming The current directory does not contain a checkout from a supported source code repository. It seems post-review will search the user data folder for

New error with post-review

2011-04-07 Thread Martin
Hi all. I fixed the las error re- installing RBTools. Now, when I try to execute post-review -o, I get Traceback (most recent call last): File /usr/bin/post-review, line 8, in module load_entry_point('RBTools==0.3.2', 'console_scripts', 'post-review')() File

Error with post-review. I get Failed to execute command: ['git', 'symbolic-ref', '-q', 'HEAD']

2011-04-06 Thread Martin
Hi, everyone. I had installed ReviewBoard and I created a review uploading the diff patch from the web UI. This task worked perfectly, but when I want use post-review for the same , I get the following error: Failed to execute command: ['git', 'symbolic-ref', '-q', 'HEAD'] I have configured mi

Re: Error with post-review. I get Failed to execute command: ['git', 'symbolic-ref', '-q', 'HEAD']

2011-04-06 Thread Chris Clark
Martin wrote: Failed to execute command: ['git', 'symbolic-ref', '-q', 'HEAD'] What happens when you manually run: git symbolic-ref -q HEAD -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at

Re: Error with post-review. I get Failed to execute command: ['git', 'symbolic-ref', '-q', 'HEAD']

2011-04-06 Thread Martin
Nothing happens. The command is executed but I don't get anything by the standar output. Any else tip will be useful. Thanks a lot. MArtin. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/

Re: Error with post-review. I get Failed to execute command: ['git', 'symbolic-ref', '-q', 'HEAD']

2011-04-06 Thread Martin
Before anything... I configured my non-bare git repository in ReviewBoard. This repository is a git svn clone of a central SVN repository. I'm trying to execute a pre commit review, using the post-review commit with the following syntax: cat file.diff |post-review -d --diff-filename=- Is this

Re: Error with post-review. I get Failed to execute command: ['git', 'symbolic-ref', '-q', 'HEAD']

2011-04-06 Thread Christian Hammond
Can you paste a full debug log (pass --debug to post-review)? Also, run that command again and do: echo $? That will show the error code returned by git. Non-0 is failure. Christian On Wednesday, April 6, 2011, Martin martin.villalo...@gmail.com wrote: Nothing happens. The command is

Re: Error with post-review. I get Failed to execute command: ['git', 'symbolic-ref', '-q', 'HEAD']

2011-04-06 Thread Martin
The full debug log below -bash-4.0$ cat AirStories.diff |post-review --debug --diff-filename=- RBTools 0.3.2 Home = /home/hudsonhome svn info git rev-parse --git-dir git symbolic-ref -q HEAD Failed to execute command: ['git', 'symbolic-ref', '-q', 'HEAD'] -bash-4.0$ echo $? 1 -bash-4.0$ I

Error in post-review

2010-09-14 Thread Rajat Khandelwal
Hi, can anyone help me with this error : Error creating review request: The repository path specified is not in the list of known repositories (HTTP 200, API Error 206) I have already added the repository in web-ui of reviewboard. -- Rajat Khandelwal SD 39 Satpura Hostel B.Tech. Comp. Sc.

Re: Error in post-review

2010-09-14 Thread Christian Hammond
The repository as shown in the debug output (run post-review with --debug) must match *exactly* what is in either the Path or Mirror Path section of your repository in the admin UI. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: Error in post-review

2010-09-14 Thread Rajat Khandelwal
I got it. Thanks for telling that paths should be exactly same. Now can you please tell me how can I add a repository sitting on another laptop(via ssh) to reviewboard? I have an account on that laptop. On Tue, Sep 14, 2010 at 6:05 AM, Rajat Khandelwal rajatgupt...@gmail.comwrote: yes, I am

Re: Error in post-review

2010-09-14 Thread Christian Hammond
Is this Git? If so, there's no way of really accessing a remote git repository on a per-file basis, which is needed for Review Board. You will need to do one of the following: 1) Mount your actual Git tree across the network, and tell Review Board to use that. 2) Install something like cgit or

Re: Issue 1530 in reviewboard: error running post-review

2010-03-11 Thread reviewboard
Comment #4 on issue 1530 by hbetts3: error running post-review http://code.google.com/p/reviewboard/issues/detail?id=1530 That fixed the issue. Better documentation of windows requirements would have prevented this. -- You received this message because you are listed in the owner or CC

Re: Issue 1530 in reviewboard: error running post-review

2010-03-08 Thread reviewboard
Comment #2 on issue 1530 by hbetts3: error running post-review http://code.google.com/p/reviewboard/issues/detail?id=1530 Chip, Thanks. Running against perforce. I have attached the --debug. Attachments: review-board_debug.txt 1010 bytes -- You received this message because you

Issue 1530 in reviewboard: error running post-review

2010-03-05 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1530 by hbetts3: error running post-review http://code.google.com/p/reviewboard/issues/detail?id=1530 *NOTE: Do not post confidential information in this bug report.* What version are you running? 0.2rc2 What's the URL

Re: Issue 1530 in reviewboard: error running post-review

2010-03-05 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 1530 by chipx86: error running post-review http://code.google.com/p/reviewboard/issues/detail?id=1530 What type of repository is this against? Can you run with --debug and show me the output? -- You received this message because you