svn: how to clean up my repository directory?
Removing Untracked Files from SVN Working in an SVN repository often leaves behind temporary build artifacts, compiled outputs, and editor cache files. Unlike Git’s git clean command, SVN has no built-in cleanup mechanism for untracked files. Using svn st to Identify Untracked Files The svn status command (or svn st) marks untracked files with a…