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

Re: Re: Re: Problem importing large amount of data

From: Johan Öberg <jo_at_virtualsolutions.se>
Date: Tue, 22 Apr 2008 17:10:44 +0200

I followed your instructions and it worked. I am not surprised though since
it's just when trying to handle large amount of data I get into trouble. It
doesn't matter if I try a "load" or an "import" or "add". Phew this is
getting really frustrating :(

2008/4/22, Schroeder, Hartmut <Hartmut.Schroeder_at_plath.de>:
>
> if the old repo is clean and without error
> and the new repo is fresh created via 'svnadmin create'
> and the machines got enough resources
> then a command like
>
> svnadmin dump /path/to/root/of/old/repo | svnadmin load
> /path/to/root/of/new/repo
>
> shall run.
> try it with a small dump like
>
> svnadmin dump -r 1:10 /path/to/root/of/old/repo | svnadmin load
> /path/to/root/of/new/repo
>
> for the first 10 revisions to a repo on the same machine for testing.
>
>
>
>
> regards
> hartmut
>
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Johan Öberg [mailto:jo_at_virtualsolutions.se]
> Gesendet: Dienstag, 22. April 2008 12:58
> An: Schroeder, Hartmut
> Betreff: Re: Re: Problem importing large amount of data
>
> I didn't know about that command. I just ran it and everyting seemed ok.
> But as I wrote, I get a similar error when just trying to import the
> exported data.
>
>
> 2008/4/22, Schroeder, Hartmut <Hartmut.Schroeder_at_plath.de>:
>
> are you that the old repository is clean (not corrupted)? have you
> tried svnadmin verify?
>
> -----Ursprüngliche Nachricht-----
> Von: Johan Öberg [mailto:jo_at_virtualsolutions.se]
> Gesendet: Dienstag, 22. April 2008 12:08
> An: Schroeder, Hartmut
> Betreff: Re: Re: Problem importing large amount of data
>
> That's the strange thing. I tried that too but got a similar
> problem: It starts out fast, then slows down more and more until it
> basically halts and then I get a similar error message to the one below.
> Basically something about not finding a file. Feels to me like a timeout
> problem.
>
> I have actually tried to use svn on three different machines. The
> first has worked great, and just the other day our artist checked in 6GB of
> data with no problems. Now I have to move the repository and have had the
> same problem with both the "new" server machines I have tried.
>
> The first server (which workes) is a Windows Server 2003 SP2 with a
> P4 3GHz and 2GB RAM.
>
> The second server is a Windows 2003 SBS (Don't know speed and mem).
>
> The third is a Windows Server 2003 SP2 with a P4 2.66GHz and 1GB
> RAM.
>
> There is enough free space on all partitions on the hard drives.
> Could I have done anyting wrong in the installation? On the last
> server I installed the "CollabNet Subversion server 1.4.6". It doesn't feel
> like I could have screwed anything up.
>
> After creating the repository (I have tried command line AND
> tortoise svn) I edit "passwd" and "svnserve.conf" to add a couple of users.
> That's it.
>
> 2008/4/22, Schroeder, Hartmut <Hartmut.Schroeder_at_plath.de>:
>
> I did dumps/loads of much larger repositories and it was
> fast and without problems.
> Maybe the old repository is corrupted?
> If you don't need the history an export/import can be a
> possibility.
>
> regards
> hartmut
>
> -----Ursprüngliche Nachricht-----
> Von: Johan Öberg [mailto:jo_at_virtualsolutions.se]
> Gesendet: Dienstag, 22. April 2008 09:43
> An: users_at_subversion.tigris.org
> Betreff: Re: Re: Problem importing large amount of data
>
> I dumped the repository using "svnadmin dump --deltas
> svnrepository > f:\dumpfile".
> Then I moved the dumpfile to the new server and run
> "svnadmin load subversion < e:\dumpfile".
>
> Things start out good but slow down more and more. I left it
> over night and this is the last output:
>
> ------- Committed revision 141 >>>
>
> <<< Started new transaction, based on original revision 142
>
> * adding path :
> golf/Trunk/SuperGolf/SuperGolf/media/materials/textures/Env_GroundLightingMap.png
> ... done.
>
> * adding path :
> golf/Trunk/SuperGolf/SuperGolf/media/materials/textures/bg_grass02.png ...
> done.
>
> * editing path :
> golf/Trunk/SuperGolf/SuperGolf/media/materials/textures/wave_test.png ...
> done.
>
> svnadmin: Can't open file
> 'subversion\db\transactions\141-1.txn\rev': The system cannot find the file
> specified.
>
>
>
> Thanks for any help!
>
>
>
>
>
>
Received on 2008-04-22 17:11:15 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.