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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.