This question is regarding version control.
If two developers are committing the same php file at same
time what will happen ? What error it will show (if any) ?
Answers were Sorted based on User's Feedback
Answer / jp
It just basically depends on what kind of version management
software you're usingĀ·
As far as I'm concerned, if you're using a Subversion
server, then one of the people will have to wait until the
other commits the file. The records are blocked so can't be
edited by two or more people at the same time.
So when one fully commits their files, the other person will
see a 'conflict', because of their revision being older than
the revision on the SVN Server. They can solve the conflict
by marking 'Solved', and decide which file will stay on the
server, either the previous one, the one that you have or
the one that the person just committed.
| Is This Answer Correct ? | 7 Yes | 1 No |
List types of array are available in php?
What is the purpose of pear in php?
Why php 7 is faster?
Which function is used to read a file removing the html and php tags in it upwork?
Can I learn laravel without php?
How to send Email using PHP with MySQL in Linux Server?..
how to count how many sundays in month?
Why is PHP-MySQL frequently used for web (Portal) Development?
5 Answers T3 Softwares, Wipro,
How does php sessions work?
What is overriding in php?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
What is in a cookie?