Re: [fossil-users] Cloning issue

2017-03-16 Thread Dan Raymond
arren Young" <war...@etr-usa.com> wrote: > On Mar 15, 2017, at 1:55 AM, Dan Raymond <d...@ecourban.com.au> wrote: > > > > whenever I try to autosync back the other way I get a "not authorized to > write" error? > > That’s because you didn’t give

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
Place, Brisbane 4001 Tel:+61 733 600 255 Mob: +61 400 551 920 Fax: +61 733 600 222 Web: http://ecourban.com.au On Wed, Mar 15, 2017 at 9:13 PM, Martin Gagnon <eme...@gmail.com> wrote: > On Wed, Mar 15, 2017 at 09:05:28PM +1000, Dan Raymond wrote: > > Think I understand: >

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
ed, Mar 15, 2017 at 8:58 PM, Pietro Cerutti <g...@gahr.ch> wrote: > On 2017-Mar-15, 20:56, Dan Raymond wrote: > [-- Type: text/plain; charset=UTF-8, Encoding: quoted-printable, Size: > 5.0K --] > > dan@linux-dg65:~/Documents/Fossil/test1> ls > > Characters file1.txt myte

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
; http://pastebin.com/9TzyXbd6 > > Can you post a similar output to show what you're observing? > > > > On Wed, Mar 15, 2017, at 09:24 PM, Dan Raymond wrote: > > Martin, > No they are normal names no dots. > Dan > > > Level 19 Waterfront Place, 1 Eagle Str

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
PM, Martin Gagnon <eme...@gmail.com> wrote: > Does the directory name start with a dot ? The dot files (and dot > directories) are ignored by default. So you can try: > > fossil add --dotfiles . > > > -- > Martin G. > > Le mer. 15 mars 2017 à 06:06, Dan Ra

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
com> wrote: > fossil add NEWDIR > or > fossil add . > > (Don't forget the "." on the latter., which will all everything under > current directory) > > Regards > > -- > Martin G. > > Le mer. 15 mars 2017 à 05:03, Dan Raymond <d...@ecourban.c

Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
400 551 920 Fax: +61 733 600 222 Web: http://ecourban.com.au On Wed, Mar 15, 2017 at 7:17 PM, Pietro Cerutti <g...@gahr.ch> wrote: > On 2017-Mar-15, 19:03, Dan Raymond wrote: > [-- Type: text/plain; charset=UTF-8, Encoding: 7bit, Size: 0.6K --] > > How can I get the fossil

[fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
How can I get the fossil add command to add new directories under the root checkout when they have new files in them. I understand fossil doesn't notice new empty directories when you use the add command, but these also have new files. The fossil add only adds files in the _FOSSIL_ directory. If

Re: [fossil-users] Cloning issue

2017-03-15 Thread Dan Raymond
ront Place, Brisbane 4001 Tel:+61 733 600 255 Mob: +61 400 551 920 Fax: +61 733 600 222 Web: http://ecourban.com.au On Wed, Mar 15, 2017 at 5:25 PM, Pietro Cerutti <g...@gahr.ch> wrote: > > > > -- > Pietro Cerutti > g...@gahr.ch > On 15 Mar 2017, at 07:23, Dan Raymond &l

[fossil-users] Cloning issue

2017-03-15 Thread Dan Raymond
I can issue this: "wget http://danraymond.org/fossil/mydan.fossil; and get the repository file "mydan.fossil" if I issue: "fossil clone http://danraymond.org/fossil/mydan funny.fossil" I get: "server says: 404 Not Found Clone done, sent: 268 received: 675 ip: 102.0.110.131 server returned an

Re: [fossil-users] Errors trying to compile

2016-10-12 Thread Dan Raymond
Place, 1 Eagle Street Brisbane Qld 4000 Australia Mail: PO Box 7815 Waterfront Place, Brisbane 4001 Tel:+61 733 600 255 Mob: +61 400 551 920 Fax: +61 733 600 222 Web: http://ecourban.com.au On Thu, Oct 13, 2016 at 11:39 AM, Richard Hipp <d...@sqlite.org> wrote: > On 10/12/16, Da

Re: [fossil-users] Errors trying to compile

2016-10-12 Thread Dan Raymond
, Oct 13, 2016 at 11:28 AM, Joe Mistachkin <sql...@mistachkin.com> wrote: > > Using that makefile with Cygwin is untested, unlikely to work, and > unsupported. > > Sent from my iPhone > https://urn.to/r/mistachkin > > On Oct 12, 2016, at 5:55 PM, Dan Raymond <d...

[fossil-users] Errors trying to compile

2016-10-12 Thread Dan Raymond
I am getting the following errors when trying to compile: What do I need to do? $ make -f win/Makefile.mingw gcc -Wall -Os -Lsrc/../compat/zlib -Isrc/../compat/zlib -DBROKEN_MINGW_CMDLINE=1 -c -o src/../compat/zlib/match.o -DASMV

[fossil-users] Favicon in Localhost

2016-10-10 Thread Dan Raymond
How to get a favicon to show if using localhost and embedded docs? Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia Mail: PO Box 7815 Waterfront Place, Brisbane 4001 Tel:+61 733 600 255 Mob: +61 400 551 920 Fax: +61 733 600 222 Web: http://ecourban.com.au

[fossil-users] "inflate fast" error on compile

2016-10-05 Thread Dan Raymond
Hi All, I am having trouble compiling Fossil on Windows with MinGW all goes smoothly until the very end when I get this as the last lines of compile: src/../zlib/libz.a(inflate.o):inflate.c:(.text+0x1f07): undefined reference to `inflate_fast' collect2.exe: error: ld returned 1 exit status