size of source tree

Lena at lena.kiev.ua Lena at lena.kiev.ua
Sat Apr 12 12:26:20 UTC 2014


> From: Erich Dollansky

> > > The source tree dated 26.03.14 has a size of some 899GM while
> > > today's source tree has some 1.8GB.
> > > 
> > > Why is it suddenly so huge?
> > 
> > How were these source trees obtained?  A checkout from SVN will have a
> > .svn directory containing pristine copies of all of the files, which
> > will pretty much double the space requirement.
> 
> both have been obtained with svn. The smaller one was started last year
> with the then current version of svn.
> 
> Is there an option to turn this behaviour of keeping a copy off?

You can download entire source tree only (without .svn directory) every time
instead of update, for example:

rm -rf /usr/src
svn export svn://svn0.us-east.FreeBSD.org/base/releng/8.4 /usr/src

Takes about 30 minutes.


More information about the freebsd-questions mailing list