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 |
Tell me what is the difference between characters 34 and x34?
Which variable declarations within a class is invalid in php?
What are the methods of array in java?
What is artisan in php?
Explain how you can update memcached when you make changes to php?
How to create a table to store files?
Apart from mail() function to send emails,is there any other functions in PHP to send emails?
1. Create student database. 2. First page should display the students available in the database. There should be add, edit and delete buttons. 3. There should be option to search students by name, code, date of joining, department or combination of these. 4. Should have an add/edit screen. Add and Edit should be handled in the same page. 5. Delete should ask for confirmation before deleting the actual record. 6. Validation should be done in JavaScript as well as php.
How are cookies created?
when will be syndicate bank written exam ? i need the date of exam
Is age interval or ordinal data?
How many records can be stored in mysql table?