[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: co module is 100 % larger than import

From: Ben Kyrlach <bkyrlach_at_hobsons-us.com>
Date: Sat, 10 Oct 2009 01:57:21 -0400

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_at_newsguy.com]
Received: 10/10/09 12:57 AM
To: users_at_subversion.tigris.org [users_at_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_at_subversion.tigris.org].

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-10 07:58:21 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.