views:

231

answers:

4

Hi,

I am using AnkhSVN in Visual Studio.

How can I delete all files from SVN as I delete them from Visual Studio (files ARE NOT included in projects).

Ideally I would like to do:

  1. Press "Show All Files" In Visual Studio (shows the files not included in projects).
  2. Delete selected files (the ones not included in projects) from VS Solution Explorer.
  3. Commit (Deletes the files in SVN)

But this is not possible and I have to delete files directly from Repository OR delete missing files from TortoiseSVN.

Cheers,
Dmitriy.

+2  A: 

I do not think AnkhSVN checks for files that are not in your project. Why don't you directly delete them in explorer using TortoiseSVN?

Daniel A. White
There are too many files and they are mixed with ones that ARE in project. So I just want to avoid possibility of making a mistake.
Dmytrii Nagirniak
Then add them to the project then delete them.
Daniel A. White
But in this case I cannot distinguish which ones I have to delete. VS nicely highlights (by making them grayed) the files not in project.
Dmytrii Nagirniak
Do one at a time.
Daniel A. White
+2  A: 
Pavel Chuchuva
Thanks. So I just have to rigt click on the missing files an delete them. After commiting they are gone.
Dmytrii Nagirniak
+1  A: 

I either use a RapidSVN for that task, or add to VS Project (Add - Existing file) then delete, as Daniel says.

+2  A: 
Gordon Carpenter-Thompson