Re: A question about committing a deleted file

2014-03-15 Thread Bert Huijben
Running update on the working copy after that commit will automatically remove the lock from the working copy. (An update between the stealing of the lock and the delete would do the same thing). When a node is deleted from the working copy during update or switch your client can't be sure why

A question about committing a deleted file

2014-03-14 Thread Zi Wang
Hello, please help me to understand this: Here is the scenario: Two person A and B are working on the same project and both have a working copy on their machine, A: Lock(check out) a file, call it FILE_X B: Break FILE_X's lock, then Delete FILE_X and Commit A: Update (now FILE_X is gone on A's w