I have a large project in SVN with classical structure:
myproject/
branches/
developer1-mybranch1/
developer2-mybranch3/
...
tags/
tag1/
tag2/
....
trunk/
I want to create a new branch from trunk and as I know, I should checkout repository to my computer. Can I checkout only trunk and branches folders? What I must do for this?
You don't need to checkout the whole repository to create a branch, just
svn cp $TRUNKURL $NEWBRANCHURL