Click here to Skip to main content
15,891,136 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
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 
Git is probably a better tool if you want to branch and merge back easily. SVN can do that too, but the process is a bit more laborious.

However, if your team can master the art of branch/merging then you would be able to set up a dev/test/live branches, which in turn can be split into further sub-branches. e.g. changes associated with a single CR will be branched from dev.

The person responsible for configuration management will manage what specific branches merge onto the main branches. Then the dev master branch is propagated to test and then test to live. Because your developers work on their own branches, they should never need to lose their work again, and if a merge goes badly it should be easier to undo it.

You should also review how your code is structured, both in design and on file. If you have only two developers treading on each other toes it may be a symptom of design issues within your application.

modified 22-Mar-16 5:56am.

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 
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 

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.