On Sun, Mar 30, 2014 at 1:20 PM, Paulus Tuerah <[email protected]> wrote:

> I see, in the web ui the rename is working as expected.
> But how can I get that information from the command line parameter?
> fossil timeline only show the deleted file, not mention that it is renamed
> not deleted.
> I want to show the log all from my GUI, not using the fossil web ui at all.
> My plan is the web ui is only for changing settings, wiki, ticket, bug
> tracker, for the version control support everything is from my GUI.
>

Fossil also has a JSON API, which might be easier to use for information
requests from the Fossil repository. Information about your working space
would still need to come either from the Fossil command line interface or
from libfossil. But, you would need to research how to call a C library
from Java.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to