Top "Svn" questions

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

How to use SVN, Branch? Tag? Trunk?

I was googling around a little bit and couldn't find a good "beginners" guide to SVN, not in the meaning …

svn version-control
How can I remove all my changes in my SVN working directory?

I have an SVN working directory. I made some changes in that directory, and it shows in svn status. But …

svn
svn : how to create a branch from certain revision of trunk

The following action will only create a branch from the head revision of the trunk. How do I create a …

svn branch
Deleting an SVN branch

I created a branch of an SVN project called 'features', and now whenever I try to update said project, it …

svn version-control branching-and-merging
SVN "Already Locked Error"

When trying to commit a change to a repository ( where I am the only user ) I get an error Path …

svn tortoisesvn
How do you move a file?

I'm using TortoiseSVN against the SourceForge SVN repository. I'd like to move a file from one folder to another in …

svn tortoisesvn
SVN Repository Search

Is there any good software that will allow me to search through my SVN respository for code snippets? I found …

svn search code-search-engine
List files committed for a revision

How do I list the file names/paths that are committed, using a revision number?

svn
SVN - Checksum mismatch while updating

When I try to update some files from Subversion, I get the error: org.tigris.subversion.javahl.ClientException: Checksum mismatch …

svn
How do I view an older version of an SVN file?

I have an SVN file which is now missing some logic and so I need to go back about 40 revisions …

svn rollback revision