Re: [fossil-users] Problem with compilation under MINGW

2014-01-04 Thread Richie Adler
Joe Mistachkin escribió: A clean build from Fossil trunk compiles fine here. Can you please run make clean and try again? That did the trick. I'll make sure to include this in my troubleshooting before reporting a problem again -- sorry for the noise.

[fossil-users] keep viewing snapshot of files corresponding to a tag

2014-01-04 Thread Michai Ramakers
Hello, sometimes I want to casually browse, through the web-UI, sourcefiles in a repo crresponding to a certain release-tag. What I do now: click on 'Tags', pick the tag I'm interested in, click on the checkin-ID (1 entry) corresponding to the tag, then click 'files' in the displayed

Re: [fossil-users] keep viewing snapshot of files corresponding to a tag

2014-01-04 Thread Richard Hipp
On Sat, Jan 4, 2014 at 9:55 AM, Michai Ramakers m.ramak...@gmail.comwrote: Hello, sometimes I want to casually browse, through the web-UI, sourcefiles in a repo crresponding to a certain release-tag. What I do now: click on 'Tags', pick the tag I'm interested in, click on the checkin-ID (1

[fossil-users] CSS classes in tree-view?

2014-01-04 Thread Martijn Coppoolse
Hi all, I really like the new tree-view feature. I set out to apply the same CSS tricks to differentiate files and directories, but it turns out that unlike the 'flat view', no CSS classes are included. Would it be possible to add those to each a link? -- Martijn Coppoolse

Re: [fossil-users] CSS classes in tree-view?

2014-01-04 Thread Richard Hipp
I think Joel Bruick is already working on this in a branch. I just haven't gotten around to vetting and merging his changes, yet. On Sat, Jan 4, 2014 at 10:06 AM, Martijn Coppoolse li...@martijn.coppoolse.com wrote: Hi all, I really like the new tree-view feature. I set out to apply

Re: [fossil-users] Problem with compilation under MINGW

2014-01-04 Thread Joseph R. Justice
On Fri, Jan 3, 2014 at 9:28 PM, Richard Hipp d...@sqlite.org wrote: OK, so I propose the following fix: [...] (2) Remove the --disable-internal-sqlite option on trunk. Require the use of the built-in SQLite only, since SQLite needs to be built with non-standard compile-time options to

Re: [fossil-users] Problem with compilation under MINGW

2014-01-04 Thread Richard Hipp
On Sat, Jan 4, 2014 at 10:59 AM, Joseph R. Justice jayare...@gmail.comwrote: On Fri, Jan 3, 2014 at 9:28 PM, Richard Hipp d...@sqlite.org wrote: OK, so I propose the following fix: [...] (2) Remove the --disable-internal-sqlite option on trunk. Require the use of the built-in SQLite

Re: [fossil-users] Problem with compilation under MINGW

2014-01-04 Thread James Turner
On Fri, Jan 03, 2014 at 10:17:47PM -0500, James Turner wrote: [snip] I'll check with others but I'm not sure reliability is really the concern. We imported SQLite into our base tree. Because of this we try, when possible, to limit duplicating libraries in ports to reduce having to patch

[fossil-users] Best practices: merge + new code change in single commit?

2014-01-04 Thread Andy Bradford
Hello, I have a question regarding how to handle check-ins that include both a merge into a branch from trunk (or another branch) and new code. Specifically, when such an event happens, is it possible when using the ui (or command line) to view a vdiff between the previous checkin

Re: [fossil-users] Best practices: merge + new code change in single commit?

2014-01-04 Thread Richard Hipp
On Sat, Jan 4, 2014 at 12:34 PM, Andy Bradford amb-fos...@bradfords.orgwrote: Hello, I have a question regarding how to handle check-ins that include both a merge into a branch from trunk (or another branch) and new code. Specifically, when such an event happens, is it possible

[fossil-users] Minor bug in new views

2014-01-04 Thread Baruch Burstein
File ages view: No buttons to go to other views. All other views: There seems to be some inconsistency about which button are displayed. I don't remember the old behavior, but I think Tip/Trunk/All should always be displayed (except when on Tip/Trunk/All), and 2 of Flat View/Tree View/File ages

[fossil-users] fossil server commit and other hooks?

2014-01-04 Thread Srikumar K. S.
Hi, I'd like to know how to setup commit hooks on a fossil server so that, for example, I can perform an automatic checkout, run tests and restart a server. I intend to use this for deploying projects on a server - sort of like heroku's deploy using git push. This has come up a few times in the

Re: [fossil-users] Problem with compilation under MINGW

2014-01-04 Thread Joseph R. Justice
On Sat, Jan 4, 2014 at 11:04 AM, Richard Hipp d...@sqlite.org wrote: On Sat, Jan 4, 2014 at 10:59 AM, Joseph R. Justice jayare...@gmail.comwrote: On Fri, Jan 3, 2014 at 9:28 PM, Richard Hipp d...@sqlite.org wrote: OK, so I propose the following fix: [...] (2) Remove the

Re: [fossil-users] fossil server commit and other hooks?

2014-01-04 Thread David Given
On 04/01/14 18:52, Srikumar K. S. wrote: [...] This has come up a few times in the past iirc, but I'm not sure whether there is any resolution on whether fossil will ever accept to support this and if so in what form it might take. I believe that currently most people do this the other way

Re: [fossil-users] fossil server commit and other hooks?

2014-01-04 Thread Jan Nijtmans
2014/1/4 Srikumar K. S. srikuma...@gmail.com: I'd like to propose something that (afaik) has not been proposed -- Expose fossil server activity in the form of hook URLs to which information about the activity is sent by POST with the body in JSON format. With this setup, it would be

Re: [fossil-users] fossil server commit and other hooks?

2014-01-04 Thread Richard Hipp
On Sat, Jan 4, 2014 at 1:52 PM, Srikumar K. S. srikuma...@gmail.com wrote: This has come up a few times in the past iirc, but I'm not sure whether there is any resolution on whether fossil will ever accept to support this and if so in what form it might take. The difficulty here is that

Re: [fossil-users] fossil server commit and other hooks?

2014-01-04 Thread Jan Nijtmans
2014/1/4 Richard Hipp d...@sqlite.org: Because the sync logic does not know the meaning of the artifacts it has received, it has no way of triggering some action when a check-in is received. The sync logic itself indeed doesn't know the meaning of the artifacts, but every artifact which is

[fossil-users] TH1: set v 0; unset v; info exists v;

2014-01-04 Thread Sergei Gavrikov
Hi Excuse my batch mails on TH1 :-) And although they say that TH1 is the scripting language for web pages ... [http://en.wikipedia.org/wiki/TH1] TH1 is great tool for other tasks. And as I play with TH1 in these days my scripts find some things. New one SYNOPSIS % ./fossil version This is

Re: [fossil-users] fossil server commit and other hooks?

2014-01-04 Thread Richard Hipp
On Sat, Jan 4, 2014 at 5:24 PM, Jan Nijtmans jan.nijtm...@gmail.com wrote: 2014/1/4 Richard Hipp d...@sqlite.org: Because the sync logic does not know the meaning of the artifacts it has received, it has no way of triggering some action when a check-in is received. The sync logic itself

Re: [fossil-users] fossil server commit and other hooks?

2014-01-04 Thread Jan Nijtmans
2014/1/4 Richard Hipp d...@sqlite.org: Receiving a manifest does not mean that you have received the entire check-in. True. The file content might not be available yet, but the commit comment message and the file list is. The server might need some delay and/or retry. But it should be usable

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-04 Thread Joseph R. Justice
On Thu, Jan 2, 2014 at 9:52 PM, Nico Williams n...@cryptonector.com wrote: More generally, trying to ensure that a) there's only one copy of every library in the distro/OS, b) all version dependencies match up, is *super* hard, if not impossible. Eventually there are some very commonly used

Re: [fossil-users] CSS classes in tree-view?

2014-01-04 Thread Joel Bruick
Hi Martijn, Martijn Coppoolse wrote: Hi all, I really like the new tree-view feature. I set out to apply the same CSS tricks to differentiate files and directories, but it turns out that unlike the 'flat view', no CSS classes are included. Would it be possible to add those to each a link?

Re: [fossil-users] CSS classes in tree-view?

2014-01-04 Thread Joel Bruick
Richard Hipp wrote: I think Joel Bruick is already working on this in a branch. I just haven't gotten around to vetting and merging his changes, yet. Richard, I'm pretty happy with the state of the csstree branch now. Unless I'm overlooking something, I'd say it can be merged anytime.

Re: [fossil-users] CSS classes in tree-view?

2014-01-04 Thread Richard Hipp
On Sat, Jan 4, 2014 at 8:12 PM, Joel Bruick j...@joelface.com wrote: Richard Hipp wrote: I think Joel Bruick is already working on this in a branch. I just haven't gotten around to vetting and merging his changes, yet. Richard, I'm pretty happy with the state of the csstree branch

Re: [fossil-users] Best practices: merge + new code change in single commit?

2014-01-04 Thread Andy Bradford
Thus said Richard Hipp on Sat, 04 Jan 2014 13:13:11 -0500: From the link above click on family. That shows a small graph which contains the [555c44eb5d] check-in together with its parents and children. In that graph, click once on the primary parent ([4f32dced74]) then a

Re: [fossil-users] Best practices: merge + new code change in single commit?

2014-01-04 Thread Richard Hipp
On Sat, Jan 4, 2014 at 8:36 PM, Andy Bradford amb-fos...@bradfords.orgwrote: I am trying to do is see the difference between [4f32dced74] and [555c44eb5d] as if [b7fff13a0aa] had not been merged Maybe this is what you want: fossil up 4f32dced74 fossil merge b7ff13a0aa fossil diff

Re: [fossil-users] Best practices: merge + new code change in single commit?

2014-01-04 Thread Andy Bradford
Thus said Richard Hipp on Sat, 04 Jan 2014 21:06:50 -0500: Maybe this is what you want: fossil up 4f32dced74 fossil merge b7ff13a0aa fossil diff --from 555c44eb5d Yes, this is one way of accomplishing what I want, thank you. Andy -- TAI64 timestamp: 400052c8c28d

Re: [fossil-users] CSS classes in tree-view?

2014-01-04 Thread Joel Bruick
Richard Hipp wrote: On Sat, Jan 4, 2014 at 8:12 PM, Joel Bruick j...@joelface.com mailto:j...@joelface.com wrote: Richard Hipp wrote: I think Joel Bruick is already working on this in a branch. I just haven't gotten around to vetting and merging his changes,

Re: [fossil-users] Markdown

2014-01-04 Thread Gour
On Wed, 24 Jul 2013 10:46:01 -0500 djg...@gmail.com wrote: 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! I'ts beginning of New Year and another opportunity to re-evaluate Fossil...having Markdown I very

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

[fossil-users] Issues with Compiling Fossil on Windows with SSL

2014-01-04 Thread JR
I am having trouble compiling fossil on windows with SSL. I have tried MinGW/MSYS and Cygwin, and I get stuck at different parts. When I use MinGW/MSYS, I get an error in utf8.c about cywgin_conv_path not being defined. When I use Cygwin, I get pretty far before getting an error,