[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-07 22:57:38 CEST

On Sep 7, 2007, at 05:51, p karthik wrote:

> On 9/6/07, Ryan Schmidt wrote:
>
>> 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?
>
> As far as I know svnsync can be used only on Subversion with the
> version 1.4 or newer.
> But the version we are using is 1.3.2 only.
>
> And we are trying to create a fail over repository which we can
> directly use in case of any damage to the machine on which our
> repository is hosted. And it seems svnsync would only provide us
> "read-only" repository, which we don't want.
>
> I need your suggestion over here.

Then my suggestions are to 1) upgrade to Subversion 1.4.5 :) and 2)
check out the svnsync readme which explains (somewhat) how to
transform a read-only mirror into a new read/write master in the
event the original master fails; see "Q: What if I want to check out
from a mirror, but commit to the master?"

http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt

It might be worthwhile to add a new Q to that Q&A that explicitly
deals with this request. What damage to the repository server are you
thinking of?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 7 22:56:09 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.