You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Steven Op de beeck <an...@ulyssis.org> on 2003/08/30 14:44:02 UTC

svnadmin load/dump problem

Hi,

I hope this is the right place to ask.

Today I build the rpm's of subversion-0.28.1, on my machine, rh9.
All went well, all tests succeeded, etc, rmp was build, install successful.

Since svn complained about a new repo version, 2 instead of 1.
I had to dump it using the previous (0.27) svnadmin

svnadmin dump path/to/repo > repo.dump

then with the new svnadmin

svnadmin create repo
svnadmin load repo < repo.dump

This is the result.
151M    myProjectRepo
61M     myProjectRepo.0.27
56M     myProjectRepo.dump

Why did my repo got so huge?

I did some tests on my workingversion.
svn update, svn commit, all files seem to be correct. The repo is working.

: 16:38 annika@fury ~/projects; svn info
Path:
Url: file:///home/annika/svn/myProjectRepo
Repository UUID: 9eba3fb3-a3c2-0310-a1df-bc99e956accb
Revision: 141
Node Kind: directory
Schedule: normal
Last Changed Author: annika
Last Changed Rev: 141
Last Changed Date: 2003-08-30 14:46:57 +0200 (Sat, 30 Aug 2003)

-- 
mvg,
Steven
aka Annika


Re: svnadmin load/dump problem

Posted by Steven Op de beeck <an...@ulyssis.org>.
Ben Collins-Sussman wrote:
>>Why did my repo got so huge?
> 
> 
> Read the FAQ about this:
> 
>   http://subversion.tigris.org/project_faq.html#bdblogs
> 
> And read the book too, chapter 5.  :-)

Hmm, sorry, stupid of me.
I was expecting, as always, that hot-backup cleaned them up. But I 
updated the script and forgot to fix the db-archive/recover paths.

/me crawls into a corner.

-- 
mvg,
Steven
aka Annika

Re: svnadmin load/dump problem

Posted by Ben Collins-Sussman <su...@collab.net>.
Steven Op de beeck <an...@ulyssis.org> writes:

> svnadmin create repo
> svnadmin load repo < repo.dump
> 
> This is the result.
> 151M    myProjectRepo
> 61M     myProjectRepo.0.27
> 56M     myProjectRepo.dump
> 
> Why did my repo got so huge?

Read the FAQ about this:

  http://subversion.tigris.org/project_faq.html#bdblogs

And read the book too, chapter 5.  :-)


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org