Hello,
I have checked in some perl files that had some very large one line
blobs. These blobs were much longer than the LENGTH_MASK (8192)
characters. At that point I got the subject message every time I
changed the file and diffed it. I have since removed the one line blobs
and have confirmed that the longest line in the file is less than the
LENGTH_MASK.
$ awk '{ if( length > L ) { L=length} }END{ print L}' file.pm
2805
$ wc -l file.pm
2566 file.pm
However, it still gives me the subject message. Everything else is
fine, I just can't see the diffs. I'm assuming this is because of
what's already in the repository.
I am considering removing it from the repository and re-adding it,
however, I haven't read up on this enough yet. Is this the best
approach or is there something simpler/safer?
Jesse
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users