Top "Tortoisesvn" questions

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

What is the correct way to restore a deleted file from SVN?

I deleted a file from a repo and now want to put it back. The best I can figure out …

svn tortoisesvn restore
Reverting to a previous revision using TortoiseSVN

What is the easiest way to revert my working copy to a previous revision using Windows TortoiseSVN? I did not …

svn tortoisesvn revision revert
TortoiseSVN Error: "OPTIONS of 'https://...' could not connect to server (...)"

I'm trying to setup a new computer to synchronize with my SVN repository that's hosted with cvsdude.com. I get …

svn version-control tortoisesvn
SVN Commit failed, access forbidden

Recently I am facing problem of commit to SVN. The SVN server I am using is VisualSVN Server 2.5.9 and the …

svn tortoisesvn visualsvn visualsvn-server
How to change password using TortoiseSVN?

I need to change my SVN password. I am using TortoiseSVN client. I am not able to find the password …

svn passwords tortoisesvn
SVN icon overlays not showing properly

I'm testing SVN. After the configuration, I can add/commit the files successfully. However, I can't see the status icons …

svn tortoisesvn
Using TortoiseSVN how do I merge changes from the trunk to a branch and vice versa?

I've been reading up on branching/merging with Subversion 1.5 using the excellent and free Version Control with Subversion book. I …

svn tortoisesvn merge branch
SVN Repository on Google Drive or DropBox

Is it possible to setup SVN repo/server on google drive or dropbox etc? I want to put my PhD …

svn version-control tortoisesvn google-drive-api
svn list of files that are modified in local copy

I use Tortoise client to checkout/commit my changes to SVN. But I found this little difficult because I'm not …

svn tortoisesvn
Remove file from SVN repository without deleting local copy

How can I "delete" a file which is already in the SVN repository without deleting it from my file system? …

svn tortoisesvn