I've a standard svn repo:
- branches/
- tags/
- 0.1/
- 0.2/
- trunk/
- devops/
- code/
and i want to tag devops and code folders into tags/0.3 by git-svn.
Use of git svn tag 0.3
instead creates a new tag with all the repo inside, including tags and branches. How can i exclude them?