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

svn log says text-mods="true" but there are no diffs

From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Fri, 4 Dec 2020 02:08:46 +0100

I get the following:

$ svn log --xml -v -r 1984 https://scm.gforge.inria.fr/anonscm/svn/mpfr
<logentry
   revision="1984">
<author>vlefevre</author>
<date>2002-07-23T16:22:08.000000Z</date>
<paths>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/trunk/mul.c</path>
</paths>
<msg>Fixed permissions.
</msg>
</logentry>
</log>

I'm wondering why text-mods="true" while

  svn diff -c 1984 https://scm.gforge.inria.fr/anonscm/svn/mpfr

shows no diffs.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Received on 2020-12-04 02:08:59 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.