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

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 wrote: > Nothing happens. > The command is executed but I don't get anythin

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 co

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

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 gi