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

svnlook diff misbehaving

From: leo ponton <ponton.leo_at_gmail.com>
Date: Fri, 12 Dec 2014 10:07:32 +0000

In a windows pre-commit hook batch file I'm using svnlook diff to generate
patch files to apply to an isolated repository:

    svnlook diff -t%TXN% %REPOS%\ > tmp\%FILENAME%

Most times it works, but occassionally, it'll truncate the code in the
diff, e.g.

    + <td align="right" class="smallgreytext #backstyle#">

    + <c

I’ve seen some similar reports dating back to 2009, but they were marked as
unable to reproduce (WORKSFORME):
http://subversion.tigris.org/issues/show_bug.cgi?id=3522

The issue doesn’t seem to occur when using svn diff, implying that the diff
util is either a different version or has a different configuration.

Can anyone shed some light on this?

Thanks,

Leo
Received on 2014-12-12 13:00:40 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.