kyliod
kyliod

Reputation: 125

Accidentally deleted local file with TortoiseSVN

Had a tree conflict on a folder that was moved, but that I had added an extra file to.

I, in a fit of dumbness, clicked "delete local" without paying attention.

Is it possible to get the file back? Why doesn't things deleted this way by tortoise svn go to the recycling bin?

edit: file recovery tools can find the folder and the file that was moved, however it doesn't seem to find the file I added (and was deleted by tortoise svn)?

Upvotes: 0

Views: 1794

Answers (1)

Leonel Sanches da Silva
Leonel Sanches da Silva

Reputation: 7230

If you added the file and the file was not versioned before, no.

The "Delete Unversioned Files" avoids losing unversioned files, moving them to the Recycle Bin: Chapter 4. Daily Use Guide from TortoiseSVN Manual

Upvotes: 1

Related Questions