Hi, all I got the result for svnkit diff() method like these format: *Index: util/Makefile =================================================================== --- util/Makefile (revision 43880) +++ util/Makefile (revision 47251) @@ -29,6 +29,9 @@ #user depend libraries DEPLIBS =
+ifeq ($(UT), 1) +DEPLIBS += -lgcov +endif #system libraries #SYSLIBS = -lm* But I like these format: *Index: util/Makefile =================================================================== 31a32,34 > ifeq ($(UT), 1) > DEPLIBS += -lgcov > endif* Who knows how to do this conversion ? or which library can convert it?
