Search This Blog

Wednesday, 23 March 2011

Off Topic - Source Control

I am recently moving from CVS to Git..

The two downsides to git so far are :

1) Multiple repositories, to keep separate library files independent of projects, other libraries.
2) Submodules are tied to a single commit and not to the head of a branch.

I am working on a program to enable (2)

No comments: