Hello,
Everything is fine in this -- I checked that. But I have two queries which is the requirement of my company for which we are looking Version Control System
1)Each user typically stores copies of the files on their local drive, or in an area that is their private sandbox. Is there need to take dump of all project related source code, any documentation files in client machines seperately (means local files)-- If yes, then situation arise
Let it suppose that each user have taken a dump of all project related source code files. Now user A checkedout one .jsp file and at the same time if another user will go to make updation in same using QVCS interface then system will prompt you message "That file has been locked by A user". But here User B can overwrite this file by going in its workflow directory on unchecking the Read-Only option for that file. How we can restrict that functional behavior which seriously impeding the security of server files.
2) Can't we directly make and save changes in the server files by mapping that server project files path on Client machine. We want full security in accessing the files for add/edit.