Re: [fossil-users] fossil-scm as an SQLite db with schema/data revision control

2016-07-23 Thread Jonathan Otsuka
For schema versioning I would look into alembic. https://bitbucket.org/zzzeek/alembic It allows you to upgrade and downgrade between revisions. I have only used this in Python projects, but there isprobably something out there for other languages. Jonathan Otsuka > On Jul 23, 2016, a

Re: [fossil-users] Adding a mailing list to Fossil SCM

2016-06-27 Thread Jonathan Otsuka
> On Jun 27, 2016, at 10:14 PM, Andy Bradford > <amb-sendok-1469675693.emmdeldlicdkekkii...@bradfords.org> wrote: > > Thus said Jonathan Otsuka on Mon, 27 Jun 2016 22:04:12 -0500: > >> With all the back and forth about the mailing list changes. If you are &

[fossil-users] Adding a mailing list to Fossil SCM

2016-06-27 Thread Jonathan Otsuka
With all the back and forth about the mailing list changes. If you are already using Fossil SCM to manage a wiki, source code management, issue tracker adding a mailing list feature isn’t too far fetched. Has this idea been brought up before? Jonathan Otsuka

[fossil-users] Move git repo to fossil wiki

2016-01-18 Thread Jonathan Otsuka
I have a few git repositories I would like to transition to fossil wiki. My current thinking is to iterate through the git history and do fossil wiki commits. We want to keep the history. Is there a better way to do this? Jonathan Otsuka ___ fossil

Re: [fossil-users] Move git repo to fossil wiki

2016-01-18 Thread Jonathan Otsuka
> On Jan 18, 2016, at 7:20 PM, Richard Hipp <d...@sqlite.org> wrote: > >> On 1/18/16, Jonathan Otsuka <djg...@gmail.com> wrote: >> I have a few git repositories I would like to transition to fossil wiki. My >> current thinking is to iterate through the git h

Re: [fossil-users] Move git repo to fossil wiki

2016-01-18 Thread Jonathan Otsuka
> On Jan 18, 2016, at 7:32 PM, Richard Hipp <d...@sqlite.org> wrote: > > On 1/18/16, Jonathan Otsuka <djg...@gmail.com> wrote: >>> >>> Can you use "embedded documentation" >>> (https://www.fossil-scm.org/fossil/doc/cd58f59a474c7ef773d

Re: [fossil-users] New search features

2015-02-02 Thread Jonathan Otsuka
Awesome! I specifically wanted wiki search! Jonathan Otsuka On Feb 1, 2015, at 10:48 PM, Richard Hipp d...@sqlite.org wrote: The tip of trunk now supports full-text search on Check-in comments, Documentation, Tickets, and Wiki. The https://www.fossil-scm.org/ website is itself running

Re: [fossil-users] Deleting content?

2014-06-18 Thread Jonathan Otsuka
For wiki pages you just delete all the content and click save. In your timeline it will show you deleted a wiki page. Jonathan Otsuka On Jun 18, 2014, at 5:57 PM, Philip Bennefall phi...@blastbay.com wrote: Hi all, I am wondering why it is not possible to delete users, wiki pages, etc

Re: [fossil-users] milestone: libfossil CGI demo

2014-02-16 Thread Jonathan Otsuka
Is there an interface yet to the wiki? I have been wanting to change/add a few things. I want to add a full text search for wiki bodies. I guess I could look into adding that into normal fossil. Jonathan Otsuka On Feb 16, 2014, at 9:38 AM, Stephan Beal sgb...@googlemail.com wrote

Re: [fossil-users] Markdown

2014-01-04 Thread Jonathan Otsuka
I was caught off guard since I saw my email your reply. You can use the as a starting guide: http://daringfireball.net/projects/markdown/ Jonathan Otsuka On Jan 4, 2014, at 11:10 PM, Gour g...@atmarama.net wrote: On Wed, 24 Jul 2013 10:46:01 -0500 djg...@gmail.com wrote: Didn't read

Re: [fossil-users] Markdown

2013-05-28 Thread Jonathan Otsuka
Downloads are not compiled with --markdown (its still experimental) you will need to checkout and compile fossil with --markdown yourself. Jonathan Otsuka On May 28, 2013, at 10:29 PM, Doug Franklin nutdriverle...@comcast.net wrote: Do the default (downloadable) versions of Fossil not have

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

2013-02-12 Thread Jonathan Otsuka
Is the best way to keep things in sync is to use a schedule task/cron to run fossil sync? Jonathan Otsuka On Jan 29, 2013, at 5:01 PM, djg...@gmail.com wrote: I cloned a remote fossil with: fossil clone http://user:pass@website wiki.fossil open wiki.fossil: fossil open wiki.fossil