Re: [Doxygen-develop] doxygen5
Brought to you by:
dimitri
From: Petr P. <Pr...@sk...> - 2013-04-24 06:50:59
|
> > == Git == > > - can the doxygen start to use git as its native repos. this kinda > > works, svn is not really in anymore... > > I've been experimenting with Git a bit locally and I like it, so that > certainly a direction to go to in the future. > What would you chose as a hosting site? GitHub? My +1 for Git. I have been using CVS earlier, planning to switch to SVN. Git seemed a bit odd at first to me; however, it was only because I was not used to. I tried GitHub and it is just fine for cooperation. One can keep the read-only copy of everything, the other can fork (i.e. clone), do specific updates, and ask for merging (pull request). It seems to work fine even when more people work independently (I mean GitHub, not only Git -- which is such automatically :). I suggest NOT to combine SVN with Git (i.e. central SVN repo and Git on the top). Regards, Petr |