I'd like to tag only a subset of my subdirectories. In Subclipse I can mark several subdirectories and only tag them. E.g.
BigProject/
SubProjectA/
SubProjectB/
SubProjectC/
Now I want do svn copy
only on say BigProject/
with SubProjectA
and SubProjectB
. How is the command line version of selecting the sub projects in Subclipse?