[git-users] Re: Looking to auto-update a GIT local repo (on Windows Server) when bare repo on redmine is pushed to

2011-07-06 Thread KCO
Wow.. thanks, I'll look into the CI piece. But I guess my question is, even if I did a pull from windows (which I did consider), what or how am I checking for changes in the server repo? Am I writing a routine to check the contents of the repo for updates or is there a simpler way to do this? --

[git-users] Re: Looking to auto-update a GIT local repo (on Windows Server) when bare repo on redmine is pushed to

2011-07-02 Thread Thomas Ferris Nicolaisen
Hi, You could just set up a scheduled task on the Windows server that checks for changes and does a pull (in a batch script). Personally, I've developed a taste for using my company's CI-system (continuous integration) for this kind of work. Think of it as a neat place to run scheduled tasks.