Top "Svn" questions

Use this tag for questions about SVN (Subversion), a centralized open-source revision control system distributed under the Apache License.

Why is Git better than Subversion?

I've been using Subversion for a few years and after using SourceSafe, I just love Subversion. Combined with TortoiseSVN, I …

svn git
Working copy XXX locked and cleanup failed in SVN

I get this error when I do an svn update: Working copy XXXXXXXX locked Please execute "Cleanup" command When I …

svn tortoisesvn
How do I return to an older version of our code in Subversion?

I'm working on a project with a friend and I want to return to an older version of our code …

svn backport
How do I ignore files in Subversion?

How do I ignore files in Subversion? Also, how do I find files which are not under version control?

svn command
How do I ignore a directory with SVN?

I just started using SVN, and I have a cache directory that I don't need under source control. How can …

svn version-control directory
How to checkout a specific Subversion revision from the command line?

I want to checkout a specific revision of a folder in Subversion using the command line. I don't see an …

svn command-line tortoisesvn
SVN Error - Not a working copy

Recently our svn server was changed and we did a svn switch. Since the working copy had a huge amount …

svn
How do I revert an SVN commit?

I have found various examples of how to revert an SVN commit like svn merge -r [current_version]:[previous_version] […

svn revert
How do I migrate an SVN repository with history to a new Git repository?

I read the Git manual, FAQ, Git - SVN crash course, etc. and they all explain this and that, but …

svn git version-control git-svn