See what i'm fiddlin'

How to set up a Subversion (SVN) repository

May 19, 2013

Creating a subversion repository is easy to do but can be difficult if you do not do it correctly. Some of the information out there is monotonous or too technical for the person who wants to quickly create a repository in subversion (svn). I found many guides out there but there was some confusion on exactly how the subversion users work and how they tie into the linux users. I will explain this in a basic way later in this tutorial. First step is to find a folder in which you want to create the repositories. This CAN be separate from where you are actually going to store the files.

Installing and Upgrading Subversion on Ubuntu

May 19, 2013

Subversion is a popular version control tool that a lot of big companies use. Many free lance or local developers do not use version control because they generally work alone and may not need it. The benefits of using version control is the ability for a team to work together without overriding changes or causing conflict in the development cycle. Another feature is the ability to roll back to certain versions if anything happens such as bugs or security vulnerabilities.