Category

Archive for the 'Source Code Control' Category

Using Beyond Compare as your TortoiseSVN Diff Program for ZIP Archives

One of the beautiful things about source code control is having the ability to compare the differences between a file that you’ve modified and the same file before the modifications. If you’re already using TortoiseSVN then you probably know that it has built-in support for comparing the differences of text files. But, did […]

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 […]