Control: severity -1 normal On 2013-12-09 16:32:29 +0100, Vincent Lefevre wrote: > It seems that the size of the .svn/pristine directory can get huge > over time. For instance, in an old working copy (up to date): > > ypig:~/wd> du -ks .svn/pristine > 3061456 .svn/pristine > > and after a fresh checkout: > > ypig:~/wd-new> du -ks .svn/pristine > 464448 .svn/pristine > > which is about the total size of the user files of the working copy > (as expected, since the files are not compressed in the pristine > directory).
A "svn cleanup" reduces the pristine size to normal, but 1. this isn't documented (I'm wondering how many users know that); 2. this isn't automatic. About (2), svn could warn the user when a cleanup could be needed. I don't know what is the best solution. -- Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

