Click here to Skip to main content
15,903,030 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: You git! Pin
Nagy Vilmos19-May-16 2:26
professionalNagy Vilmos19-May-16 2:26 
GeneralRe: You git! Pin
OriginalGriff19-May-16 2:48
mveOriginalGriff19-May-16 2:48 
GeneralRe: You git! Pin
glennPattonWork319-May-16 2:23
professionalglennPattonWork319-May-16 2:23 
GeneralRe: You git! Pin
Brisingr Aerowing19-May-16 3:05
professionalBrisingr Aerowing19-May-16 3:05 
GeneralRe: You git! Pin
Nagy Vilmos19-May-16 3:39
professionalNagy Vilmos19-May-16 3:39 
GeneralRe: You git! Pin
KarstenK19-May-16 3:47
mveKarstenK19-May-16 3:47 
GeneralRe: You git! Pin
Nagy Vilmos19-May-16 4:20
professionalNagy Vilmos19-May-16 4:20 
GeneralRe: You git! Pin
Keith Barrow19-May-16 5:12
professionalKeith Barrow19-May-16 5:12 
The page is about branching strategies within a single repo - you typically do this much more than with SVN or TFS, the merge support is much better so don't let it put you off.

Mode this through the fact I more or less do JS work not (I've stopped scrubbing myself clean every night, like every other language you can write it well or badly. Trouble is with JS there are a lot of people writing it badly).

The flow I've seen is to have the client pull & build it's dependencies - as long as the account on the build machine has access to all repos it should be OK. In JS land this is a doddle - the package.json allows you to set up dependencies and the node package manager can be told to install these. I dare say there is a way to do something similar via nuget (not sure though). That's assuming you're willing to allow the extra time to build the products with the time instead of distributing binaries.
KeithBarrow.net[^] - It might not be very good, but at least it is free!

GeneralRe: You git! Pin
Nagy Vilmos19-May-16 5:19
professionalNagy Vilmos19-May-16 5:19 
GeneralRe: You git! Pin
Marc Clifton19-May-16 6:28
mvaMarc Clifton19-May-16 6:28 
GeneralHope...Hope...Fingers Crossed. PinPopular
glennPattonWork319-May-16 1:16
professionalglennPattonWork319-May-16 1:16 
PraiseRe: Hope...Hope...Fingers Crossed. Pin
Joan M19-May-16 1:24
professionalJoan M19-May-16 1:24 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
glennPattonWork319-May-16 1:59
professionalglennPattonWork319-May-16 1:59 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
Pete O'Hanlon19-May-16 1:25
mvePete O'Hanlon19-May-16 1:25 
JokeMissing something Pin
koolprasad200319-May-16 1:29
professionalkoolprasad200319-May-16 1:29 
GeneralRe: Missing something Pin
Pete O'Hanlon19-May-16 1:51
mvePete O'Hanlon19-May-16 1:51 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
glennPattonWork319-May-16 2:00
professionalglennPattonWork319-May-16 2:00 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
MT_19-May-16 1:26
professionalMT_19-May-16 1:26 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
glennPattonWork319-May-16 2:00
professionalglennPattonWork319-May-16 2:00 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
OriginalGriff19-May-16 1:30
mveOriginalGriff19-May-16 1:30 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
glennPattonWork319-May-16 2:18
professionalglennPattonWork319-May-16 2:18 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
Mike Hankey19-May-16 1:33
mveMike Hankey19-May-16 1:33 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
glennPattonWork319-May-16 2:19
professionalglennPattonWork319-May-16 2:19 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
PompeyThree19-May-16 1:39
PompeyThree19-May-16 1:39 
GeneralRe: Hope...Hope...Fingers Crossed. Pin
OriginalGriff19-May-16 1:47
mveOriginalGriff19-May-16 1:47 

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.