Hello All,

>From this page, it looks like I can run a fossil search on the cli for
timeline check-in comments:
https://www.fossil-scm.org/index.html/help?cmd=search

My test repo has only five check-ins with very short comments:

2015-02-18
01:48
[9b6c6c17020e] Leaf: remove line (user: sean, tags: trunk)
01:47
[53df06b80def] entering commit message (user: sean, tags: trunk)
2015-02-13
15:37
[309e02cb5108] aliases are cnames (user: sean, tags: trunk)
2015-02-12
23:38
[adc2ab8412df] updated domain list (user: sean, tags: trunk)
23:10
[7deef6fb78ed] adding domain list for integration (user: sean, tags: trunk)


% fossil search domain
SQLITE_ERROR: no such function: score
fossil: no such function: score: {INSERT INTO
srch(rid,uuid,date,comment,x)   SELECT blob.rid, uuid,
datetime(event.mtime),          coalesce(ecomment,comment),
score(coalesce(ecomment,comment)) AS y     FROM event, blob    WHERE
blob.rid=event.objid AND y>0;}


Doesn't return any of the timeline check-in comments.

Is there a prerequisite to run this search?

-- 
-------
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to