|
|
|
|
|
by CrLf
5671 days ago
|
|
SVN is far from obsolete. Just because there are better alternatives now for distributed version control, doesn't mean that the centralized approach has suddenly stopped working. In most places centralized is the way to go. It may be unbelievable for the HN crowd, but most developers use only the bare minimum features of version control, and even then only after being forced to. In this scenario distributed version control causes more problems than it solves, not to mention the lack of integration with IDEs. Yes, that's the real world for ya. |
|
Except that a distributed RCS can do everything a centralized on can. The funny thing is, this is the last argument used by people religious about SVN but even this doesn't stand up. SVN isn't even particularly good at doing centralized revision control. Do you work somewhere that you'll have to be able to prove what was in a given release? SVN can't do that since you can rewrite history with no way of detecting the rewrite. If this is not acceptable you'll have to buy Fisheye.
SVN on it's own isn't useful for much of anything. It's only after applying several other commercial products that you finally get something only substandard.