Hi there. I don't know exactly how it happened, but I have a versioned ".svn" directory in my repository. Don't ask me how it got there. If I tell svn to delete it, it does not want to, since .svn is a reserved argument.
Force does not work.
Any ideas?
EDIT:
Ok I solved it by svn rm
ing the parent directory and adding it back in.
Still, If someone knows the clean solution to this, it would be highly appreciated.
CLARIFICATION:
svn delete <repo url>/foo/.svn
Does not work. I think I tried every simple combination of commands and arguments. I am pretty sure, that if that is doable, it is a hack. I know of the method: dump -> modify dump with tool -> reimport but that is as scary as hell. This is not git, if you whack an svn repo, you/it stays whacked.