[git-users] What do you do re: Git branching and development environments?

2011-06-21 Thread KCO
Hello folks... I was hoping that someone could help me out here. I'm just starting out with GIT and I'm trying to understand how to use branching as best as possible. I understand from the code perspective the benefits of using branching for things like feature releases, version releases, etc...

[git-users] Re: What do you do re: Git branching and development environments?

2011-06-23 Thread KCO
> there are some folks working on it). > > As for Wordpress, Jeremiah has the right idea, using custom scripts to > do migrations is about the only way to keep it in VC. Git does not do > so well with versioning DB dumps (the repo gets huge very quickly). > > ./ben > > On

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

2011-06-30 Thread KCO
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 f

[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? --