I deleted a lot of files from my local copy that were present in different subdirectories of the main directory. I want to delete all locally deleted files from my SVN repository.
If I check the SVN status of my main directory with svn st main_dir , then all deleted files are displayed with '!' The symbol means that the corresponding files are missing. But these files are not deleted from my SVN repository, even if I make my changes using svn ci main_dir .
Is there a way or command or script to remove all locally deleted files from my main directory and subdirectories from my SVN repository. I think we can skip all the files of each folder and delete the locally deleted files from SVN by checking the corresponding SVN STATUS file ('!'), But I donโt know how to convert my idea into a script.
Can someone help me finish this task? Thanks in advance...
Shiva
linux shell svn
Siva
source share