Click here to Skip to main content
15,887,027 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: Opposite of Spherical Cows? Inventor's Paradox Pin
trønderen13-Feb-24 6:42
trønderen13-Feb-24 6:42 
GeneralRe: Opposite of Spherical Cows? Inventor's Paradox Pin
jschell14-Feb-24 5:51
jschell14-Feb-24 5:51 
GeneralRe: Opposite of Spherical Cows? Inventor's Paradox Pin
englebart16-Feb-24 6:40
professionalenglebart16-Feb-24 6:40 
GeneralRe: Opposite of Spherical Cows? Inventor's Paradox Pin
jschell16-Feb-24 7:19
jschell16-Feb-24 7:19 
GeneralRe: Opposite of Spherical Cows? Inventor's Paradox Pin
Gerry Schmitz13-Feb-24 9:15
mveGerry Schmitz13-Feb-24 9:15 
GeneralRe: Opposite of Spherical Cows? Inventor's Paradox Pin
MarkTJohnson13-Feb-24 9:47
professionalMarkTJohnson13-Feb-24 9:47 
GeneralRe: Opposite of Spherical Cows? Inventor's Paradox Pin
Amarnath S13-Feb-24 15:08
professionalAmarnath S13-Feb-24 15:08 
QuestionGIT Time again - what am I missing? Pin
charlieg13-Feb-24 0:15
charlieg13-Feb-24 0:15 
So, as a side project, I've been delving into the git source control world (triggered by Visual Studio incorporating it), and I'm smelling something nasty. As in, what's the point, other than preference?

I've insisted all of my development projects be in source control since the mid 80s. Back then, we were heavily developing on VMS, the version control system was CMS. I'm not sure back then we had the concept of branches and what not, but we could tag the code base for a specific release. I ran into one developer who kept his changes as file versions - it's a VMS thing. All it took was one purge command to lose ALL of the history.. shudder. Anyway....

So in the years to follow, I've motored through PVCS, ClearCase (shudder), VSS and SVN. After VSS burned me badly (there are many unflattering stories out there) due to a network outage, I transitioned all of my source control to svn. Supports concurrent development, tags, branches and merging and is far more robust than VSS. This would be about 15 years ago or so.

Along comes this git upstart. And all of the comparisons between it and svn generally say git is better for concurrent development, blah blah blah. Oh and it's a distributed model. And it allows for branching, etc.

Just like SVN.

Exactly what am I missing? I simply do not see anything significant git brings to the table that svn does not. I nod to preferences, but can anyone provide real world examples of how git solved a version control problem better than svn? The most common "feature" articles say about git is some mumbling about not needing a central repo which makes no sense to me.

Appreciate your thoughts.
Charlie Gilley

“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

Has never been more appropriate.

AnswerRe: GIT Time again - what am I missing? Pin
GuyThiebaut13-Feb-24 0:34
professionalGuyThiebaut13-Feb-24 0:34 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg13-Feb-24 3:36
charlieg13-Feb-24 3:36 
GeneralRe: GIT Time again - what am I missing? Pin
GuyThiebaut13-Feb-24 4:16
professionalGuyThiebaut13-Feb-24 4:16 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg13-Feb-24 4:22
charlieg13-Feb-24 4:22 
GeneralRe: GIT Time again - what am I missing? Pin
GuyThiebaut13-Feb-24 4:31
professionalGuyThiebaut13-Feb-24 4:31 
GeneralRe: GIT Time again - what am I missing? Pin
Al Gonzalez14-Feb-24 6:58
Al Gonzalez14-Feb-24 6:58 
GeneralRe: GIT Time again - what am I missing? Pin
jochance13-Feb-24 4:59
jochance13-Feb-24 4:59 
AnswerRe: GIT Time again - what am I missing? Pin
Pete O'Hanlon13-Feb-24 0:43
mvePete O'Hanlon13-Feb-24 0:43 
GeneralRe: GIT Time again - what am I missing? Pin
GuyThiebaut13-Feb-24 0:52
professionalGuyThiebaut13-Feb-24 0:52 
GeneralRe: GIT Time again - what am I missing? Pin
Pete O'Hanlon13-Feb-24 0:59
mvePete O'Hanlon13-Feb-24 0:59 
GeneralRe: GIT Time again - what am I missing? Pin
GuyThiebaut13-Feb-24 1:06
professionalGuyThiebaut13-Feb-24 1:06 
GeneralRe: GIT Time again - what am I missing? Pin
Pete O'Hanlon13-Feb-24 2:12
mvePete O'Hanlon13-Feb-24 2:12 
GeneralRe: GIT Time again - what am I missing? Pin
Jeremy Falcon13-Feb-24 3:23
professionalJeremy Falcon13-Feb-24 3:23 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg13-Feb-24 3:40
charlieg13-Feb-24 3:40 
GeneralRe: GIT Time again - what am I missing? Pin
Jeremy Falcon13-Feb-24 5:05
professionalJeremy Falcon13-Feb-24 5:05 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg13-Feb-24 5:25
charlieg13-Feb-24 5:25 
GeneralRe: GIT Time again - what am I missing? Pin
jochance13-Feb-24 5:03
jochance13-Feb-24 5:03 

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.