Re: [fossil-users] Markdown checkin comments and tickets (was: Multi line formatting)

2015-08-30 Thread Baptiste Daroussin
2015-08-30 10:27 GMT+02:00 Stephan Beal : > On Sun, Aug 30, 2015 at 10:15 AM, Baptiste Daroussin > wrote: >> >> Number #1 is the inhability to run "external" hooks easily, like >> execute this script each time a sync is done, for before checking in, >> r

Re: [fossil-users] Markdown checkin comments and tickets (was: Multi line formatting)

2015-08-30 Thread Baptiste Daroussin
2015-08-30 4:35 GMT+02:00 Stephan Beal : > On Sun, Aug 30, 2015 at 4:27 AM, Warren Young wrote: >> >> On Aug 29, 2015, at 8:58 AM, Baptiste Daroussin >> wrote: >> > >> > the number 2 major complaints I heard from user >> >> Really? What’s #1 an

[fossil-users] Multi line formatting

2015-08-29 Thread Baptiste Daroussin
Hi, Something which is really strange about fossil and is probably the number 2 major complaints I heard from user to whom I presented fossil, is the fact that by default fossil completly ignores the formatting of the commit logs. I do think that presenting the log mesages with proper formatting

Re: [fossil-users] Fossil XML SVN like export

2015-03-15 Thread Baptiste Daroussin
2015-03-15 11:37 GMT+01:00 Kai Lauterbach : > Hi, > > is there away to export fossil's timeline like the log output in subversion? > > SVN export example: > > svn log -r 1:HEAD --xml --verbose --quiet > > if you have the json option enabled you do have: fossil json timeline checkin regards, Bapt

Re: [fossil-users] Fossil source download naming scheme

2015-02-24 Thread Baptiste Daroussin
2015-02-24 15:30 GMT+01:00 Richard Hipp : > On 2/24/15, robotanarchy wrote: >> Hello Fossil developers, >> >> I was building the fossil binary yesterday and I've noticed that the >> names of the tarballs aren't very userfriendly. >> >> As I see it, there are two tarballs that one could use, one is

Re: [fossil-users] fossil export to git "fatal: mark :60713 not declared"

2014-11-02 Thread Baptiste Daroussin
I reported the exact same bug around 2 month ago without tracking any interest :( regards, Bapt 2014-10-31 23:08 GMT+01:00 E. Timothy Uy : > I was able to import see.fossil and cerod.fossil from Cygwin with no issues. > However for SQLite, > > $ fossil export --git ../../../sqlite.fossil | git fa

[fossil-users] Playing with ticket in console

2014-06-20 Thread Baptiste Daroussin
Hi, I fail to find a way to play with tickets directly via the cli, am I missing something? I can see how to list reports etc, but I find no way to open,close,comment,grab an attachment from cli (the last part is probably the most important) I really do enjoy the web interface but it is imho real

Re: [fossil-users] Problem with TH1 hooks

2014-06-19 Thread Baptiste Daroussin
2014-06-19 18:17 GMT+02:00 Joe Mistachkin : > > Baptiste Daroussin wrote: >> >> I have to repositories, all of which are served by the same version of >> fossil (1.29 release) >> > > The Fossil 1.29 release does not have the new "TH1 hooks" featu

[fossil-users] Problem with TH1 hooks

2014-06-19 Thread Baptiste Daroussin
I have to repositories, all of which are served by the same version of fossil (1.29 release) Both of them are acting differently, when dealing with th1 hooks (admin/tickets/change) On one of them uuid is defined and usable all the time (when creating a ticket or modifying it) On the second one uui

Re: [fossil-users] Working with large repository

2014-06-17 Thread Baptiste Daroussin
I'll be able to tell you if ever this conversion finishes :) right now 88H and still running @eduardo at the time iirc the git export did not contain the full history but a small part of it, right now for sure it contains the full history 2014-06-17 17:39 GMT+02:00 Stephan Beal : > On Tue, Jun 17

[fossil-users] Working with large repository

2014-06-16 Thread Baptiste Daroussin
Hi, I just want to share some feedback, for fun I tried to convert some of the FreeBSD repositories to fossil to see how it performs I first tried the FreeBSD Documentation repository, to go the easy way I took the FreeBSD git mirror (https://github.com/freebsd/freebsd-doc and run git fast-export

[fossil-users] Painful team interaction with fossil, how to improve?

2014-02-13 Thread Baptiste Daroussin
Hi, I'm using fossil for a while now, and I'm quite happy with it, for the scm part and the web part. The problem is when going with the ticket part of fossil. I do not need something sophisticated, the the way the ticket works is ok with me, however the more the project I'm working on is growin

Re: [fossil-users] looking for interesting new fossil skins

2014-02-12 Thread Baptiste Daroussin
the numbers of char in multi-line mode so my patched version always end up with a mangled indentation in timeline. 2014-02-12 12:50 GMT+01:00 Stephan Beal : > On Wed, Feb 12, 2014 at 8:40 AM, Baptiste Daroussin < > baptiste.darous...@gmail.com> wrote: > >> I have also stolen

Re: [fossil-users] looking for interesting new fossil skins

2014-02-11 Thread Baptiste Daroussin
I have also stolen long ago the "google code" like theme and has adapted it a bit: - timeline is showing "raw" logs (because we do multiline commit logs - btw I can't get the cli timeline respecting multiline commits log :() - the tree view is default and has icons (stolen from openclipart as well)

[fossil-users] Customs mime-type

2013-06-28 Thread Baptiste Daroussin
Hi all, Is there a way to define custom mime type for fossil serve? I want for example .patch and .sh to return text/plain instead of application/x-fossil-artifact. when I hit it like this: http://fossil.etoilebsd.net/ports-patches/doc/trunk/gmake.patch Is there a way? regards, Baptg ___

Re: [fossil-users] Is anyone letting "nobody" download ZIP files?

2013-06-14 Thread Baptiste Daroussin
I do use nobody to download zip, and this is the way I do distribute some releases with out having the need of having to host a distfile somewhere, that is pretty convenient. So far no problems at all. regards, Bapt 2013/6/11 Stephan Beal > On Tue, Jun 11, 2013 at 12:01 PM, Stephan Beal wrote

Re: [fossil-users] Annotate really slow and eating 100% CPU

2013-03-14 Thread Baptiste Daroussin
2013/3/14 Richard Hipp : > > > On Thu, Mar 14, 2013 at 4:02 PM, Richard Hipp wrote: >> >> >> Hmm If you add the "log" query parameter, the annotator also shows you >> which check-ins it examined in order to compute the annotation. If I add >> &log&limit=800 (see >> https://fossil.etoilebsd.ne

Re: [fossil-users] Annotate really slow and eating 100% CPU

2013-03-14 Thread Baptiste Daroussin
2013/3/14 Richard Hipp : > > > On Thu, Mar 14, 2013 at 3:37 PM, Richard Hipp wrote: >> >> >> >> Regarding that last file, if you visit >> https://fossil.etoilebsd.net/poudriere/finfo?name=src%2Fpoudriere.d%2Fcommon.sh >> and scroll to the bottom of the page, it looks as if there is a loop in the >

Re: [fossil-users] fossil scrub --private leading to a broken repository

2013-03-12 Thread Baptiste Daroussin
2013/2/25 Richard Hipp : > > > On Mon, Feb 25, 2013 at 11:09 AM, Baptiste Daroussin > wrote: >> >> Hi, >> >> I have been using a private branch to test some code like this: > > > > Please try again after this patch: > http://www.fossil-scm.

Re: [fossil-users] fossil scrub --private leading to a broken repository

2013-02-25 Thread Baptiste Daroussin
2013/2/25 Stephan Beal : > Here's a reproduce with backtrace (Ubuntu 12.04/x64)... > > On Mon, Feb 25, 2013 at 5:09 PM, Baptiste Daroussin > wrote: >> >> fossil ci --private -m "test2" >> fossil merge private > > > did you check out trunk be

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Baptiste Daroussin
2013/1/18 Joseph Mingrone : > On Thu, Jan 17, 2013 at 7:03 PM, Richard Hipp wrote: >> I don't know why not... Did you start from fresh sources? What did you do >> to get the error below? > > Apparently I didn't start from fresh sources or I messed something > else up. After... > > tar -xf tar -

Re: [fossil-users] sqlite errors after reinstalling fossil

2013-01-17 Thread Baptiste Daroussin
2013/1/18 Joseph Mingrone : > On Thu, Jan 17, 2013 at 6:24 PM, Richard Hipp wrote: >> Please try again using the patch to Fossil I just now checked in: >> >> http://www.fossil-scm.org/fossil/info/7536c6aea5 > > It didn't compile for me. > > ... > cc -g -O2 -DHAVE_AUTOCONFIG_H -I. -I./src -Ibl

Re: [fossil-users] New regexp OpenBSD build error

2013-01-05 Thread Baptiste Daroussin
2013/1/2 Stephan Beal : > On Wed, Jan 2, 2013 at 8:56 AM, Baptiste Daroussin > wrote: >> >> 2013/1/2 James Turner : >> ... >> in.mx = nIn>=0 ? nIn : strlen(zIn); > > ... >> >> pRe->sIn.mx = strlen(pRe->sIn.z); > > > those

Re: [fossil-users] New regexp OpenBSD build error

2013-01-01 Thread Baptiste Daroussin
2013/1/2 James Turner : > On OpenBSD re_exec is already defined in unistd.h causing the latest > trunk to fail to build. > > In file included from ./src/diff.c:22: > bld/diff.h:287: error: conflicting types for 're_exec' > /usr/include/unistd.h:478: error: previous declaration of 're_exec' was > he

Re: [fossil-users] Fossil version 1.25 scheduled.

2012-12-01 Thread Baptiste Daroussin
2012/11/30 Richard Hipp > I have put up a change log for Fossil version 1.25 with a tentative > release date of 2012-12-19 > > http://www.fossil-scm.org/fossil/doc/trunk/www/changes.wiki > > There has been a *lot* of change since 1.24. Please test the trunk > version of Fossil as you are abl

Re: [fossil-users] Markdown engine integrated into fossil

2012-07-09 Thread Baptiste Daroussin
2012/7/9 Richard Hipp : > > > On Mon, Jul 9, 2012 at 3:31 AM, Baptiste Daroussin > wrote: >> >> 2012/6/7 Richard Hipp : >> > >> > >> > On Thu, Jun 7, 2012 at 12:10 PM, Baptiste Daroussin >> > wrote: >> >> >> >

Re: [fossil-users] Markdown engine integrated into fossil

2012-07-09 Thread Baptiste Daroussin
2012/6/7 Richard Hipp : > > > On Thu, Jun 7, 2012 at 12:10 PM, Baptiste Daroussin > wrote: >> >> Is there any status on this? rejected ? still under review ? > > > DRH swamped. But it is on the list of potential changes for the Fossil Code > Sprint in Munich

Re: [fossil-users] Markdown engine integrated into fossil

2012-06-07 Thread Baptiste Daroussin
Is there any status on this? rejected ? still under review ? regards, Bapt ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Markdown engine integrated into fossil

2012-05-23 Thread Baptiste Daroussin
> The choice of library name suggests that the author does not have a keen eye > for beauty, in which case the code is unlikely to be something I would care > to work with. Maybe the name of the library just don't represent the same for the author as for you, different culture, etc; but this real

[fossil-users] Changing password for a developper?

2012-05-02 Thread Baptiste Daroussin
Hi, I was adding some new developper to my fossil repositories, and figured out that a developper was not able to change his password using the web interface using default rights? is there a way to activate this? regards, Bapt ___ fossil-users mailing l

Re: [fossil-users] Supporting markwon syntax for wiki

2012-04-27 Thread Baptiste Daroussin
Le 27 avril 2012 12:14, Natacha Porté a écrit : > Hello, > > on Thursday 26 April 2012 at 00:53, Ivan Vilata i Balaguer wrote: >> chris (2012-04-22 17:09:45 +0200) wrote: >> >> > Please check out >> > >> >     https://server.ac-drexler.de/fossil/fossil/doc/tip/addons/markdown.md >> > >> > for an i

Re: [fossil-users] New CSS on the Fossil homepage

2012-03-31 Thread Baptiste Daroussin
2012/3/31 Richard Hipp : > > > On Sat, Mar 31, 2012 at 12:13 PM, Baptiste Daroussin > wrote: >> >> 2012/3/31 Stephan Beal : >> > On Sat, Mar 31, 2012 at 5:37 PM, Richard Hipp wrote: >> >> >> >> I have succumbed to the temptations of eye-

Re: [fossil-users] New CSS on the Fossil homepage

2012-03-31 Thread Baptiste Daroussin
2012/3/31 Stephan Beal : > On Sat, Mar 31, 2012 at 5:37 PM, Richard Hipp wrote: >> >> I have succumbed to the temptations of eye-candy.  Please offer your >> thoughts and constructive comments on the new look of the Fossil website >> versus the previous style. > > > i like the corners, but the bac

Re: [fossil-users] Can't build from 1.22 release tarball

2012-03-18 Thread Baptiste Daroussin
2012/3/17 Christopher Berardi : > On Sat, Mar 17, 2012 at 06:46:35PM -0400, James Turner wrote: >> Untar 1.22 release tarball [0] run ./configure then make which fails >> with: >> >> make: *** No rule to make target `src/../manifest.uuid', needed by >> `bld/VERSION.h'.  Stop. >> >> [0] http://www.f

Re: [fossil-users] Fossil completion for Zsh

2012-01-27 Thread Baptiste Daroussin
2012/1/27 Mike Meyer : > On Fri, 27 Jan 2012 07:48:09 + > Baptiste Daroussin wrote: >> Nice one usually the zsh project prefers to have it incorporate >> upstream so do not hesitate to send your contribution to the >> zsh-workers mailing list also and because you are

Re: [fossil-users] Fossil completion for Zsh

2012-01-26 Thread Baptiste Daroussin
2012/1/27 MIURA Masahiro : > Hi, > > I have created a simple Fossil completion file for Zsh. > https://github.com/Dubhead/Fossil-completion-for-Zsh > > Enjoy :-) > Nice one usually the zsh project prefers to have it incorporate upstream so do not hesitate to send your contribution to the zsh-worke

Re: [fossil-users] How to set up a server under nginx ?

2011-09-25 Thread Baptiste Daroussin
2011/9/25 Richard Hipp : > > > On Sun, Sep 25, 2011 at 12:25 PM, i wrote: >> >> in fact ,  I want to make several repositories use one port, and under >> nginx. or with CGI anyway.. >> ___ >> fossil-users mailing list >> fossil-users@lists.fossil-scm.org

Re: [fossil-users] Prototype JSON wiki editor demo online

2011-09-22 Thread Baptiste Daroussin
> So there's the markdown support some of you have been asking for. :) Sorry for stupid question but does that mean that you bundled a markdown library? if yes which one? Or how do you render the markdown? regards, Bapt ___ fossil-users mailing list fo

Re: [fossil-users] Supporting markwon syntax for wiki

2011-07-21 Thread Baptiste Daroussin
2011/7/20 Remigiusz Modrzejewski : > > On Jul 20, 2011, at 21:18 , Eric wrote: > >>> +1 >> >> Oh, for heaven's sake! We did this before: >> >> 1) there's no pleasing everybody (we all have our different favourites) > > But most people agree that any of markdown/restructuredtext/dokuwiki/whatever >

[fossil-users] Supporting markwon syntax for wiki

2011-05-23 Thread Baptiste Daroussin
Hi, Is there any thought on supporting markdown as a wiki format for fossil? For information there is a fast, simple and easy to use library (license BSD 2 clauses) that maybe used for that: http://fossil.instinctive.eu/libupskirt/home it is easy to bundle if desired. Markdown is a really simple

Re: [fossil-users] Version scheme

2011-02-10 Thread Baptiste Daroussin
2011/2/10 Gour : > On Thu, 10 Feb 2011 11:24:38 +0100 Baptiste Daroussin wrote: > >> I'm maintainer of the freebsd package for fossil > > I plan to move from Linux to Free(PC)BSD soon, so I'm glad to see > Fossil is nicely supported there. ;) > At least I

[fossil-users] Version scheme

2011-02-10 Thread Baptiste Daroussin
Hi, I'm maintainer of the freebsd package for fossil http://www.freshports.org/devel/fossil until now the version scheme was something like: MMDDHHMMSS but the lasted january release version scheme was : MMDDHHMMSSmmm, now (as frebruary release) is back to the old scheme. Do you plan to