On Wed, Feb 6, 2013 at 11:05 AM, David Given <d...@cowlark.com> wrote:

> Grr. The entire server seems to have gone down. I don't believe that's
> fossil-related. (It's a very small ARM box and is usually pretty
> reliable, but...) I'll have to head home and reboot it.
>

No rush - i can't play with it before Friday night, anyway :(.


> I think I can do better than that, anyway. What I'd really like is to be
> able to specify a particular Thing (is 'artifact' the right word here?)
> and get an RSS feed for that Thing --- be it a file, wiki page, ticket,
> branch etc. I'll need to study the schema to see what's feasible.
>

The JSON "artifact" command offers something similar (and yes, artifact is
the correct term), e.g.:

[stephan@host:~/cvs/fossil/fossil]$ f json artifact fe56e5aa4f | head -20
{
"fossil":"fe56e5aa4f000b9498966c0aabf050e7973ffb19",
"timestamp":1360149231,
"command":"artifact",
"procTimeMs":4,
"payload":{
"type":"checkin",
"uuid":"fe56e5aa4f000b9498966c0aabf050e7973ffb19",
"isLeaf":true,
"timestamp":1359721993,
"user":"jan.nijtmans",
"comment":"Fix out-of-order variable declaration (VC6 cannot handle that).
\nMove MAX_REDIRECTS definition to xfer.c, so it can be converted to a
fossil setting later.",
"parents":["13ffb9b4d1eb3f97b9704d341a3f65eaadce1cc3"],
"tags":["trunk"],
"files":[
...
[stephan@host:~/cvs/fossil/fossil]$ f json artifact
ac97cee94c1e12e69194d6a4868dd781642e744e
{
... "payload":{
"size":10194,
"parent":"e93ee24b65e549badf619d7d7a7af613f28bf626",
"checkins":[{
"name":"src/http.c",
"timestamp":1359721993,
"comment":"Fix out-of-order variable declaration (VC6 cannot handle that).
\nMove MAX_REDIRECTS definition to xfer.c, so it can be converted to a
fossil setting later.",
"user":"jan.nijtmans",
"checkin":"fe56e5aa4f000b9498966c0aabf050e7973ffb19",
"branch":"trunk",
"state":"modified"
}],
"type":"file",
"uuid":"ac97cee94c1e12e69194d6a4868dd781642e744e"
}
}


So we have a proof of concept for what you're looking for.


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
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