Tag Archives: purge

HOWTO purge undesired files from your SVN repository

Several months ago, I wrote a post about how to regenerate a SVN repository. In this post I will show how to purge undesired files from it (for example compiler intermediate files, …) on a Windows system. This may be needed to keep the repository size under control. One thing to care about is that once committed, a file is stored permanently in a repository.  … Continue reading HOWTO purge undesired files from your SVN repository »