Re: [fossil-users] Windows installer?

2014-02-01 Thread djgoku
At work we only use the wiki portion of fossil. Our setup at work is to have NSSM (http://nssm.cc) create a windows service to start up fossil with a particular fossil repository. That might be a good thing to have with the installer. Jonathan Otsuka On Feb 1, 2014, at 10:14 AM, Matt Welland

Re: [fossil-users] Version 1.27

2013-09-11 Thread djgoku
I didn't know there was an official testing document, I just dropped the exe in place and ran: fossil server file.fossil I mostly just use fossil for the wiki which it looked fine so just to clarify I just glanced over the Wiki portion of Fossil and nothing else. Jonathan Otsuka On Sep 11, 2013

Re: [fossil-users] Version 1.27

2013-09-11 Thread djgoku
This worked on Windows 2008 R2 64-bit, Windows 7 32-bit, Mountain Lion 10.8.4 64-bit. Jonathan Otuska On Sep 11, 2013, at 9:03 AM, Richard Hipp wrote: > Fossil version 1.27 has been tagged and precompiled binaries have been > uploaded to http://www.fossil-scm.org/download.html > > I do this

[fossil-users] Markdown

2013-07-24 Thread djgoku
Didn't read the change notes for 1.26 until a couple days ago. I just noticed that markdown is now turned on by default this is awesome! Hopefully this will make it easier for my co-workers to start using it for documentation. I also see plain text option which is also awesome! Thanks for every

[fossil-users] Autosync Wiki Changes to Secondary/Backup Fossil SCM

2013-01-29 Thread djgoku
I cloned a remote fossil with: fossil clone http://user:pass@website wiki.fossil open wiki.fossil: fossil open wiki.fossil then setup remote-url with: fossil remote-url http://website But then after making changes on either wiki changes are auto synced. Is this even poss