[Tutorial] How To Setup And Use SVN Client In Windows
Subversion (SVN) clients are open source version control software that many developers use to keep every revision of important or frequently changing files. You can think of Subversion as a database of your files where each time you make a change to a file or group of files, you can commit those changes to your Subversion repository. If you are not satisfied with those changes you can use Subversion to compare your current version with any previously committed version and choose the one you like. There are many different Subversion applications out there that work under Windows and in this tutorial I will show you how to run Subversion under Apache in Windows 7.