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

Re: Problems dumping a directory tree and then loading into fresh repository

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-08-25 03:32:51 CEST

On 8/24/05, James Lamanna <jamesl@appliedminds.com> wrote:
> I tried asking this on svn-users, but I never got a response...
> And its quite an important issue preventing me from moving forward.
>
Sorry for the delay
Here is the original thread from users:
http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=357391

> I've attached a svnadmin load log that fails.
>
> The dumpfile used was created with:
> svnadmin dump
> /export/repositories/ami |
> svndumpfilter include --drop-empty-revs TouchTable TouchTableSDK |
> svndumpfilter exclude --drop-empty-revs
> TouchTable/branches/API/TouchTable/API-Prelim/apiPrelimDoc
> TouchTable/branches/API/designDocs
> TouchTable/branches/API/TouchTable/API-Prelim/Comments
> TouchTableSDK/Comments TouchTable/branches/demo/n > ttdumpfile4
>
> This was then loaded into a brand new repository.
>
> The failures appear to be "missing transactions" and thinking that files
> are not there. By the looks of things it almost seems like the revision
> numbers are wrong where it is looking for the files.
>

Loading this dump into an empty repository
WARNING: will fail.
WARNING: Referencing data in revision 3742, which is older than the oldest
WARNING: dumped revision (3753). Loading this dump into an empty repository
WARNING: will fail.
<<< Started new transaction, based on original revision 3753
     * adding path : TouchTable/branches/net-update ...COPIED... done.
WARNING: Referencing data in revision 3743, which is older than the oldest
WARNING: dumped revision (3753). Loading this dump into an empty repository
WARNING: will fail.
    
This is the first error I'm seeing. Could it be that this is a copy from one
of the directories you specifically excluded? Check revision 3743 and 3753
in your original repository.

* adding path :
TouchTable/branches/net-update/TouchTable/DNetLib/DNServer.cs
...COPIED...

This looks like it is could have been copied from TouchTable/branches/demo/n?
If this is the case someone more knowledgeable will have to advise you
on how to fix the problem. Possibly dump up to right before this revision, then
get a non-incremental dump starting at 3753?

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 25 03:33:36 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.