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

Re: Discrepancies in svn mirror created with svnsync

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 13 Feb 2013 20:30:34 +0100

On Wed, Feb 13, 2013 at 09:19:13PM +0200, Marius Gedminas wrote:
> But then I ran svnsync again and it gave me broken revisions again:
>
> $ svnsync sync file:///$PWD/zope-mirror
> $ svnlook author -r 129030 zope-mirror/ | wc -c
> 1
>
> And then I noticed that r129027 also became broken in this new mirror,
> but was fine in the old one:
>
> $ svnlook author -r 129027 zope-mirror/ | wc -c
> 1
> $ svnlook author -r 129027 zope-mirror.BROKEN/ | wc -c
> 4
>
> I was doing this with a copy of the broken mirror on my laptop, which
> has svnsync version 1.7.5 (r1336830).
>
> I guess this answers your question from upthread:
>
> > It would be interesting to know if this problem also appears with
> > svnsync from 1.7.
>
> Sadly, yes.

It is possible that authz rules prohibit access to the path affected
by the revision. In which case svnsync would silently omit that path.
Received on 2013-02-13 20:31:19 CET

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.