[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 checkin-summary.

I can then browse what I call snapshot, and I see the checkin-ID being
used as CGI-parameter 'ci=...' when clicking through directories.

Can I shortcut this and simply use something like '/dirtag=THE_TAG' ?
(Or on a more general level: is the CGI-interface documented
somewhere?

(I understand it might make sense not documenting everything, since
some commands/args are not meant for interactive use and may be
subject to change between revisions, but let's ask anyway.)

Thanks,
Michai
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 entry) corresponding to the tag, then click
 'files' in the displayed checkin-summary.

 I can then browse what I call snapshot, and I see the checkin-ID being
 used as CGI-parameter 'ci=...' when clicking through directories.

 Can I shortcut this and simply use something like '/dirtag=THE_TAG' ?
 (Or on a more general level: is the CGI-interface documented
 somewhere?

 (I understand it might make sense not documenting everything, since
 some commands/args are not meant for interactive use and may be
 subject to change between revisions, but let's ask anyway.)


Query parameters are not as well documented as they ought to be.  But there
is some sparse documentation of some parameters.  See
http://www.fossil-scm.org/fossil/help for what little documentation there
is.

Yes, the ci= parameter to /dir and /tree can be a tag.  Example:
http://www.fossil-scm.org/fossil/dir?ci=trunk




 Thanks,
 Michai
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users