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

How to create database connection and query in php?

0 Answers  


What is $globals php?

0 Answers  


How to convert numbers to strings in php?

0 Answers  


How can i execute PHP File using Command Line?

0 Answers  


I have two radio button, i click one radio button display one dropdown box, one text field. and then click another radio button display one text field.so any one give me good idea plz.....i used <div id="" style=display:none> but not work..

4 Answers  


How are cookies created?

0 Answers  


Where are the session values stored?

1 Answers  


What are magic methods in php

2 Answers   Net Solution,


Which function is used in php to count the total number of rows returned by any query?

0 Answers  


What is dao in php?

0 Answers  


How to send Email using PHP with MySQL in Linux Server?..

3 Answers  


What is the difference between InnoDB and MyIsam

1 Answers   Brain Technosys, IBM, TCS, TLI Software, Wipro,


Categories