[cvsnt] Re: Can no longer commit binary files (w/delta)after2260update (audit-issue?)
Tony Hoyle
tony.hoyle at march-hare.com
Tue Mar 28 12:02:34 BST 2006
Bo Berglund wrote:
> I have no idea about the coding, my previous post was pure guesswork
> based on reported events and knowledge from testing the audit system. If
> you say you did not enable the diff storage then I cannot understand why
> it goes away to no-no-land....
Disabling the diff storage will remove the problem.
It's probably this line:
// return 0 - no diff (rcsdiff not called)
// return 1 - Unified diff
if(g_AuditLogDiffs && (added || removed) && (!options ||
!strchr(options,'b')))
return 1;
return 0;
Just needs to check for 'B' as well.
Tony
More information about the cvsnt
mailing list