How I can identify what svn branch/tag points my code?
I have project that is checked out from svn. It has svn metainfo, i.e .svn folders.
I want to know what svn path does my code point? Is that possible?
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.
Run
svn infoin the working copy, it’ll identify the repository URL for the directory. Since branches and tags are just directories in svn, you’ll be able to tell which branch you’re working with.