I have svn repo with branches, tags and trunk
Now when i create new branch,
Is it must to use svn switch to that branch?
Should i Not work on that branch directory directly?
Sorry if it sounds stupid.
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.
Well, the SVN Switch functionality is not that useless.
There might be times when you have huge codebase located in multiple branches of a release.
Consider a scenario:
You have a branch named Release X and for some purpose, you create another branch Release X.1 from it.
If a developer wants to work with X.1 Branch now, he has two options:
This was one of the scenario … What happens when you relocate your repository? The whole URL changes. Switching is intelligent rather checkout.
I believe I have made my point 🙂