On 1/3/17, Martin S. Weber <ephae...@gmx.net> wrote:
> On 2017-01-03 10:08:40, Scott Doctor wrote:
>> What is the proper way to add binary files to a repository?
>
> Follow the following steps:
>
> (1) (fossil) add the files.
> (2) you're done.
> (3) No, really, you're done.
> (4) Enjoy.

As just one of many examples,
https://www.fossil-scm.org/fossil/artifact/0fa38d60655faf3d in
Fossil's self-hosting repository is a binary file.  There are many
others.

I have entire projects consisting of *only* binary files - for example
my collection of OpenOffice presentations.

The only restriction with binary files is that if you make independent
changes in separate branches, those changes cannot be merged.

>
> fossil will warn you that these files look binary. Read the warning
> and answer accordingly.
>
> With fossil settings you can specify the binary-glob which will allow
> you to circumvent the warning.
>
> With versioned settings (create a .fossil-settings directory in your
> top-level checkout directory and create a, say, binary-glob file in
> it which contains a comma-or-newline separated list of glob patterns
> describing your binaries) you can make sure this setting propagates
> properly to other clones.
>
> cf. (4) above
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to