Ask HN: Version control for large amount of small projects?
How do you handle version control for a large amount (100+) of small projects (<100 LOC) with only a single contributor?
Especially when some of the projects share libraries which are maintained in a separate SVN project.
At the moment I am torn between creating a single "blanket" repository and just check in the individual files and creating a single repository for each of the projects.
3 comments
[ 3.1 ms ] story [ 11.4 ms ] threadIf the answer is "one", then do a git repo for one. The answer you should ask yourself is "when I look at the git log, which history(ies) would it make sense to see together".