version control - Deleting all the contents of a SVN repository -


How can I do this? I just want to completely erase the content of my existing repository.

Thanks

The content of a repository can not be lost. The more you can do, it appears empty by checking in a blank working directory. But all previous reviews are still tracked with all the files

A few years ago I did not check large data files on one machine and test them on the other as a way to "move" To learn the hard way. This made my repo extremely bloated. I used dump and load with some filtering to make the repo again without those huge files.

The best thing can be to remove the real stock (not just its contents) - wherever it lives, from scratch a new one.

Comments