[fossil-users] Get a checkin diff from cli

2014-01-22 Thread Lluís Batlle i Rossell
Hello all, knowing the checkin hash, how can I get in cli the diff introduced by of the checkin? Similar to what appears in the checkin page on the ui. Regards, Lluís. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Get a checkin diff from cli

2014-01-22 Thread Richard Hipp
On Wed, Jan 22, 2014 at 3:12 AM, Lluís Batlle i Rossell vi...@viric.namewrote: Hello all, knowing the checkin hash, how can I get in cli the diff introduced by of the checkin? Similar to what appears in the checkin page on the ui. I think you have to know both the checkin hash and the

Re: [fossil-users] Get a checkin diff from cli

2014-01-22 Thread Lluís Batlle i Rossell
On Wed, Jan 22, 2014 at 06:25:14AM -0500, Richard Hipp wrote: On Wed, Jan 22, 2014 at 3:12 AM, Lluís Batlle i Rossell vi...@viric.namewrote: Hello all, knowing the checkin hash, how can I get in cli the diff introduced by of the checkin? Similar to what appears in the checkin page

Re: [fossil-users] possible flaw/feature in vdiff file-list

2014-01-22 Thread Michai Ramakers
On 22 January 2014 12:23, Richard Hipp d...@sqlite.org wrote: michai@lime:~/src/068-lighting_fundamentals_sls$ f timeline -n 4 === 2014-01-22 === 07:34:13 [0a6b833945] *CURRENT* added Y (user: michai tags: trunk) 07:33:27 [fb73686d55] changed X (user: michai tags: trunk) 07:32:56

Re: [fossil-users] possible flaw/feature in vdiff file-list

2014-01-22 Thread Richard Hipp
On Wed, Jan 22, 2014 at 6:45 AM, Michai Ramakers m.ramak...@gmail.comwrote: On 22 January 2014 12:23, Richard Hipp d...@sqlite.org wrote: michai@lime:~/src/068-lighting_fundamentals_sls$ f timeline -n 4 === 2014-01-22 === 07:34:13 [0a6b833945] *CURRENT* added Y (user: michai tags:

Re: [fossil-users] possible flaw/feature in vdiff file-list

2014-01-22 Thread Michai Ramakers
On 22 January 2014 12:55, Richard Hipp d...@sqlite.org wrote: ... http://myhost/myrepo/vdiff?from=2014-01-22T07:30to=tipsbs=1 The URL you supplied is requesting the aggregate diff of check-ins [84ef6a7729], [fb73686d55], and [0a6b833945]. Those are the check-ins that occur after time

Re: [fossil-users] possible flaw/feature in vdiff file-list

2014-01-22 Thread Richard Hipp
A diff (or /vdiff) is between two versions. The diff does not try to take into account intermediate versions in between the two endpoints. So if a file exists in the later version and does not exist in the earlier version, then in the diff it is shown as having been added, and with the content

Re: [fossil-users] possible flaw/feature in vdiff file-list

2014-01-22 Thread Michai Ramakers
On 22 January 2014 14:31, Richard Hipp d...@sqlite.org wrote: A diff (or /vdiff) is between two versions. The diff does not try to take into account intermediate versions in between the two endpoints. So if a file exists in the later version and does not exist in the earlier version, then in

Re: [fossil-users] Get a checkin diff from cli

2014-01-22 Thread Ron Wilson
If you update your work space to the commit in question, I think you could do:: fossil diff --from previous Expanding on my suggestion for relative tags like +2 or -3, the capability to specify a commit relative to an arbitrary specified commit would be useful as well. On Wed, Jan 22, 2014

Re: [fossil-users] Get a checkin diff from cli

2014-01-22 Thread Stephan Beal
On Wed, Jan 22, 2014 at 6:58 PM, Ron Wilson ronw.m...@gmail.com wrote: Expanding on my suggestion for relative tags like +2 or -3, the capability to specify a commit relative to an arbitrary specified commit would be useful as well. There's a potential problem there: when a checkin has

[fossil-users] vdiff glob call for review/comments

2014-01-22 Thread Stephan Beal
Hi, all, here's a call for review/suggestions for the vdiff-subdir branch, based on a suggestion by Michai Ramakers for a subdirectory-based filter for the /vdiff page, which then mutated into a more generic glob option. The branch: http://fossil-scm.org/index.html/timeline?r=vdiff-subdir An

Re: [fossil-users] Is there any correct way to set HOME environmental variable?

2014-01-22 Thread KAMEDA, Akihiro
Hi, I came up with one solution about the problem I mailed. I downloaded latest source code http://www.fossil-scm.org/fossil/vinfo?name=64096c726997b1c00f4861398e49ed112afa43c2 , apply the change below and that works well. Therefore, I'll mail drh [at] sqlite org with the patch below attached.

[fossil-users] Wiki home page is displayed as empty if project name contains quotation marks

2014-01-22 Thread Piotr Orzech Orzechowski
Hello, i have found the following problem (possibly a bug) with Fossil 1.27: Wiki home page is displayed as empty if project name contains quotation marks. Repro: 1. Set project name in /setup_config so it contains quotation marks (eg. Foo bar baz). 2. Save settings. 3. Go back to home

Re: [fossil-users] vdiff glob call for review/comments

2014-01-22 Thread Andy Bradford
Thus said Stephan Beal on Wed, 22 Jan 2014 19:53:12 +0100: here's a call for review/suggestions for the vdiff-subdir branch, based on a suggestion by Michai Ramakers for a subdirectory-based filter for the /vdiff page, which then mutated into a more generic glob option. I gave