I am reading through TS Admin PDF for 6.7.0. To facilitate parallel develpment on a file in different work areas, I can use "submit" lock on a branch. So if two authors using same file and changing the contents, first author has lock on the file. After first author submits the file, the file has changed. So the file is different from the one which second author is using. Now when second author submits the file, the contents of the file in staging being different because of the changes by first author, wont it create conflict while submitting the file ? If it does, then how is parallel development possible ?thanks
Thanks.Just one confusion. When user B tries to submit 1+ from workarea B, at that time version 2 is in Staging. So it will create conflict, right ?
So does TS provide option to merge the content of 1+ of workarea B with version 2 and remove the conflict ?
So when conflict is removed, only the content of version 2 from Staging will move to contents in workarea B. Contents from 1+ from workarea B will not move to Staging.
So after this merge process, file in workarea B will be updated. Version in Staging will be updated only after file is submitted from workarea B.