Use this tag for questions about SVN (Subversion), a centralized open-source revision control system distributed under the Apache License.
I've been using Subversion for a few years and after using SourceSafe, I just love Subversion. Combined with TortoiseSVN, I …
svn gitI get this error when I do an svn update: Working copy XXXXXXXX locked Please execute "Cleanup" command When I …
svn tortoisesvnI'm working on a project with a friend and I want to return to an older version of our code …
svn backportHow do I create a branch in SVN?
svn version-control branch branching-and-mergingHow do I ignore files in Subversion? Also, how do I find files which are not under version control?
svn commandI just started using SVN, and I have a cache directory that I don't need under source control. How can …
svn version-control directoryI want to checkout a specific revision of a folder in Subversion using the command line. I don't see an …
svn command-line tortoisesvnRecently our svn server was changed and we did a svn switch. Since the working copy had a huge amount …
svnI have found various examples of how to revert an SVN commit like svn merge -r [current_version]:[previous_version] […
svn revertI read the Git manual, FAQ, Git - SVN crash course, etc. and they all explain this and that, but …
svn git version-control git-svn