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.