VSS to SVN - Repositories
问题 We're finally moving from Visual Source Safe to VisualSVN (et al) woohoo. Is it common practise to just create one repository, and then subsequently add all projects as subfolders of this repository, or create one repository for each project? 回答1: The version numbers are independent if you create a separate repository for each project. So project A might be at version 10 and B at 100. The version number is a running total if you have one repository and a subfolder for each project. 回答2: You