Working with an standard configuration of the server, without any lock, my files are read-only after every check out or update to the working copy. I have to set them to be not read-only to continue working, but besides this shouldn't be happening, it's uncomfortable.
Anybody knows how to avoid this behavior?
EDIT
Answers to comments:
- Platform: Windows 32 bits binding, without Apache + TortoisseSvn.
- The files are not marked as read only on the first checked in to the repository (of course!, if they were this question would be silly)
- I don't think that it would be incompatibility, because it was working fine until it wasn't...
- The svn:needs-lock property is not set on the files.
- I'm using a local NTFS file system on WinXP, in an Active Directory environment (if that matter).
By the way, svn+tortoissesvn was working fine in the beginning, but at some point it stopped to do that.