In CVS we cant check out the files simultaneously. Can anybody tell ....whether in perforce can we checkout files simultaneously?
And i heard about locks on the files. Before merging the file do we need to have a lock on them in perforce?
In CVS we cant check out the files simultaneously. Can anybody tell ....whether in perforce can we checkout files simultaneously?
And i heard about locks on the files. Before merging the file do we need to have a lock on them in perforce?
If by "simultaneously" you mean "more than one person can checkout the same file in parallel". Yes, that's possible.
Regarding locks: You can
lock a file (see the manual), but you don't need to.
And yes, the ones who want to submit after the first person submitted have to resolve (and possibly merge) the changes and can then submit.
Regarding locks: