Howdy, On Tue, 28 Jul 2015 at 3:43pm, Paolo Bolzoni wrote:
> Dear list, > > I am writing a pdf document using LaTeX, since some of the readers > have problems compiling I'd like to keep also the .pdf under revision > control. > > The .pdf is actually a binary output of other files, so it should be > ignored during merge conflicts. I know this violated the basics of a > scm, but it is possible to tell the repository to treat some file > differently and do not try to merge them, but simply replace? I believe doing this: $ fossil settings binary-glob "*.pdf" would work. Probably better to do it from the web ui in case there are other values present in that setting. Cheers! > > Your faithfully, > Paolo > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- Christopher M. Fuhrman [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

