My friend and I are using P4V as our version control tool so that we can work on the same project.
We got a problem like :
- I built the stream depot, and uploaded our project to it;
- We were working in the same stream called dev, and we got latest version for all files and checked out all of them.
- I changed a script called A.cs and submitted it successfully.
- My friend wanted to get the latest version of A.cs that I just modified, but she couldn't. We got this warning //TheAwsome/Main/MakeItCool/Assets/Scripts/A.cs#1 - is opened for edit and cannot be deleted
Some people said that we could use Get Revision with Force Operation to solve this problem. We tried it out, but failed....