We use svn (version 1.6.11) to check-out only files to working copy we are working on. With check-in these files will be deleted locally. But if I do a svn status I get listed up all deleted files with: !
Is there a way to delete the files in this way, that they also vanish in the status list?
I found one answer here to delete the files in entries file of .svn directory, but manually editing is not suitable for me.
To my research there seems to be no other way to do so, but is there a way to do it automatically? I cannot read this file. Do you have a link to a documentation of this file structure.
Besides in entries the file (name) is also in text_base directory (easy to delete as file) and in all-wcprops (deletion can be scripted: starts with file name and ends with END).
Do you have a better solution?