问题
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 can use one repository, You can give access base on sub folders, so no need for a 2nd repository.
回答3:
It depends on the company. I was a consultant for many years and I have seen different approaches. Following is the most popular approach.
- Each Team creates a repository and stores all their projects in that one repository.
回答4:
Cross-Reference to related question: SVN project structure It covers if you choose to go with just one repository.
来源:https://stackoverflow.com/questions/4614949/vss-to-svn-repositories