In CVS, it is possible to tag a version whenever there is release, but in SVN, we can do it only by creating a repository. Any queries on this? Any help would be appreciated.
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.
Normally in SVN you would create a branch for a new version or feature. Work would be done there and then integrated back into the trunk when it’s ready for release. Then you would make a copy of that specific release as a tag. Some teams use branches as stable areas, some use the trunk. It really depends on how you want to do it and how you like to manage branches. But you usually wouldn’t create a new repo.