I have a SVN repository that has stuff from Bin directory (.exe
, .dll
, .pdb
). I would like to clean up the repository to erase those file and to prevent them to come back.
- How can I clean the repository (without going file by file, directory by directory)?
- How can I prevent to add these file? (In SVNTortoise I have added a Global ignore pattern to
*.exe *.suo *.pdb /Debug/*
but it doesn't seem to work fine.