Will tortoise let me mix repositories in the same and if so how? What I would like is to store code, configs and binaries in separate repositories.
Share
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.
You should look at externals, using the
svn:externalsproperty, this will allow you to have one repository, with external references to other repositories.For instance, you can do this:
You cannot, however, mix files from different repositories in one working copy, but you can use externals to check out sub-directories of your working copy from different repositories.
For more information about externals, check the svnbook: Externals Definitions.