Sell me Distributed revision control
Posted
by ring bearer
on Stack Overflow
See other posts from Stack Overflow
or by ring bearer
Published on 2010-04-01T21:33:06Z
Indexed on
2010/04/01
21:53 UTC
Read the original article
Hit count: 314
I know 1000s of similar topics floating around. I read at lest 5 threads here in SO But why am I still not convinced about DVCS?
I have only following questions (note that I am selfishly worried only about Java projects)
- What is the advantage or value of committing locally? What? really? All modern IDEs allows you to keep track of your changes? and if required you can restore a particular change. Also, they have a feature to label your changes/versions at IDE level!?
- what if I crash my hard drive? where did my local repository go? (so how is it cool compared to checking in to a central repo?)
- Working offline or in an air plane. What is the big deal?In order for me to build a release with my changes, I must eventually connect to the central repository. Till then it does not matter how I track my changes locally.
- Ok Linus Torvalds gives his life to Git and hates everything else. Is that enough to blindly sing praises? Linus lives in a different world compared to offshore developers in my mid-sized project?
Pitch me!
© Stack Overflow or respective owner