Project

General

Profile

Looking to auto-update a GIT local repo (on Windows Server) when bare repo on redmine is pushed to

Added by Ko-Chin Ong almost 13 years ago

Hi all.. I've tried to research this and although I've found some answers, others are still missing.

Basically we have a a number of developers on Window desktops working in .Net stuff. They are all committing locally and then pushing to a Redmine bare repo on a Red Hat box.

All this works just fine.

Now I've been using RDP to log in to a Windows server where I cloned the repo and have been using Git pull to get the updated content onto the server.

Again all this works fine.

However I'd like to be able to stop using RDP and wanted to explore how I might be able to setup an automated task in the GIT repo on redmine that would auto push and update the repo on the server.

I've found some comments here about using a hook on post-push (or something like that) but they were more geared towards using a linux box... I'm wondering how I can do the same if I have different OS platforms or does it matter?

I know this is probably more of a GIT issue than it is maybe a redmine issue but at this point I'm sorry to say I'm hitting every resource I can think of.

Thanks and I appreciate any help you can offer!