Click to find out more about our Work

Posts Tagged ‘GIT’

April 29th, 2009
3-free-svn-hosting-services-for-your-project

3 FREE SVN hosting services for your project

So finally you have realized the need for Version Control System. SVN is one of the best Version Control Systems available right now. You want to version control your project but lack the moolah, then the following post will help you choose a free SVN host. There are many available, just one search with “Free SVN Hosting” in google will yield a lot of results. But how would you know which one to choose ? There are a lot of hosts each with unique features, but every one has thier own taste. So here is a compilation of the 3 best free SVN host according to me.

8 Comments
April 28th, 2009
which-versioning-tools-to-use-for-your-projectapplication-svn-or-git

Which versioning tools to use for your project/application ? SVN or GIT

Imagine…you are working on a software project, there are loads of files and you are constantly making changes to it. Suppose, because of some modifiction the program stops responding or not working the way it should and its almost impossible for you to find the “needle” (error) from the haystack, what would you do ?!

Well I had numerous experiences such as this. After a lot of research I found out about CVS and SVN, GIT. These are methods to keep a version of your software from the time it is concieved, monitering every small change and till the time is done. The best part, if anything goes wrong, you can always revert back to the previous version.

This post is a small compilation of different versioning systems. I won`t be talking about CVS since it is kinda outdated and in the open-source community GIT or SVN is preferred.

No Comments, Why not post one ?