Automatic pull

Hello!

Look's like activecollab/module does not pull changes from the remote gitolite server. Is that right, and how could I automate pulling?

Importing of commits after manual pulling works fine.

Regards, Florian

Hi, This is already fixed. Please update module to 1.3.7 then Just try going to activeCollab modules section (your-activecollab.com/admin/modules URL) and click on uninstall button and then install button.

and also check that post-received hook is set properly on your remote gitolite server

/{gitolite_home_dir}/.gitolite/hooks/common/post-receive  

add following line if not present (add your activeCollab Url and first five digit of your activeCollab licence )

/usr/bin/curl -s -kL "{activeCollab_url}/public/index.php?path_info=hookcall&code={Licence_first_five_digit}&repo_name=$GL_REPO"