Main line is having a huge .svn directory

2
We have one client where the main line is getting quite huge. The .svn is taking almost 34 GB of the total directory space of 37 GB. Any way to clean this directory a bit. I can understand that svn needs to keep track of all the changes, but this seems a bit ridiculous. Regards, Ronald
asked
2 answers
4

Try to use the command Tortoise SVN->Clean Up with your context menu in the main directory of your Mendix project. This will shrink your .svn dir also.

If you don't have tortoise SVN installed install version TortoiseSVN-1.7

screenshot

answered
0

Had the same here. I commited all changed. Did a new download from server in another directory. Deleted the original directory.

answered