Re: [fossil-users] Adding binary files to fossil

2017-01-04 Thread Warren Young
On Jan 3, 2017, at 1:31 PM, Scott Doctor wrote: > > I added my binary files. Did not get any warning. Should I get a warning if > fossil detects that a file is binary? $ mkdir x $ cd x $ f init ../x.fossil $ f open ../x.fossil $ dd if=/dev/random of=x count=1k 1024+0

Re: [fossil-users] Adding binary files to fossil

2017-01-04 Thread Warren Young
On Jan 3, 2017, at 11:08 AM, Scott Doctor wrote: > > There are a few binary files that are needed to compile and use the program. If you’d care to share the details about those few binary files, we might be able to improve the way Fossil works for you. Eduard’s point

Re: [fossil-users] Adding binary files to fossil

2017-01-03 Thread Scott Doctor
I added my binary files. Did not get any warning. Should I get a warning if fossil detects that a file is binary? Alloptions are the default except for the skin (I like the Blitz no logo skin). The files are partial text with a bunch of embedded binary control codes. Should I force fossil to

Re: [fossil-users] Adding binary files to fossil

2017-01-03 Thread Eduard
On 01/03/2017 01:25 PM, Richard Hipp wrote: > I have entire projects consisting of *only* binary files - for example > my collection of OpenOffice presentations. Actually you can use the flat XML representation (simply by using the .fodt/fodp/fods extension when saving), which turns them into

Re: [fossil-users] Adding binary files to fossil

2017-01-03 Thread Richard Hipp
On 1/3/17, Martin S. Weber 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

Re: [fossil-users] Adding binary files to fossil

2017-01-03 Thread Martin S. Weber
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. fossil will warn you that these files look binary. Read the warning and

Re: [fossil-users] Adding binary files to fossil

2017-01-03 Thread Martin Gagnon
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

[fossil-users] Adding binary files to fossil

2017-01-03 Thread Scott Doctor
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