I have folder in my repository that somehow has a name with ':' in it. This is causing problems with a clients SVN software (Tortoise).
I have tried deleting it in my local copy but I get SVN errors saying it cannot find a URL. I have tried deleting it by connecting to the repository via webdav, but I get a conflict error. I'm new to SVN so any tips would be very helpful!
I'm trying to commit but I'm getting the following error:
MKACTIVITY of '/proj/!svn/act/...': 403 Forbidden (https://svn.<myaccount>.beanstalkapp.com)
Googling gives me the two most common problems: not using https (I am), and case errors (neither my account, project or my username have uppercase in them, so I can't imagine that's the problem).