Overview
Subversion (also known as "SVN") is a free, centralized version control system. This is a part of the Apache Software Foundation projects and is officially called Apache Subversion.
Subversion exists to be universally recognized and adopted as an open-source, centralized version control system characterized by its reliability as a safe haven for valuable data, the simplicity of its model and usage, and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations.
It has been designed as a better CVS clone. But Subversion grew further and has outgrown its goal of replacing CVS. Still, its basic model, design, and interface remain heavily influenced by that goal.
CVS is a relatively basic version control system. For the most part, Subversion has matched or exceeded CVS's feature set where those features continue to apply in Subversion's particular design.
Highlights
- The system maintains versioning for directories, renames, and file metadata (but not for timestamps). Users can move and/or copy entire directory-trees very quickly while retaining full revision history.
- Merges between branches will be tracked, this allows automatic merging between branches without telling Subversion what does and does not need to be merged.
- Branching is a cheap operation, independent of file size (though Subversion itself does not distinguish between a branch and a directory)
Details
Typical total price
$0.065/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.019 | $0.006 | $0.025 |
t2.micro AWS Free Tier | $0.019 | $0.012 | $0.031 |
t2.small | $0.019 | $0.023 | $0.042 |
t2.medium Recommended | $0.019 | $0.046 | $0.065 |
t2.large | $0.019 | $0.093 | $0.112 |
t2.xlarge | $0.019 | $0.186 | $0.205 |
t2.2xlarge | $0.019 | $0.371 | $0.39 |
t3.nano | $0.019 | $0.005 | $0.024 |
t3.micro AWS Free Tier | $0.019 | $0.01 | $0.029 |
t3.small | $0.019 | $0.021 | $0.04 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
We do not currently support refunds, but you can cancel the subscription at any time.
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Vulnerabilities have been fixed.
Additional details
Usage instructions
Resources
Vendor resources
Support
Vendor support
If you faced any problem, check the Usage Guide at http://tidalmediainc.com/guide-how-to-start-apache-subversion-svn-server-on-ubuntu-18-04-lts-on-amazon/ support@tidalmediainc.com
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Really barebone!
Just SVN installed on an Ubuntu image.
You can install using apt-get and then configure Apache2.
I was hoping it would come with all kinds of web based management tools and support like admin user, permissions, repository management etc. It is not even on https, so you probably have to figure everything.
For $0.02/hr for SW, it is $15 per month for something you can configure in an hour or two.
Streamlining the versioning process
The ability to ensure audit log and security controls are as intended is a great plus, too. User roles and permissions are easy to define.