We have a network folder on the Windows domain in which we would like to keep the release source codes. We would like to be able to build the code on the machine of a random developer of our team.
So I created a network folder and checked out the source code into it. Whenever I do an Update, there aren't any problems. But it looks like no one else but me is able to do an update into that folder. They get the following error in tortoisesvn:
Working copy "blabla" locked
sqlite: attempt to write a readonly database
How can I fix this issue?