I have a slight problem with SVN:
I added some new folders and files to my working copy and wanted to commit those new elements to a developer branch instead of to the real location implied by the folder structure.
With TortoiseSVN I did a "Branch/Tag..." and specified the option "Working copy" in the group "Create copy in the repository from:". The elements got committed to the branch location, but unfortunately, I cannot switch my working copy to this new branch because a commit to the real location hasn't been done yet. My intention was to do further commits to the developer branch and to finally merge the branch with the trunk.
Is there a way around this problem?