Top "Tortoisesvn" questions

TortoiseSVN is a Subversion client for Windows, implemented as a shell extension.

Can I see the currently checked out revision number in Tortoise SVN?

I'd like to know what the currently checked out revision number is for a file or directory. Is there a …

svn version-control tortoisesvn
Delete a branch

How do I delete a branch in TortoiseSVN? Can I simply delete the working copy of the branch and the …

svn tortoisesvn
How does Tortoise's non recursive commit work?

I've checked out a copy of the SVN branch (my branch) locally to which I've merged from a different branch (…

tortoisesvn commit non-recursive
What does a TortoiseSVN cleanup actually do?

What does a TortoiseSVN cleanup actually do? I have not found a pattern, but I frequently get asked to do …

svn tortoisesvn
SVN X remains in tree-conflict

I am using VisualSVN (which uses Tortoise). I accidentally move a folder to a different location. When tries to move …

svn tortoisesvn visualsvn-server tree-conflict
TortoiseSVN - "revert changes from this revision" vs "revert to this revision"

The link: http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-howto-rollback.html describes two ways of rolling back an SVN directory …

svn version-control tortoisesvn revert
What is the difference between a tag and a branch in SVN?

I'm working with SVN Branches and TRUNK for years, but never with TAGs Can someone advice what is main difference …

svn tortoisesvn
TortoiseSVN (relocate to new repository)

We are facing a problem in relocating our application from the old repository to a new one. Initially we were …

svn tortoisesvn svn-repository
How do I only Checkout (pull down) only parts of an SVN tree with TortoiseSVN?

I'm using TortoiseSVN and I want to do a Checkout of an existing repository into a local directory. However, I …

svn tortoisesvn svn-checkout
How do I create a SVN Commit Message Template and Hook to Verify

I'm using Visual SVN Server and Tortoise SVN (client) for source control. I would like all developers to standardize on …

svn tortoisesvn visualsvn-server pre-commit-hook commit-message