Click here to Skip to main content
15,895,462 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: integration hell Pin
HobbyProggy21-Mar-16 3:47
professionalHobbyProggy21-Mar-16 3:47 
GeneralRe: integration hell Pin
cp-andy21-Mar-16 4:38
cp-andy21-Mar-16 4:38 
GeneralRe: integration hell Pin
HobbyProggy21-Mar-16 4:46
professionalHobbyProggy21-Mar-16 4:46 
GeneralRe: integration hell Pin
cp-andy21-Mar-16 4:55
cp-andy21-Mar-16 4:55 
GeneralRe: integration hell Pin
Chuck O'Halloran22-Mar-16 3:47
professionalChuck O'Halloran22-Mar-16 3:47 
GeneralRe: integration hell Pin
TheGreatAndPowerfulOz13-Apr-16 7:53
TheGreatAndPowerfulOz13-Apr-16 7:53 
GeneralRe: integration hell Pin
GuyThiebaut21-Mar-16 4:45
professionalGuyThiebaut21-Mar-16 4:45 
GeneralRe: integration hell Pin
cp-andy21-Mar-16 5:09
cp-andy21-Mar-16 5:09 
GuyThiebaut wrote:
merge management issue.


Yes it is sort of that. Here is the scenario that explains it better - ]

Dev A gets latest code from the sub version control
Dev A is happy that he got the latest files and start working on file A, B, C, D
Dev A pushes the code to test server and wait for approval for couple of days.

Now Dev B needs to work on files B, C. A very quick 2 minute job.
He does the same, gets latest code from the sub version control
Deb B is now happy that he has got the latest files and start editing it.

But he is not aware that there is another newer version waiting to be approved on a test server

Dev B finishes the edit very quickly and push the code to test server. and TEST SITE BREAKS!! Or it might just work if changes to the other files are not dependent.

Now after a weeks time, dev A gets an approval to make the functionality live. He goes back to the test server and all the changes are now lost. He pulls his hair and cry Why Why Why ME? If he is lucky, he may have a local copy which he can push to the test server again but then it’s time for Dev B to cry as his changes will be lost.


May be we need to make a good use of branches. And also pushing code to test/production is all manual at the minute. Which is basically an overhead.
GeneralRe: integration hell Pin
Ryan Peden21-Mar-16 8:32
professionalRyan Peden21-Mar-16 8:32 
GeneralRe: integration hell Pin
_Maxxx_21-Mar-16 11:16
professional_Maxxx_21-Mar-16 11:16 
GeneralRe: integration hell Pin
cp-andy23-Mar-16 7:33
cp-andy23-Mar-16 7:33 
GeneralRe: integration hell Pin
R. Giskard Reventlov21-Mar-16 4:48
R. Giskard Reventlov21-Mar-16 4:48 
GeneralRe: integration hell Pin
User 483504721-Mar-16 5:04
User 483504721-Mar-16 5:04 
GeneralRe: integration hell Pin
cp-andy21-Mar-16 5:05
cp-andy21-Mar-16 5:05 
GeneralRe: integration hell Pin
User 483504721-Mar-16 5:15
User 483504721-Mar-16 5:15 
GeneralRe: integration hell Pin
Ron Nicholson21-Mar-16 5:38
professionalRon Nicholson21-Mar-16 5:38 
GeneralRe: integration hell Pin
SkysTheLimit21-Mar-16 8:18
SkysTheLimit21-Mar-16 8:18 
GeneralRe: integration hell Pin
cp-andy23-Mar-16 7:38
cp-andy23-Mar-16 7:38 
GeneralRe: integration hell Pin
SkysTheLimit23-Mar-16 7:45
SkysTheLimit23-Mar-16 7:45 
GeneralRe: integration hell Pin
Jörgen Andersson21-Mar-16 10:15
professionalJörgen Andersson21-Mar-16 10:15 
GeneralRe: integration hell Pin
mbb0121-Mar-16 23:34
mbb0121-Mar-16 23:34 
GeneralRe: integration hell Pin
Gary Wheeler22-Mar-16 0:26
Gary Wheeler22-Mar-16 0:26 
GeneralRe: integration hell Pin
foggles22-Mar-16 2:39
foggles22-Mar-16 2:39 
GeneralRe: integration hell Pin
englebart22-Mar-16 2:13
professionalenglebart22-Mar-16 2:13 
GeneralRe: integration hell Pin
BryanFazekas22-Mar-16 4:38
BryanFazekas22-Mar-16 4:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.