You probably want SOME sort of version control. What that is/would be... Try to stay away from CVS, it's old and has some interesting misfeatures.
Git MAY be the thing to choose. It's distributed, can do ad-hoc structures, pulling and pushing updates in all sorts of directions. It has network support and there's at leats a few "cloud-based" places to stash off-home copies of your source tree(s).
But, I'd advise doing at least a little bit of comparisons between Git, Subversion and Mercurial before you decide on which one you go with. And there's always the option of using more than one.
no subject
Date: 2011-12-15 05:56 pm (UTC)Git MAY be the thing to choose. It's distributed, can do ad-hoc structures, pulling and pushing updates in all sorts of directions. It has network support and there's at leats a few "cloud-based" places to stash off-home copies of your source tree(s).
But, I'd advise doing at least a little bit of comparisons between Git, Subversion and Mercurial before you decide on which one you go with. And there's always the option of using more than one.