Original Post
Almost anyone who has worked on a software development company is likely to know this already, but I've met many independent or amateur developers that had been working even years without this more than vital tool called Subversion (SVN).
Ever made a change in your code that screwed everything up and spent hours or even days undoing?
Ever wanted to check out a piece of code that got faded away from your project many changes ago?
Ever lost an entire project out of disk or OS failure?
Ever suffered the tedious work of combining your changes to a projects with the changes of a partner in a team project?
SVN services solve all this problems quite simply, for those who don't know this SVN is an online hosting serivce that allows you to upload not just files, but different versions of the same code file and stores only the changes, allowing you to check or even revert to previous versions with a few clicks as well as quickly combining changes from different developers.
If any of you have not used this tool and would be interested in learning more, just post a reply here and I'll post a more extense information on this.
Ever made a change in your code that screwed everything up and spent hours or even days undoing?
Ever wanted to check out a piece of code that got faded away from your project many changes ago?
Ever lost an entire project out of disk or OS failure?
Ever suffered the tedious work of combining your changes to a projects with the changes of a partner in a team project?
SVN services solve all this problems quite simply, for those who don't know this SVN is an online hosting serivce that allows you to upload not just files, but different versions of the same code file and stores only the changes, allowing you to check or even revert to previous versions with a few clicks as well as quickly combining changes from different developers.
If any of you have not used this tool and would be interested in learning more, just post a reply here and I'll post a more extense information on this.