Hello, I am trying to remove symbolic link that is currently under version control but with keeping it in the file system. I try to do it like this: svn delete --keep-local xyz
When now trying to commit this change, I get following error: svn: E145001: Commit failed (details follow): svn: E145001: Entry 'xyz' has unexpectedly changed special status svn --version svn, version 1.7.14 (r1542130) Is this a bug or just wrong approach? Thanks for help, Dan