My goal is to checkout multiple sub-folders of a repository which will be
treated as projects (this is: executing various goals inside each project).
This is my structure:
svnRepository/
project1/
branches/
tags/
trunk/
project1/
project2/
branches/
tags/
trunk/
project2/
projectToBeExcluded/
...
I don't want to checkout all (for example: not projectToBeExcluded) since that
would generate too much traffic.
How could I checkout project1/trunk/project1 and project2/trunk/project? I
tried to enter multiple <developerConnection> in the <scm>-tag which is not
possible.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]