I'm getting the error in the title of the question:
"svn: Failed to add directory 'bin/classes/com'an unversioned directory of the same name already exists"
when im trying to "switch" from my current branch to the trunk. It simply wont allow me to switch. This error occured when I updated the Android target on the branch and the Trunk without problems ( updated from 2.2 -> 3.0). But now I keep getting that error!
I'm not sure how to resolve this. Would appreciate any help
You can fix this problem by using the option –-force
with SVN checkout/update command.
This will mark the folder in question as updated and the subfolder files as versioned but will not overwrite any changed you may have in your working copy.