Conflict automatic merge
Hello everyone,
suppose to have this scenario:
- A developer checks out (non exclusive lock) a file locally, and modifies it.
- Another developer checks out the same file (non exclusive lock), modifies it and makes a check in.
- The first developer tries to check in the file from local to remote after the other developer.
Now the question is:
If there are no conflict Integrity perform an automatic merge (as GIT do) highlighting the difference by compare the content?
I take for granted that conflicts must be resolve manually.
Thank you !


