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

RE: Dump then load ==> ancient version???

From: Wadsworth, Eric (Contractor) <ERIC.WADSWORTH.ctr_at_disa.mil>
Date: 2005-04-22 21:58:36 CEST

Guys, thanks for your help, but I have solved the mystery.

As you said, it was no problem of Subversion's.

I was stupidly looking in the trunk directory, when the latest work was done
in a branch. When I saw the list of projects in trunk, I thought something
was wrong, because they were so out of date. All along, my stuff was in the
branch. SILLY ME!

Thanks!

--- Eric

> -----Original Message-----
> From: Jani Averbach [mailto:jaa@jaa.iki.fi]
> Sent: Friday, April 22, 2005 12:53 PM
> To: Wadsworth, Eric (Contractor)
> Cc: 'Ben Collins-Sussman'; users@subversion.tigris.org
> Subject: Re: Dump then load ==> ancient version???
>
>
> On 2005-04-22 12:14-0700, Wadsworth, Eric (Contractor) wrote:
> > Yes indeed, the original repository is up and running fine.
> >
> > And yes, this shocked us also. We've never seen this sort
> of thing before
> > either. We'll try getting the file again, only this time
> not gzipping it,
> > just bringing it over raw. (The annoying thing is that that
> other repository
> > is in another building, quite a drive away, and on a
> seperate network. When
> > we moved it directly, we brought a laptop over there and got it.)
> >
> > I'll let you know what I discover.
>
> Few things which you might like to try:
>
> 1) What ever you use for transfering the dump file, generate a md5sum
> of dump file immidiately after dump, and validate it just before
> the load. This way you know that your split, gunzip, winzip et. al
> work.
>
> 2) Do you have a change to try to load the dump file on the original
> machine to the test repository? Does it work?
>
> 3) What if you dump/load your repository in several pieces,
> does this make
> any difference?
>
> svn dump -r0:X repo > repo-0_x.dump
> svn dump --incremental -rX+1:Y > repo-x+1_y.dump
> etc.
>
> BR, Jani
>
> --
> Jani Averbach
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 22 21:59:24 2005

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.