Hello Bogdan! > I just commit one of my sites - HTML + Images, > > File size on disk ~= 6.5Gb > > Size of repo and temporary files: > 6,2G /mnt/svnroot/ That the repository is only a bit smaller is ok - the pictures are already compressed.
> 27G /mnt/fsvs/ But this is strange ... that is a bit much space used. How many files are in your WC? Could you send me (privately?) a find /mnt/fsvs -type f -ls to examine? > I'd like to commit whole /home - about 60Gb of text and images. That shouldn't be a problem per se. (http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2359487) > Now many free temporary space will I need for initial commit? Well, it shouldn't be that much, actually ... I'm wondering why so much is used for you. > Can I remove everything from my FSVS_WAA after each commit ? No; at least some parts are needed. You could try find /mnt/fsvs -type f -iname "md5s" -ls to see whether the manber/MD5 hashes take so much space. (These could be removed, although checking for changes might be slower then - but for images it shouldn't really be a problem, as they seldom keep the exact size when edited.) Is this with 1.2.0? Regards, Phil -- Versioning your /etc, /home or even your whole installation? Try fsvs (fsvs.tigris.org)! ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2387829 To unsubscribe from this discussion, e-mail: [[email protected]].
