Click here to Skip to main content
15,894,825 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.

 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
OriginalGriff16-Sep-16 0:27
mveOriginalGriff16-Sep-16 0:27 
GeneralRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Joan M16-Sep-16 0:33
professionalJoan M16-Sep-16 0:33 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Rage16-Sep-16 0:49
professionalRage16-Sep-16 0:49 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Mark_Wallace16-Sep-16 0:57
Mark_Wallace16-Sep-16 0:57 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Johnny J.16-Sep-16 1:56
professionalJohnny J.16-Sep-16 1:56 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
#realJSOP16-Sep-16 2:14
mve#realJSOP16-Sep-16 2:14 
GeneralRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Rob Grainger16-Sep-16 5:26
Rob Grainger16-Sep-16 5:26 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Vark11116-Sep-16 3:08
Vark11116-Sep-16 3:08 
if (GIT && SVN) || (SVN && GIT) has redundant boolean redundancies


All humor aside - on a one man team, both Git and SVN will work fine in an offline situation. But with Git, since you have a local repo, you have the opportunity to commit (or branch/merge/whatever) code locally therefore maintaining a local history. With SVN you won't be able to commit (or branch, or merge) anything while offline. So your changes will all get dumped back into the SVN repo in one big pile of committed code (depending on how long you're offline). Of course you can pick through the files and do multiple commits, but what if BUG-2387 and BUG-1209 are both in the same file? In SVN those will appear as one commit if you did them offline. With Git, you can track them as two separate commits.
GeneralRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Rob Grainger16-Sep-16 5:26
Rob Grainger16-Sep-16 5:26 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Chris Maunder16-Sep-16 3:39
cofounderChris Maunder16-Sep-16 3:39 
GeneralRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Joe Woodbury16-Sep-16 7:09
professionalJoe Woodbury16-Sep-16 7:09 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Phil Martin16-Sep-16 17:43
professionalPhil Martin16-Sep-16 17:43 
GeneralDyslexic and colour blind, or just plain planky? Pin
Mark_Wallace15-Sep-16 23:20
Mark_Wallace15-Sep-16 23:20 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
OriginalGriff15-Sep-16 23:25
mveOriginalGriff15-Sep-16 23:25 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Mark_Wallace16-Sep-16 0:45
Mark_Wallace16-Sep-16 0:45 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Rob Grainger16-Sep-16 5:29
Rob Grainger16-Sep-16 5:29 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
OriginalGriff16-Sep-16 5:35
mveOriginalGriff16-Sep-16 5:35 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
CPallini15-Sep-16 23:25
mveCPallini15-Sep-16 23:25 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Rage16-Sep-16 0:09
professionalRage16-Sep-16 0:09 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
OriginalGriff16-Sep-16 0:32
mveOriginalGriff16-Sep-16 0:32 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Mark_Wallace16-Sep-16 0:42
Mark_Wallace16-Sep-16 0:42 
JokeRe: Dyslexic and colour blind, or just plain planky? Pin
Rage16-Sep-16 0:51
professionalRage16-Sep-16 0:51 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
OriginalGriff16-Sep-16 0:55
mveOriginalGriff16-Sep-16 0:55 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
W Balboos, GHB16-Sep-16 1:04
W Balboos, GHB16-Sep-16 1:04 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Mark_Wallace16-Sep-16 1:07
Mark_Wallace16-Sep-16 1: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.