Apache Subversion vs. Microsoft Visual SourceSafe (Discontinued)

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Subversion
Score 9.8 out of 10
N/A
Apache Subversion is a version control option that is free to download and open source under the Apache 2.0 license.N/A
Microsoft Visual SourceSafe (Discontinued)
Score 8.0 out of 10
N/A
Visual SourceSafe is a discontinued source control software offering, from Microsoft.N/A
Pricing
Apache SubversionMicrosoft Visual SourceSafe (Discontinued)
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Apache SubversionMicrosoft Visual SourceSafe (Discontinued)
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Apache SubversionMicrosoft Visual SourceSafe (Discontinued)
Considered Both Products
Apache Subversion
Chose Apache Subversion
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 …
Chose Apache Subversion
Apache Subversion has been the go-to for our project with SVN client Tortoise (from sourceforge).
Chose Apache Subversion
Git has become the new standard of version control, with its support for distributed design. As a tool to manage and control versions, Subversion does it well, but Git is the future.
Chose Apache Subversion
We used Visual SourceSafe before SVN many years ago and we chose SVN at that time mainly because it allowed us to do collaborative work on the same source code. It also had improved conflict resolution when doing code merges, blaming changes etc, which improved the speed of …
Chose Apache Subversion
I find Perforce to be a little more cumbersome to use than Subversion. And it is NOT free or open source.
Chose Apache Subversion
Git is probably the biggest open source rival to Subversion. It's designed for distributed development, an environment I'm not very familiar with. I've only got some experience with it, and only as a user, and even that is limited. I had some trouble wrapping my mind around the …
Chose Apache Subversion
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 …
Chose Apache Subversion
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 .
Microsoft Visual SourceSafe (Discontinued)
Chose Microsoft Visual SourceSafe (Discontinued)
Azure DevOps is a much better, more modern tool that Visual SourceSafe and everyone should be moving to it. Most if not all the integration that is there can be done or emulated in it.
Chose Microsoft Visual SourceSafe (Discontinued)
We selected Microsoft Visual SourceSafe because at the time none of these other products were out there. Now we are trying to migrate all our legacy code from Visual SourceSafe to Azure DevOps. Unfortunately we don't have a value proposition for some of the older products so …
Chose Microsoft Visual SourceSafe (Discontinued)
Git is a much more elaborated tool for file versioning than Visual SourceSafe. It has superior performance and stability, it is cross-platform, distributed, it gives you a better User Interface (if you choose to buy Bitbucket), it allows you to have big projects with big teams, …
Best Alternatives
Apache SubversionMicrosoft Visual SourceSafe (Discontinued)
Small Businesses
Git
Git
Score 10.0 out of 10
Git
Git
Score 10.0 out of 10
Medium-sized Companies
Git
Git
Score 10.0 out of 10
Git
Git
Score 10.0 out of 10
Enterprises
Perforce P4
Perforce P4
Score 7.4 out of 10
Perforce P4
Perforce P4
Score 7.4 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache SubversionMicrosoft Visual SourceSafe (Discontinued)
Likelihood to Recommend
6.6
(0 ratings)
1.0
(0 ratings)
Likelihood to Renew
3.1
(0 ratings)
-
(0 ratings)
Usability
-
(0 ratings)
3.8
(0 ratings)
Support Rating
-
(0 ratings)
4.2
(0 ratings)
User Testimonials
Apache SubversionMicrosoft Visual SourceSafe (Discontinued)
Likelihood to Recommend
Subversion solves our software versioning problem by providing tools for conflict resolution when doing collaborative work on the same files and projects. We use it with TortoiseSVN and it works great for some of our projects with smaller teams. However, we have a need to make code reviews more and it is a little more difficult to do that in SVN, compared to Bitbucket and Git.
Read full review
The only time I could recommend Microsoft Visual SourceSafe would be for a beginner who has a small amount of code that they would like to keep track of. This solution would not be recommended for an enterprise or any shop where you have multiple developers working on the same solution.
Read full review
Pros
  • Track and control concurrent versions of the same files.
  • Has good support from many different software, including visualization, DevOps toolchain.
  • Well documented and understood by developers as it has been around for a long time.
Read full review
  • avoid losing code
  • versioning of previous projects
  • saving versions on db
Read full review
Cons
  • Refactoring the layout of a respoitory--or a part of a repository--can be a bit painful, especially for users with workspaces associated with the affected part of the repository. Not sure what could be done to make that better, but it would be nice if something was possible.
  • Folks coming from Git can have problems using Subversion. Again, not sure anything can (or should) be done to address that, but it is occasionally an issue.
Read full review
  • Becoming corrupt and having to be rebuild from a previous version.
  • It can be extremely slow to check in & out of.
  • Lost support several years ago from Microsoft.
Read full review
Likelihood to Renew
While there are interesting alternatives, such a GIT, Subversion has been a breath of fresh air compared to its predecessors like CVS or Microsoft Source Safe (now called Team Foundation Server). Its ease of use and high adoption rate is going to keep me using this product for years to come.
Read full review
No answers on this topic
Usability
No answers on this topic
Overall Microsoft Visual Source Safe is very easy to use. It is a simple application that does only one thing. It has the basic windows tree structure for listing projects and solutions. There is no way to search for a particular file, project or solution. There is also no way to search the code in the files.
Read full review
Support Rating
No answers on this topic
There is no longer support for Visual SourceSafe as I believe it's been retired. There are, however, users that still use the tool and they do help if there are questions or complaints.
Read full review
Alternatives Considered
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 editing to prevent editing conflicts from other users, whereas Subversion allows multiple users to edit the same file simultaneously and then merge conflicts later.)
While we still use Apache Subversion for our legacy projects, we've migrated to Git and GitHub for our new projects as that is the new "cool kid" and it provides some benefits such as distributed and offline development. But Git is more complex than Apache Subversion and not as easy to learn.
Read full review
Azure DevOps is a much better, more modern tool that Visual SourceSafe and everyone should be moving to it. Most if not all the integration that is there can be done or emulated in it
Read full review
Return on Investment
  • It allowed us to deliver the right files to our customer without "clobbering" previous releases, making for a far more satisfied customer.
  • It allowed our developers to work on two releases in parallel (plus an occasional third, for emergency fixes).
  • With some simple hooks, it allowed us to set up a system where code was was automatically deployed to test servers as soon as developers committed it, making testing easier. This was made easier by virtue of being a ColdFusion project, which requires no compilation. However, that is possible for compiled code with a continuous integration system like Jenkins.
Read full review
  • When we started using it, it allowed us to do source code versioning and store the code in a centralized location and not locally.
  • We are using it for very few projects with few developers that still maintain those applications and do not have time to merge the source code to Git.
Read full review
ScreenShots