You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Harry Putnam <re...@newsguy.com> on 2009/10/10 04:56:00 UTC

co module is 100 % larger than import

I'm real new with subversion so this may be old hat... but I happened
to notice that following my first import of a project sized at 7.2
GB.(Just using du -sh proj), when I checked out the same project its now
14 GB... very close to 100% increase in actual size.

Is 100 % overhead the usual amount that people see?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2405774

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: co module is 100 % larger than import

Posted by Ben Kyrlach <bk...@hobsons-us.com>.
Yes, that is correct. Subversion keeps a pristine copy of every file in your workspace so certain operations (such as revert and in certain cases diff) will operate quickly and without network overhead. The real question is why you have 7gb of versioned information. This tells me that you're storing large binary files in svn, which typically indicates an issue with what you're using svn for (i.e. are you versioning movies or other assets where most of svn's features don't apply?)

Hope this helps,

Ben

Sent from my Android phone using TouchDown (www.nitrodesk.com)


-----Original Message-----
From: Harry Putnam [reader@newsguy.com]
Received: 10/10/09 12:57 AM
To: users@subversion.tigris.org [users@subversion.tigris.org]
Subject: co module is 100 % larger than import


I'm real new with subversion so this may be old hat... but I happened
to notice that following my first import of a project sized at 7.2
GB.(Just using du -sh proj), when I checked out the same project its now
14 GB... very close to 100% increase in actual size.

Is 100 % overhead the usual amount that people see?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2405774

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2405781

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].