Re: [fossil-users] Help with making a subroutine x-platform to windows

2018-06-28 Thread Antoine Chavasse
It seems to me it would be simpler and more robust to simply call the relevant win32 api function: https://docs.microsoft.com/en-us/windows/desktop/api/windns/nf-windns-dnsquery_a On Wed, Jun 27, 2018, 23:22 Scott Doctor wrote: > A way may be using the system() command to run nslookup. From >

Re: [fossil-users] ETags related build error on fossil trunk

2018-02-24 Thread Antoine Chavasse
at 1:02 PM Richard Hipp <d...@sqlite.org> wrote: > On 2/24/18, Antoine Chavasse <a.chava...@gmail.com> wrote: > > Hello, > > > > I have the current build error on trunk: > > Might be a makefile dependency problem. Try running "make clean > fossil".

[fossil-users] ETags related build error on fossil trunk

2018-02-24 Thread Antoine Chavasse
Hello, I have the current build error on trunk: ../fossil-src/src/main.c:1770:18: warning: implicit declaration of function 'CMDFLAG_TO_ETAG' is invalid in C99 [-Wimplicit-function-declaration] etag_require(CMDFLAG_TO_ETAG(pCmd->eType)); ^ ../fossil-src/src/main.c:1770:40:

Re: [fossil-users] New "Ardoise" skin

2018-01-13 Thread Antoine Chavasse
I commited a new version of the skin that fixes this as well as a few other issues (wysiwyg editor, non commit events in the timeline, and a few other tidbits). On Fri, Jan 12, 2018 at 3:58 PM Richard Hipp wrote: > The search results don't seem quite right. The matching text

Re: [fossil-users] New "Ardoise" skin

2018-01-12 Thread Antoine Chavasse
Thanks, I fixed this. I haven't committed yet because I have discovered a few other things not working well with the skin. On Fri, Jan 12, 2018 at 3:58 PM Richard Hipp wrote: > The search results don't seem quite right. The matching text is shown > in a black font. Example: >

Re: [fossil-users] New "Ardoise" skin

2018-01-11 Thread Antoine Chavasse
<jungleboog...@gmail.com> wrote: > On 8 January 2018 at 04:27, Richard Hipp <d...@sqlite.org> wrote: > > On 1/8/18, Antoine Chavasse <a.chava...@gmail.com> wrote: > >> I'm not sure I can fix this from the skin, since the background color > for > &g

Re: [fossil-users] New "Ardoise" skin

2018-01-11 Thread Antoine Chavasse
Ah, I'll have a look at this. On Wed, Jan 10, 2018, 00:48 jungle Boogie <jungleboog...@gmail.com> wrote: > On 8 January 2018 at 04:27, Richard Hipp <d...@sqlite.org> wrote: > > On 1/8/18, Antoine Chavasse <a.chava...@gmail.com> wrote: > >> I'm not sure

Re: [fossil-users] New "Ardoise" skin

2018-01-08 Thread Antoine Chavasse
he ardoise-skin branch. On Mon, Jan 8, 2018 at 12:08 AM Antoine Chavasse <a.chava...@gmail.com> wrote: > Hi, > > Thanks for the feedback! > > I agree that the diff view could use some improvement. I'll experiment > tomorrow with increasing the font size and darkenin

Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread Antoine Chavasse
8, 2018, 03:23 gumblex <gumb...@aosc.io> wrote: > The background of the table in the "tickets" page is too light. > > https://www.fossil-scm.org/skins/ardoise/rptview?rn=1 > > 2018年1月8日 07:08,Antoine Chavasse <a.chava...@gmail.com>寫道: > > Hi, > > T

Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread Antoine Chavasse
g. >>> >>> On Sun, Jan 7, 2018 at 4:51 PM, Jacob MacDonald <jaccar...@gmail.com> >>> wrote: >>> >>>> Wow that's a slick skin. Antoine, if you're on the list, top notch >>>> work. Can't wait to get it running in my repos. >>>>

Re: [fossil-users] New skin for trunk fossil

2017-12-21 Thread Antoine Chavasse
. The remaining bits, including the file browser icons, were made by myself. On Fri, Dec 22, 2017 at 1:40 AM Richard Hipp <d...@sqlite.org> wrote: > On 12/21/17, Antoine Chavasse <a.chava...@gmail.com> wrote: > > I made a new skin... > > The screen shots look good. Would you

[fossil-users] New skin for trunk fossil

2017-12-21 Thread Antoine Chavasse
I made a new skin, very loosely based on blitz. Basically, I wanted to make a dark version of it and then went into a crusade against lines and border everywhere. One caveat is that it only works on trunk fossil for now, as it relies on the automatic generating of the html header, and on the new

Re: [fossil-users] Veracity Version control

2015-03-12 Thread Antoine Chavasse
I'd say that his problem is to use a DVCS with lots of data in binary files (game assets). He's bound to run into trouble even with mercurial. The idea of keeping everything is seducing and works extremely well for source code because it's small and is easily deltaized and compressed, but it's

Re: [fossil-users] Problem with the output of fossile export after v1.19

2012-01-25 Thread Antoine Chavasse
I have the same issue with one of my repo and I used bisect to pinpoint it to this commit: http://fossil-scm.org/index.html/info/bc8d368b66053450c7f323b4e479fb5b4a878684 I don't know how the git export works though, so no idea how to fix this. ___

Re: [fossil-users] Problem with the output of fossile export after v1.19

2012-01-25 Thread Antoine Chavasse
On Wed, Jan 25, 2012 at 12:28 PM, Joerg Sonnenberger jo...@britannica.bec.de wrote: I'm running with this on very large repositories. Did you do rebuilds after that? Yes, I did a rebuild on my test repo after building each revision. There have been a number of bugs in the manifest parser

Re: [fossil-users] Post-commit hook

2011-03-29 Thread Antoine Chavasse
Sorry for the email necromancy, but since there are talks about post commit hooks again and as it seems it would generally be a useful feature, I remembered about the roadblock that Richard encountered that hadn't received a good anwser as far as I remember: On Mon, Jan 3, 2011 at 12:58 PM,

Re: [fossil-users] Building fossil on Windows with MinGW - dependency on libz

2011-03-18 Thread Antoine Chavasse
On Fri, Mar 18, 2011 at 12:53 PM, Arjen Markus arjen.mar...@deltares.nl wrote: As Mark suggests, forcing a link against static libraries seems the way to go. That's how I build fossil in windows. I had the same problem and just modified the mingw makefile to add -static in the LIB variable. I

Re: [fossil-users] git equivalent commands

2011-03-11 Thread a . chavasse
On Mar 11, 2011 11:21am, Mike Meyer m...@mired.org wrote: And the rollback question is sorta odd. You can delete things from fossil, by shunning them then rebuilding (?) the repo. However, there's still a record of it in the shun list, and possibly elsewhere. I'd say that no here is

Re: [fossil-users] git equivalent commands

2011-03-11 Thread Antoine Chavasse
On Fri, Mar 11, 2011 at 2:01 PM, Twylite twyl...@crypt.co.za wrote: On 09:59 PM, a.chava...@gmail.com wrote: Another option that fossil offers is to move an unwanted commit away to a new different branch after the fact (that you'd typically name mistake), which provides the equivalent

Re: [fossil-users] Fossil for Android?

2011-02-28 Thread a . chavasse
On Feb 27, 2011 5:53am, Timothy Brown javelin...@yahoo.com wrote: For your consideration, How hard would it be to build Fossil for Android? For that matter how hard would it be to get Fossil built for iOS? With all these Android tablets about to burst on the scene it would be nice to be