Archive | SVN RSS feed for this section

Using TortoiseSVN to Export Only New/Modified Files

Though many teams are using Subversion (SVN) to work together and share code, version control software provides a huge number of features that are not often used.  Just about any developer these days knows how to checkout a project and commit or revert changes.  But a lot of teams don’t really use more advanced features [...]

50 Comments Continue Reading →

Install Apache + Subversion on Windows

How to Install Subversion Server on Windows using Apache This is a walkthrough to install subversion server on Windows and make it available over http using Apache. Subversion is a version control system. In combination with Apache, you can allow local and remote developers to share source code. This guide will use the following installation [...]

11 Comments Continue Reading →