Removing Non-Project Files from SVN in Visual Studio

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.

+3
source share
4

- . SVN Status. , ..

Explorer Detail View
(: tigris.org)

+3

, AnkhSVN , . TortoiseSVN?

+2

I either use RapidSVN for this task, or add to VS Project (Add is an existing file) and then delete, as Daniel says.

+1
source

Source: https://habr.com/ru/post/1715035/


All Articles