Hi , I am working in a project where all developers are working in a single windows system through remote sessions(remote desktop).Where we all have to share a common workspace folder..We have an issue, some times multiple user may work in same file at the same time..So when both user do some changes in the file..Only the data saved by user who closed finally will be saved..
- To solve this issue whats the best solution ?
- I am using Tortoise SVN..Does it have any feature to solve this ? Then i can easily implement...
- Can i execute any script that check whether the file is currently used by any other user and inform the user.. In windows, is it easy to do ?
- Or if there are any particular tool is there please specify..
Thank you