We finally got to release Fossil plugin for QtCreator:
https://github.com/nomadbyte/qtcreator-plugin-fossil

The Fossil plugin is free and open-source, of course. The README describes
how to build it. The most recent QtCreator version we used it with is
QtCreator-4.0.1, which is included in Qt 5.6.1-1 LTS (long-time support)
release. Through its life, internally we used the plugin with previous
versions of both QtCreator and Fossil client (the most recent was 1.35).

Hope this would help further spread the use of Fossil SCM, which is hard to
over-praise for its simplicity and versatility. Notably, thanks to Fossil
core devs for advancing its features over the years -- we really
appreciated this (first plugin release used fossil 1.26)

For folks not familiar with QtCreator -- it's a multi-platform IDE for
C/C++ development. Primarily it targets Qt-based projects, but it's also
used with non-Qt projects and supports CMake-based projects. Support for
several popular SCMs is already built-in, yet Fossil is not supported --
with this plugin it is!

Fossil plugin adds Fossil SCM as a choice for version control to use with
projects (similar to git, bazaar etc.). It's implemented using QtCreator
VCS framework which calls Fossil command-line interface. It supports
create/clone project repo, add/delete/rename files, diff/annotate,
status/timeline, revert/update/pull/push. Base set of operations, but it's
sufficient in routine development, the rest can be done directly with
fossil command.

Enjoy!

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

Reply via email to