Re: [git-users] post_receive hook

2011-05-10 Thread Konstantin Khomoutov
On Mon, 9 May 2011 20:04:07 -0700 (PDT) Blu Dragon bludragon...@gmail.com wrote: [...] #strace git push -v $remote $branch 2 /var/log/strace-git.log git push -v $remote $branch done exit 0 I wonder if strace'ing yields something of interest? But for this to work you most probably pass

Re: [git-users] post_receive hook

2011-05-10 Thread Blu Dragon
Thanks for the suggestion. I had actually commented that out because I was receiving the same permission denied error even though I chmod-ed the log file to 777. I have meaning to play around with it but haven't gotten to it. The strace command was suggested by a co-worker but I have never

Re: [git-users] post_receive hook

2011-05-10 Thread Konstantin Khomoutov
On Tue, 10 May 2011 11:36:20 -0400 Blu Dragon bludragon...@gmail.com wrote: [...] #strace git push -v $remote $branch 2 /var/log/strace-git.log git push -v $remote $branch done exit 0 I wonder if strace'ing yields something of interest? But for this to work you most

Re: [git-users] post_receive hook

2011-05-10 Thread Blu Dragon
I tried adding your modified strace but I am still getting permission denied errors. Perhaps the system is not letting me run commands remotely? $ git push Password: Counting objects: 25, done. Delta compression using up to 4 threads. Compressing objects: 100% (11/11), done. Writing objects: