> > == 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 ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Doxygen-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-develop
