It’s time to stop using Subversion
altdevblogaday.org
It’s time to stop using Subversion
1–10 of 112 posts
Re: It’s time to stop using Subversion
#2Re: It’s time to stop using Subversion
#3I still use svn. For personal project, I have moved to hg. I use git occasionally. They all have its merits, and svn certainly didn't deserve "you should probably stop using it".
Re: It’s time to stop using Subversion
#4Very old news.
Re: It’s time to stop using Subversion
#5Very old news.
Re: It’s time to stop using Subversion
#6Re: It’s time to stop using Subversion
#7Now, I'll be in the corner using notepad and copying my file every time I make a major change. ;)
Re: It’s time to stop using Subversion
#8Having just spent the last month converting our operation to Git here at work, I can tell you the main force in keeping Subversion around are Windows users who are used to TortoiseSVN. There still is no viable Git UI for Windows (or any other OS, really -- but Windows is especially immature) and the people who make decisions a) use Windows and b) "don't have time" to learn git on the command line.
Re: It’s time to stop using Subversion
#9Having just spent the last month converting our operation to Git here at work, I can tell you the main force in keeping Subversion around are Windows users who are used to TortoiseSVN. There still is no viable Git UI for Windows (or any other OS, really -- but Windows is especially immature) and the people who make decisions a) use Windows and b) "don't have time" to learn git on the command line.
Now I like git but I can totally see why people don't use it (or in fact any DVCS). The central repository model is easily understood and implemented. The idea that there is no central "source of truth" is confusing--possibly even alarming--to an outsider.
Windows support problems for Git go beyond having no TortoiseSVN equivalent though. When I was setting this up I at first tried to get Git over SSH working with PuTTY and it a hair-pulling out experience. I eventually abandoned that effort in favour of Cygwin, which just worked.
Re: It’s time to stop using Subversion
#10Also, it's not like SVN is suddenly bad or anything. I prefer GIT but I'm not tripping all over myself to switch over all of my existing projects.