Posted about 1 year ago by jwage
Now that the dust has settled from the move to git I suppose it is time for a blog post. About a month ago, we made the decision to switch the Doctrine projects source control to git. Like many other open source projects, we also chose github.com to host our repositories. Github brings a whole new level of collaborative coding to the Doctrine community and I can already see more people getting involved because of it.
If you still want to use subversion externals in your project, you can do so by using the read-only SVN features of github.com:
You can read about this feature on the github blog.
Through the process of moving to git, we have all had to learn lots but it could not have been done without the Pro Git Book. It is an awesome book written by Scott Chacon who works at github and is a git guru among other things.. The book can be ordered or can be read online for free!
If you are interested in contributing to the Doctrine project, you will need to fork one of the Doctrine repositories and submit your modifications. You can read more about how to "Fork a project and submit your modifications" on the github website.
Comments (3) [ add comment ]
Thank you so much! Posted by annis about about 1 year ago.
Yes, that really is awesome news!
Thank you!
Daniel
SVN Write Support Posted by Benjamin "balupton" Lupton about about 1 year ago.
Github now also supports write support: http://github.com/blog/644-subversion-write-support
SVN for ODM MongoDB Posted by mg about about 1 year ago.
Hello,
I would be grateful for read-only SVN for MongoDB.
Thank you