Click here to Skip to main content
15,913,685 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
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 
A lot of good info in other posts.
Here are some other thoughts:

Some VCS systems perform conflict resolution best if each developer works on their own private branch and merges to the pre-production branch.

Test server has a single pre-production test area that no developer can update! (repeat recommendation)

Pre-production should only be updated by refreshing from your pre-productin/"head" branch in source control or pushing from an admin VCS area where zero development occurs. (automate this!)

Each developer should have their own sub directory/virtual directory, application server, IP address, entire test server (cloned VM), server on their development box, etc. where they can host their own version of reality without stepping on another developer if they are working on the same files. VCS should handle the merging/integration.

GeneralRe: integration hell Pin
BryanFazekas22-Mar-16 4:38
BryanFazekas22-Mar-16 4:38 
GeneralRe: integration hell Pin
carlospc197022-Mar-16 5:46
professionalcarlospc197022-Mar-16 5:46 
AnswerRe: integration hell Pin
sx200822-Mar-16 9:48
sx200822-Mar-16 9:48 
GeneralRe: integration hell Pin
cp-andy23-Mar-16 7:49
cp-andy23-Mar-16 7:49 
GeneralA night with Frank PinPopular
PompeyThree21-Mar-16 2:06
PompeyThree21-Mar-16 2:06 
GeneralRe: A night with Frank Pin
GuyThiebaut21-Mar-16 2:59
professionalGuyThiebaut21-Mar-16 2:59 
GeneralRe: A night with Frank Pin
Nagy Vilmos21-Mar-16 3:04
professionalNagy Vilmos21-Mar-16 3:04 
JokeI was sent this, and... Pin
OriginalGriff21-Mar-16 1:27
mveOriginalGriff21-Mar-16 1:27 
JokeRe: I was sent this, and... Pin
Daniel Pfeffer21-Mar-16 1:31
professionalDaniel Pfeffer21-Mar-16 1:31 
GeneralRe: I was sent this, and... Pin
dandy7221-Mar-16 1:58
dandy7221-Mar-16 1:58 
GeneralRe: I was sent this, and... Pin
OriginalGriff21-Mar-16 2:03
mveOriginalGriff21-Mar-16 2:03 
GeneralRe: I was sent this, and... Pin
Nagy Vilmos21-Mar-16 2:38
professionalNagy Vilmos21-Mar-16 2:38 
GeneralRe: I was sent this, and... Pin
OriginalGriff21-Mar-16 2:40
mveOriginalGriff21-Mar-16 2:40 
GeneralCCC 21st March - -and she's al-a-al-ready gone! Pin
908236521-Mar-16 0:05
908236521-Mar-16 0:05 
GeneralRe: CCC 21st March Pin
Duncan Edwards Jones21-Mar-16 0:13
professionalDuncan Edwards Jones21-Mar-16 0:13 
GeneralRe: CCC 21st March Pin
908236521-Mar-16 0:55
908236521-Mar-16 0:55 
GeneralMQOTD Pin
V.20-Mar-16 23:07
professionalV.20-Mar-16 23:07 

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.