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

Re: Revision not commiting when using svnadmin load

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-09-06 22:37:05 CEST

On Sep 6, 2007, at 04:47, p karthik wrote:

> We are in the process of replicating a Subversion repository on a
> Sun Solaris Unix box.
> The steps which we are following for this are:
>
> 1. Dump the delta revisons every one hour from the original
> repository.
> 2. Zip up those revisions and send it to other unix box.
> 3. Get the zip file; unzip it and then load the dumped revisions in
> to the replicated repository.
>
> Most of the times it works fine.
> But at times, the last revision is not commited.
>
> The load log looks like this:
>
> <<< Started new transaction, based on original revision 24643
>
> * adding path : <path>
>
> * adding path : <path>
>
> * editing path : <path>
>
> * editing path : <path>
>
> ------- Committed revision 24643 >>>
>
> <<< Started new transaction, based on original revision 24644
>
> * editing path : <path>
>
> done.
>
> <At this point it is supposed to say that -----Committed revision
> 24644, but it is not saying that way.>
>
> *** 06/09/2007.08:00:20 *** Deleting Sync File 24642_24644
>
> To confirm that I have looked the youngest revision in the
> repository too. It is obviously saying that the youngest is 24643.
>
> Please let me know is it some thing wrong with what I am doing or
> is it some thing to do with the svnadmin load binary.

Is there a reason you're not using svnsync? Wouldn't that be simpler?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 6 22:35:34 2007

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.