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



This question is regarding version control. If two developers are committing the same php file at s..

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

This question is regarding version control. If two developers are committing the same php file at s..

Answer / ratan

programm save error will be found.

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More PHP Interview Questions

When sessions ends?

0 Answers  


What is Mcrypt used for?

0 Answers  


What are the security measures we have to take for our site not to hack by others?

1 Answers   Infosys,


Is php front end or back end?

0 Answers  


what is the use of include() function when include_once() alone will enough?

1 Answers  


Which character is used to match exactly one character?

0 Answers  


How to get the value of current session id?

0 Answers  


What is the difference between nowdoc and heredoc?

0 Answers  


Which function can be used to exit from the script after displaying the error message?

0 Answers  


what is the use of include_once in php?

0 Answers  


How can we submit a form without using submit buttons?

0 Answers  


hi guys..i m new to php..and want to learn it including the oops concept...can anybody send me some good programming bases exercise or a small learning project on it at nitsl_a@yahoo.co.in.I know html and going thru some of its websites.But about to go on it practically.plz advice.

1 Answers   College School Exams Tests, Satas, Wipro,


Categories