I have a repository configured as follows:
+
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
I want to check out a project with tags rel-1as this project. In this case, I would have project1, and project3in my workspace, but do not project2.
All projectNare Java Eclipse projects.
I use Eclipse / Subversive, but I am open to use Tortoise or the command line (windows) if I need to.
Change . Currently, I will need to go through my 30 projects and check each tag individually. Is there a way to do this without going through each project separately?
source
share