Best Practices in Preventing Locks in File sharing in Windows?
- by crosenblum
We have a web development server, that has our source control on it.
That we use via mapped drives to open/edit/save/create files on to it.
But I have noticed a lot of weird glitches with either the file lock/sharing/etc
For example, if i have a file open on my local pc, and try to check out that file via my source control on dev, it error's out.
The source control I use is QCVS by Qumasoft.
Or If I use cuteftp to download something to dev, via my local pc, it won't download unless I close that file.
So my brain sniff's and figures this is either an issue with folder/network/sharing, or an issue of permissions.
Has anyone else had similar issues, and what did they do to fix it permanently?
Thank you...