On Thu, Oct 14, 2010 at 11:09 AM, [email protected] <[email protected]
> wrote:

> Hi,
> I have released an updated version of Jurassic, the open source Java gui
> for
> fossil (0.1.0).
>
> http://code.google.com/p/jurassic-fossil/
>
> A few features are added and all 3 bug reports are closed ;)
>
> I want to share a few of my design principle: Jurassic it is not meant (for
> now) to replace the pretty good HTML view of your repository.
> Instead, it is designed for helping in performing task that MUST be
> performed
> from the command line (cd to directory, commit, but wait-what is the
> correct
> syntax? Let's check again the help).
> For example, the new version (0.1.0) adds the "new branch" button, and you
> can
> choose the color with the mouse with 2^24 possibilities (you can't do that
> within HTML, and is cumbersome from the command line).
>
> I want to further improve Jurassic, so I'm asking a few questions:
>
> 1)      How can I view the direct acyclic graph of a repository?
>

You can get this information from the repository database file, specifically
from the PLINK table.

CAUTION:  The low-level Fossil file format is stable and will not change.
But the PLINK table is a computed value that is not part of the permanent
file format and is thus subject to change.  We have no plans of changing the
PLINK table, but we reserve the right to do so in the future if the need
arises.

The only way to get information from the PLINK table is to open the
repository file using SQLite and read it using SQL.  There are no Fossil
commands for extracting the DAG in a machine-readable format.  Can you
suggest a command to accomplish this?



> 2)      On the mailing list I have noticed an undocumented feature: the
> capability
> to show diffs from two arbitrary commits (http://127.0.0.1:
> 8080/projectname/vdiff?from=b7ea110444&to=trunk&detail=1). Are there other
> undocumented features that I may expose with Jurassic?
>

Not that I am aware of.


> 3)      Do you have any suggestion for improving it/are there some feature
> you
> would like to see in Jurassic?
>
> Thanks for your feedback!
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to