Hi all!

We use a server side post receive hook to rsync a server side working copy 
of the regarding repo to another location. For that we also call git 
commands form within the hook (to update the server side working copy 
before rsyncing it).

Now, git does not seem to like that, because we get lots of warnings of the 
kind:
--------------------------------------------------------
remote: warning: packfile 
./objects/pack/pack-6ae9893985b58c764f39cd9ecb493fa8a634834f.pack cannot be 
accessed        
--------------------------------------------------------

Interestingly enough it all works fine - it's just the warnings that worry 
me.

Does anyone use a similar configuration or know what the above warnings 
mean and how to get rid of them?

Thx!
John

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to