Hello, I'm trying to create to create a tag in svn repo for my project. I use Eclipse and subverive plugin. Every time I try tagging, I get the following error:
Tag operation for some of selected resources failed. svn: Commit failed (details follow): svn: No write-lock in '/home/project/directory'
Where /home/directory is a directory in my project. I'm pretty sure that if I would delete the project and re-checkout it, then all will work.
Does anybody know what is the source of the problem and if there is a workaround to get it working without delete-checkout cycle?