"Jay Freeman \(saurik\)" <saurik@saurik.com> writes:
> Is there a reason why the size on the server after an import is twice as
> large as the size of the files that were uploaded into the repository?
> This seems really screwy to me.
I've not duplicated this example (yet), but if you use 'du -k' do you
get different results?
> 
> Server:
> 
> [root(2)@dreadnought svn]# rm -rf ninetjer
> [root(2)@dreadnought svn]# svnadmin create ninetjer
> [root(2)@dreadnought svn]# chown apache.apache -R ninetjer/
> 
> Client:
> 
> [saurik(1)@CX692877-B saurik]$ cd /cygdrive/D/Code
> [saurik(1)@CX692877-B Code]$ svn import
> http://svn.ninetjer.org/repos/ninetjer ninetjer
> saurik's password: ********
> 
> ...
> Commit succeeded.
> [saurik(1)@CX692877-B Code]$ du ninetjer0 | tail -n 1
> 47658   ninetjer0
> 
> Server:
> 
> [root(2)@dreadnought svn]# du
> 8       ./ninetjer/dav
> 4       ./ninetjer/conf
> 8       ./ninetjer/locks
> 24      ./ninetjer/hooks
> 100484  ./ninetjer/db
> 100536  ./ninetjer
> 100540  .
> 
> Sincerely,
> Jay Freeman (saurik)
> saurik@saurik.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:51 2006