Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tortoise SVN deleted folders keep coming back

I have a number of projects in my repository that are no longer needed.

I removed them from the repository - this seemed to remove them from SVN control as the relevant icons in Windows Explorer went away and the folders now show as standard Windows folders.

I then deleted the items from the hard disk.

Imagine my suprise to find when I went into the folder the next day, all of the deleted folders back. So I deleted them again - and they came back again.

None of them are showing as under source control.

What am I doing wrong??

like image 495
Remotec Avatar asked Feb 02 '10 23:02

Remotec


2 Answers

I had the same problem, deleted a folder with SVN. It reappeared as unversioned.

It was because the folder was still in my visual studio project file. After deleting it there, e

like image 52
Picard Avatar answered Oct 10 '22 10:10

Picard


Use the repository browser to check whether those folders really are deleted in the repository.

But I assume they are not. Most likely you just deleted the folders in your explorer. You must use the "Delete" command from the TSVN menu to remove folders from version control and then commit that deletion.

like image 25
Stefan Avatar answered Oct 10 '22 09:10

Stefan