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

Re: svn log entries with no data

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 14 Mar 2014 19:57:55 +0100

On Fri, Mar 14, 2014 at 10:51:56AM -0700, Eric Johnson wrote:
> Just encountered a weird issue....
>
> I'm seeing Subversion log entries with no data. For example, svn log output
> that looks like the following:
>
> ------------------------------------------------------------------------
> r2 | (no author) | (no date) | 1 line
>
>
> ------------------------------------------------------------------------
> r3 | (no author) | (no date) | 1 line
>
>
> ------------------------------------------------------------------------
> r4 | (no author) | (no date) | 1 line
>
> ....
>
> How is this possible? Have I lost data?
>
> svnadmin verify doesn't report any problems.
>
> Eric.

Perhaps the authz configuration denies your user access to one
or more paths which were modified in these revisions. In this
case the log message and changed paths list are never shown since
doing so might reveal the existence of secret files.
Received on 2014-03-14 19:58:34 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.