Click here to Skip to main content
15,913,722 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: Shop Local or Shop Forrest? Pin
Mark_Wallace22-Mar-16 8:52
Mark_Wallace22-Mar-16 8:52 
GeneralRe: Shop Local or Shop Forrest? Pin
enhzflep22-Mar-16 17:24
enhzflep22-Mar-16 17:24 
Generalintegration hell Pin
cp-andy21-Mar-16 3:14
cp-andy21-Mar-16 3:14 
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 
You may be using SVN, but you aren't using it correctly. This isn't a software problem.

Here's a super quick, overly simple view of what should be going on:

Daily work
=================
1) Check out code
2) Modify Code
3) Developer level / Unit testing
4) Check in code (handle your merge issues)

Build
=================
1) Checkout code
2) Tag or version the checked out code
3) Build the code
4) Test the code
A) If test successful, push to production
B) If test not successful, dump the build.


Notice that there is no modification in the build process?
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 
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 

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.