RE: Repository Size Confusion
From: Bob Archer <bob.archer_at_amsi.com>
Date: Thu, 18 Feb 2010 15:06:01 -0500
> Hi Andy,
Keep in mind there is more than compression.
For example, when you create a tag... it doesn't actually copy everything to the new folder, it just is a pointer.
So, if you check out your project root (not trunk) which includes 3 tags then your project will be 7x bigger than your repository because each tag is really a copy of another file plus the .svn contains a copy of each of those. So, 3 tag folders plus their .svn files plus the .svn files for trunk would make a 20GB repository check out as @ 140GB.
Of course, if you are only checking out trunk this doesn't apply.
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.