SVN ! files...delete? -


I have some files in SVN

! File name

that I just want to remove from SVN ... this is a mistake, but there are files that I should just type removed from the folder:

Svn Delete my-filename

Is there any way to get rid of them in SVN ??

You can do 'svn update' and then delete them properly using 'svn delete' You can.

Comments