There're some external libraries (Havok, Ogre) used in my solution. Those got huge size of '*.lib' (over 1G). When using SVN, it also keeps tracking those external libraries and generates .svn-base which duplicates those 1G files. This is causing extremely slow when checking out the solution over internet. I was wondering is it safe to remove those .svn-base file or can I just exclude those external libs? or at least keep my local copy light weight. Please advise a good way to deal with this issue. Thanks.
PS. I don't have permission to modify the SVN server, but can only commit my own version. Also, I use TortoiseSVN as a client.