On Tue, Jan 03, 2017 at 10:08:40AM -0800, Scott Doctor wrote: > I have a repository with typical C source text files (about 100 > files across several sub-folders). There are a few binary files that > are needed to compile and use the program. The files are part of the > program, but the contents need to stay as-is binary. What is the > proper way to add binary files to a repository? I want the others to > be able to simply unzip and have the full set of files without > having to do a separate download and unzip for the binaries. >
There's nothing special to do, the binary files will always stay "as-is" like regular text files. I often have some small binary "resources" files in my repositories and I never had problem with them. If they are not too big and doesn't change often, the size and speed of the repository should not be affected. Regards, -- Martin G. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

