Blog

Filter posts by Category Or Tag of the Blog section!

What is Subversion?

Monday, 05 August 2013

It's about 12:46 am in 8/5/2013, I don’t know anything about Subversion, there is 6 open tab in my browser to discover what is Subversion for. I'll share it in an hour!

What's Subversion?

Subversion is all about managing and tracking the changes and overall it is an advanced version control. Its tools are so useful for versioning, changes of files and web pages and any document of the software. The main idea behind Subversion is to prevent programmers to work on the same file in group working. Subversion created in 2000 and its tools are usually open source. Subversion is something different from continuous integration because Subversion cares about the directories and files it is supposed to track the changes to.

 

What's the need for it?

Software development is an evolving progress. It could be changed several times in the developing process, it could be divided into several versions and so on. All of this need to be keep stacking. As I mentioned, Subversion introduced to prevent programmers to work on the same files and overwriting each other's codes. Subversion makes the developers be sure about Version control and don't wast any time about that.

 

You can see the useful resources I used to know about Subversion below

  1. http://en.wikipedia.org/wiki/Apache_Subversion
  2. http://www.cl.cam.ac.uk/local/web/subversion/introduction/subversionguide.html
  3. http://subversion.open.collab.net/articles/WhatIsSubversion.html

 

 

 

 

 

comments powered by Disqus