On Tuesday 2007, April 17, Guilhem Bonnefille wrote: > I'm new to Git, but completly crazy of it. > > In my point of view, in corporate team, lot of people does not > want/need the power offered by Git. > So, my conclusion is the better model in a corporate is a centralyzed > repo with some users using Git as "frontend". Other people will > simply use the native tools for accessing the repo. Git has you covered there - it works better than other version control systems for that model too. I do it all the time; the only difference is that with git it's not the tool doesn't force the choice on you. If you want a central repo, just make one - designate one repository as central, put it in the .git/config file for each of the others and away you go. Pretend it's centralised if you want; you and your colleagues need never know otherwise. What's even better is that everything will also work faster, take less diskspace and be heavily backed up just by everyone doing their normal work. Andy -- Dr Andy Parkins, M Eng (hons), MIET andyparkins@xxxxxxxxx - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html