I have an existing project that I imported into subversion using TortoiseSVN. Total project size says 1.45MB. Total folder size on my machine is 9.72MB.
Create new folder, right-click, checkout 7.14MB transferred and 19.4MB on my machine.
Can anyone explain this to me? I did a quick KDiff on the folders and they’re identical.
SVN duplicates each file to have a copy of the base version.
The 19.4 MB in your checked out copy is roughly 2 times 9.72 MB of the original project – i.e. duplicate files.
The 7.14MB you checked out is compressed from the repository – that is, 9.72 MB compressed to save bandwidth.