Recently, we made the first branch of our project. The string is quite large (several GB), which does not matter for the server, because the branch is created through efficient communication. However, in client working copies, the project does take up twice as much space (our entire WC is from the root of the repository).
Since only a few people really need a branch, how can others ignore (i.e. not download) all branches using TortoiseSVN?
Users checking the trunk, as suggested below, are not a solution here. Our structure is as follows:
/
projects
project-x
assets
blabla.psd
code
trunk
branches
branch1
branch2
project-y
...
source
share