Apache Subversion is a version control option that is free to download and open source under the Apache 2.0 license.
N/A
GitKraken
Score 9.8 out of 10
N/A
GitKraken's commit graph helps visualize branch structure and commit history. It helps verify recent Git actions on the repo, and also shows who made what code changes and when, so it’s easier to track down when a bug was introduced and revert back to a previous version. GitKraken Client is a Git GUI that detects and alerts users of potential conflicts so as to prevent them from happening. With itsuser Activity Status, the user can know who is online in the GitKraken Client.
$1,250
per installation
Pricing
Apache Subversion
GitKraken
Editions & Modules
No answers on this topic
Installed by You
$1250
per installed license
Hosted by GitKraken
Customized according to the amount of team members.
Offerings
Pricing Offerings
Apache Subversion
GitKraken
Free Trial
No
Yes
Free/Freemium Version
No
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
Apache Subversion
GitKraken
Features
Apache Subversion
GitKraken
Version Control Software Features
Comparison of Version Control Software Features features of Product A and Product B
It's a relatively simple version control system so it works great for an individual or small team (less than 10 people). But if you have a medium to large team, especially one with members distributed over a large geographic area, or one where individuals need to be able to work "offline" without access to a central server, Apache Subversion will likely not be the best choice.
Also, if you're maintaining an open-source project where outside people will be interacting with your code repository, git is probably a better choice because it's becoming the de-facto standard these days and what most developers are familiar with.
Distributed development - I've never worked in an environment where distributed development (developers widely scattered geographically) was a factor, but that's why git exists.
Merging - Merging of code from one branch to another can be painful, especially if it's not done frequently. (On the other hand, doing merges is one of the reasons I get a nice salary, so I can't complain too much!)
Acceptance - Let's face it, git is what "all the cool kids are using." If you've got a bunch of developers fresh out of school, they'll probably know git and not Subversion.
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.
Over the years, I have used many Git tools, but GitKraken stands out. It's now my favorite Git tool by far—excellent graphical overview of the branches, straightforward usage of all functionality, and lots of integration available. Currently, I am using GitKraken to connect to the ADO and quickly create PRs, using gitflow and tracking the work of my team mates.
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.