Mockford, Ian writes: [...] > The problem seems to be that enforcer always expects a "diff" output > following the file rename, but if the file is empty, svnlook diff > shows no diff output bars. > > (enforcer using svnlook version 1.6.9 (r901367), on Windows XP) > > Can anyone confirm this is a bug? > Or a possible change to svnlook output format?
Maybe it's svnlook not outputting a blank line? From C:\Repo>svnlook diff -r 22 ./ I get: Copied: trunk/testing/EmptyDocRenamed.txt (from rev 20, trunk/testing/EmptyDocToBeRenamed.txt) =================================================================== Deleted: trunk/testing/EmptyDocToBeRenamed.txt =================================================================== Should there be a blank line after the Copied: and ==== lines?