I have the following directory structure in the svn repository
Parent Directory/
- BranchFolder1/
* Stuff for BranchFolder1/
- BranchFolder2/
* Stuff for BranchFolder2/
- BranchFolder3/
* Stuff for BranchFolder3/
On disk I want to have this structure:
Parent Directory/
- Stuff for BranchFolder1/
If I cd into the Parent Directory and do an svn update there, it checks out all the branches and their respective contents, which I dont want. How can I get it to only check out/update stuff from inside one of the branches?