I am using AnkhSVN in Visual Studio.
How to delete all files from SVN when deleting from Visual Studio ( files are NOT included in projects ).
Ideally, I would like to do:
- Click "Show all files" in Visual Studio (shows files not included in projects).
- Delete selected files (those that are not included in the projects) from VS Solution Explorer.
- Commit (deletes files in SVN)
But this is not possible, and I must delete the files directly from the Repository OR delete the missing files from TortoiseSVN.
Cheers,
Dmitry.
source
share