Category

Archive for the 'subversion' Category

Top 5 bad excuses for not using source code control

Source code control tools are important for anyone working on projects with files stored on computers, especially software developers. They help you to have a record of every version of every file in your project, and make those files available to multiple developers working in a distributed environment. Many people have excuses for […]

Creating a local Subversion repository with TortoiseSVN

Did you know that you don’t need a server and an IT department to use TortoiseSVN (Subversion) for version control? Simply create a local repository on your hard drive. Here’s how…
Step 1: Create your repository

Browse to the location where you want to create your local Subversion repository and create a new folder for […]

TortoiseSVN Right-Click Drag and Drop

If you don’t know what subversion and TortoiseSVN are, you’re really missing out. Subversion is on the way to becoming the most popular source code control tool. (And, you don’t want to be left out, do you?)
For those of you who do know about these tools, I’m going to show you something that will […]

Subversion on the path to #1

This year’s results of the annual poll of Version Control Systems, by VSoft, shows that Subversion is well on the way to passing Microsoft Visual SourceSafe as the #1 choice.

An interesting statistic is that, since last year, Subversion use has grown by ~50% and Visual SourceSafe use has dropped by ~15%.
Which version control system do […]