I get the following SVN error (using TortoiseSVN) when i am trying to tag trunk.
Error: post-commit hook failed (exit code 1) with output:
Error: svn: Working copy '.' locked
Error: svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
The tag still seems to have been created ...
I have no post-commit hooks added ...
I have tried the following:
- update + cleanup
- search for 'lock' files in .svn dir
- fresh checkout
I am not sure what is going on, any help would be appreciated?