söndag 25 februari 2007 10:51 skrev Andy Parkins: > On Sunday 2007, February 25, bob wrote: > > > Anyway, for this one repository, I would really like GIT to support > > the CVS/SVN central repository system. The rest of the time, I am > > In the case of subversion: you really /wouldn't/ want that model. > Subversion keeps a local pristine copy in the .svn directory of every > file. This makes local diffs and stats fast and not require network > access, but also doubles the storage requirements of your working > directory. > > I've found that a packed git repository is often smaller than a full > checkout of the project (it's almost scary actually - your entire > project's history in less space than the project). That doesn't apply to a repo full of (already compressed) binaries media files. You cannot pack them unless the binaries are so small that the wasted space at the end of the last disk block is a significant amount of the total used. You cannot diff them either, other than seeing that they are different. Besides the 4 GB mentioned isn't much nowadays. If it is annoying to have the .git directory in the same filesystem tree you can place the .git directory somewhere else and drop a symbolic link in it's place. Btw, is it possible to make a full repo shallow again, by pruning the "uninteresting" part of the history? That would make it possible to trim down the size of the local archive. -- robin - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html