lkml.org 
[lkml]   [2008]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: POHMELFS high performance network filesystem. Cache coherency, transactions, parallels.
Evgeniy Polyakov wrote:
> On Mon, May 26, 2008 at 03:27:59AM -0400, Jeff Garzik (jeff@garzik.org) wrote:
>> git-update-server-info needs to be run on the server, not the client.
>>
>> You can automate this by running this on the server:
>>
>> chmod +x .git/hooks/post-update
>>
>> so that git-update-server-info always runs on the server, after each push.
>>
>> See git-update-server-info(1) for more info.
>
> Hmm... Nothing can be run on server, since git does not believe it is in
> git repo:

Sorry, I should have mentioned, you need to set GIT_DIR environment
variable, for this case. e.g.

cd /home/s0mbre/archive/pohmelfs
GIT_DIR=pohmelfs.git git-update-server-info

or

cd /home/s0mbre/archive/pohmelfs/pohmelfs.git
GIT_DIR=. git-update-server-info

Regards,

Jeff




\
 
 \ /
  Last update: 2008-05-26 09:53    [W:0.044 / U:0.712 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site