Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
atheist99307yI think it depends on the work flow, if you're a solo developer working on a single branch svn is better/simpler. Soon as you start working in teams on separate branches git is so much better at managing branches, svn is clunky in this regard.
-
Minion5297yEven if I would work solo on a project I wouldn't use svn, what if I want to try something out and at the same time develop along in the mainline?
I would say that svn is somewhere else a better fit (a company I work for uses svn for their DB Scripts for example) -
Salmakis6737yUm we had several branches/taggins in our svn Projects. Nothing new that git invented (they just made it more complicated)
-
Xerox257yYou're missing a few bits there. Take a look at the key differences and use them to your advantage. As always, git can be better in some situations then svn and svn can be better then git.
Im used to svn for a few years, now need to use git because all say its better. Until now its only just useless complicated and forces me more worksteps. Cant understand the hype.
undefined