Re: Erorr with git ScmTool

2009-12-10 Thread senthil
I have the same error. And executing the plain command gives me a 1 (error) in bash return value, but no error messages. I am wondering if core.repositoryformatversion is a file, and if so where is it. Should I try to execute this command in some particular directory or anywhere will work? On Oct

Re: Erorr with git ScmTool

2009-12-10 Thread senthil
- but a new one. store = os.getcwd() os.chdir('/home/senthil/workspace_/Midsize-Production/') #p = subprocess.Popen ( #['git', '--git-dir=%s' % self.path, 'config', # 'core.repositoryformatversion' ],

Re: Erorr with git ScmTool

2009-12-10 Thread senthil
In the Admin panel where I configure the path I find the exact same path that I have hard coded "/home/senthil/workspace_/Midsize- Production" So I am pointing to where the .git directory is and not into .git itself. Also /home/senthil/workspace_/Midsize-Production/.git exitsts. If yo

Re: Erorr with git ScmTool

2009-12-11 Thread senthil
I changed the directory to point INTO the .git itself and it works. Like /home/senthil/workspace_/production/.git I thought that the advice was to point to the parent of .git directory. Anyway thanks for your help. -Senthil On Dec 10, 5:56 pm, senthil wrote: > In the Admin panel wher

Re: Private Github - "A repository was not found at the specified path."

2010-04-11 Thread senthil
I am having this same problem. How to resolve it ? I understand the SSH keys www-data needs access to my ssh keys at /home/root/.ssh Is this right? I am able to authenticate using ssh g...@github.com, So how to setup access of this .ssh to www-data ? On Mar 4, 2:55 am, Nik Bauman wrote: > Aha!

Re: Getting Parent Diff from REST API.

2013-06-10 Thread Senthil Kumaran
he > parent diff, but the GET cannot return it? > http://www.reviewboard.org/docs/manual/dev/webapi/2.0/resources/diff-list/ > > Hi Ben, Could you find this out? Is there a way to ge the parent diff which was used to created the final diff? -- Senthil -- Want to help the R