Re: [fossil-users] Fossil mentioned on HN

2015-12-16 Thread Gaurav M. Bhandarkar
s true potential :) On Wed, Dec 16, 2015 at 4:36 PM, Stephan Beal <sgb...@googlemail.com> wrote: > On Wed, Dec 16, 2015 at 11:59 AM, Gaurav M. Bhandarkar < > gaurav.a...@gmail.com> wrote: > >> "git rebase -i" seems to enable me to work on multiple projects at the

Re: [fossil-users] Fossil mentioned on HN

2015-12-16 Thread Gaurav M. Bhandarkar
10:34 PM, Gaurav M. Bhandarkar < > gaurav.a...@gmail.com> wrote: > >> > Don't need rebase to use fast-forward merge. >> >> Normal merge or rebase both "enables" fast-forward merges. But the >> advantage "rebase-before-ff-merge" has is that

Re: [fossil-users] Fossil mentioned on HN

2015-12-16 Thread Gaurav M. Bhandarkar
015 at 7:12 AM, Ron W <ronw.m...@gmail.com> wrote: > On Wed, Dec 16, 2015 at 4:27 AM, Gaurav M. Bhandarkar < > gaurav.a...@gmail.com> wrote: >> >> fast forward merges is just one of the advantages of rebase. It is done >> to avoid the extra “merge-commit” and thus red

Re: [fossil-users] Fossil mentioned on HN

2015-12-16 Thread Gaurav M. Bhandarkar
ly my code but other things that were required/relevant to make that code. Without it I find it impossible to handle the "context switch" that comes when you work on multiple projects. -Gaurav On Wed, Dec 16, 2015 at 3:06 PM, Stephan Beal <sgb...@googlemail.com> wrote: > > &

Re: [fossil-users] Fossil mentioned on HN

2015-12-16 Thread Gaurav M. Bhandarkar
> The end result is theoretically the equivalent of having started your branch at the latest trunk tip instead of where ever you really started it fast forward merges is just one of the advantages of rebase. It is done to avoid the extra “merge-commit” and thus reduces the noise in repo history.

Re: [fossil-users] Query executes from admin_sql page but not report page

2015-10-06 Thread Gaurav M. Bhandarkar
BY ticketchng.tkt_mtime DESC -Gaurav On Mon, Oct 5, 2015 at 10:49 AM, Gaurav M. Bhandarkar <gaurav.a...@gmail.com > wrote: > Hi, > I am trying to have a report that shows me the last comment. Following > works from http://localhost:8080/admin_sql page > > \\\ > >

[fossil-users] Query executes from admin_sql page but not report page

2015-10-04 Thread Gaurav M. Bhandarkar
Hi, I am trying to have a report that shows me the last comment. Following works from http://localhost:8080/admin_sql page \\\ >>> SQL start /// SELECT tkt_id, substr(tkt_uuid,1,10) AS '#', datetime(tkt_mtime) AS 'mtime', type, status, assigned_to, title, severity, priority,

Re: [fossil-users] Tags and unhide

2015-02-26 Thread Gaurav M. Bhandarkar
https://www.fossil-scm.org/fossil/tagtimeline instead of what we are displaying now for tags. Thanks for explaining. -Gaurav On Thu, Feb 26, 2015 at 12:48 AM, Ron W ronw.m...@gmail.com wrote: On Wed, Feb 25, 2015 at 3:37 AM, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote: How

Re: [fossil-users] Tags and unhide

2015-02-25 Thread Gaurav M. Bhandarkar
, it is (by default) hidden. The idea is that it's closed because we don't generally care about it, and therefore to display it is just to clutter the timeline. Of course, as is fossils model, no content is actually deleted or modified. On 2/24/15, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote

[fossil-users] Tags and unhide

2015-02-24 Thread Gaurav M. Bhandarkar
Hi, What does selecting Tags in Timeline actually do? I was expecting to see the list of non-propagating tags but I don't understand how I could use the output I see. Also, what does unhide actually do? Why do I need to explicitly click unhide to see any output on this page:

[fossil-users] move many files

2014-10-06 Thread Gaurav M. Bhandarkar
Hi, What is the easiest way to move many files in fossil on windows? 1) dir Directory of F:\dev2\fossil-experiment\tinymce 06-Oct-14 15:41DIR . 06-Oct-14 15:41DIR .. 06-Oct-14 14:54DIR javascript 06-Oct-14 14:34DIR tinymce 06-Oct-14 14:34

Re: [fossil-users] Is it possible to add empty folders to the repo?

2014-10-06 Thread Gaurav M. Bhandarkar
maybe you could use : fossil settings empty-dirs A comma or newline-separated list of pathnames. On update and checkout commands, if no file or directory exists with that name, an empty directory will be created. On Mon, Oct 6, 2014 at 8:07 PM, Baruch Burstein bmburst...@gmail.com wrote: I

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Gaurav M. Bhandarkar
OK. Thanks for pointing those out. Another question, is TH1 used only for ticketing? or does it generates most of the web ui too? On Tue, Sep 30, 2014 at 11:53 PM, Stephan Beal sgb...@googlemail.com wrote: On Tue, Sep 30, 2014 at 8:14 PM, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote: I

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Gaurav M. Bhandarkar
30, 2014 at 11:23 AM, Stephan Beal sgb...@googlemail.com wrote: On Tue, Sep 30, 2014 at 8:14 PM, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote: I get following error while creating new ticket : ERROR: SQL error: access to table user is restricted error code 23: access to user.info

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Gaurav M. Bhandarkar
, Sep 30, 2014 at 12:25 PM, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote: Well, I attempted it because http://www.fossil-scm.org/index.html/doc/tip/www/custom_ticket.wiki suggested it was possible. it might be good to automatically scoop up the user's email and put it here

[fossil-users] case sensitivity fossil all list

2014-09-25 Thread Gaurav M. Bhandarkar
Platform windows. Run: 1) fossil open ../fOSSIL/FossilBook.fossil 2) fossil close 3) fossil open ../FOSSIL/FossilBook.fossil 4) fossil close (note the changed case of 'F' ) 5) fossil all list output of 5th command : C:/temp/session5/fe/FOSSIL/FossilBook.fossil