Hi, I'm using Tortoise SVN in Windows 7 64 bits with TexStudio. It works well when you have the automatic commit after save.
However, when you try to save using a message it gives some error:
Process started: svn ci -m "comment" "file.tex"
svn: E155004: Commit failed (details follow): svn: E155004: Working copy 'working-dir' locked. svn: E155004: 'working-dir' is already locked. svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
Process exited with error(s)
Process exited normally
Which is really strange, because most of the time it commits the changes. However, the problem is that it is not totally reliable, some times it does not commit a thing. So the instability is my concern here. If you have to check whether it committed or not, it is easier to commit the changes yourself.
What is strange is that the automatic commit works flawlessly, why does the one with comments don't? Is it a bug, or should I configure something else?
have you look at the status of the files ? Is it locked ?
Yes, the files are not locked. If I run the command from the command line it works. So I'm not sure why it is not working. My guess is that the save with comment has some conflicts with the automatic saving. But I don't know how to verify it.
obsolete, if still an issue, open new bug (no problem on linux)