Apache Subversion is a version control option that is free to download and open source under the Apache 2.0 license.
N/A
GitHub
Score 8.9 out of 10
N/A
GitHub is a platform that hosts public and private code and provides software development and collaboration tools. Features include version control, issue tracking, code review, team management, syntax highlighting, etc. Personal plans ($0-50), Organizational plans ($0-200), and Enterprise plans are available.
After Microsoft Visual SourceSafe was discontinued, we chose Subversion and it was a great choice. We were able to migrate to Apache Subversion very quickly and easily and benefited immediately from its non-locking workflow (SourceSafe required users to "lock" the file when …
Git is a newer version control system compared to that of svn. I think that svn is more stable, easy to learn/use, and not-so-complex as Git. Also, svn has very good client applications which provide extremely user-friendly user interfaces. Apache Subversion is also open source …
Git is better than Subversion in every aspect except that is not free . But since our company has bought Git licenses and I would not go back to using Subversion .
Before switching to GitHub we used Apache Subversion, but found GitHub was better in virtually every way. When we used subversion in 2011 (albeit things might have changed by now) creating and working on separate branches was tedious. We had to create a bunch of different …
GitHub compared to GitLab and Bitbucket seems to have an easier and nice to use interface. This is mainly due to the fact that GitHub is the No1 choice for most of the Open Source projects. Developers out there are already famaliar to it's UX/UI and use it every day.
Another …
Verified User
Team Lead
Chose GitHub
While SVN comes with basic functionalities, TFS is a superior tool and often unused to its potential in most cases. GitHub brings that equilibrium. It perfectly works like a versioning tool and can also be used to create CICD deployment pipelines.
Verified User
Engineer
Chose GitHub
The branches in Perforce and SVN are replicas instead of links/trees like in Github. Those two tools do not have rich APIs like that of GitHub. Subversion and Perforce do not support local repositories, which might hamper the development, if developer is coding and the tools …
We switched from Subversion to GitHub for two reasons. GitHub has better support built into our tools. Subversion was located on-premise and required us to maintain the infrastructure. GitHub is much easier to access from remote locations and we don't need to manage our own …
Others not listed above, CVS, Microsoft SourceSafe. GitHub offers the most comprehensive offering, including Code Review, Open API, Wiki (just to mention a few) in a single package. GitHub is likely the most used repository in the world. It's fast, even with high user volume. …
GitHub has better branching features than Subversion. The code review process in GitHub alone makes it worthwhile, whereas we could have branches in Subversion, it was missing the ability to comment and review other people's code before checkin. GitHub has more control around …
Github and git, in general, is much better than SVN or Subversion for version tracking and code collaboration. It takes the best parts of SVN and fixes a lot of what was broken with it. Github's own UI has evolved really well over time and they have taken developer productivity …
With the other version control software I've used, I've had a lot more hassles than GitHub. I have limited experience with SourceSafe but have used SVN a bit. I had a bit older version of SVN when I used it but you had to add files to SVN specifically for it to be committed. As …