Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GUI for Fossil SCM

Are there any GUIs for fossil?

I've been getting used to the idea of source control for solo projects, and having an interface for the commands in fossil would help.

Something simple that helps browse for files, or open + close. Google has turned up nothing except the web GUI that works within the projects themselves.

like image 398
dig412 Avatar asked Jan 25 '10 21:01

dig412


People also ask

Is Fossil better than Git?

Git provides file versioning services only, whereas Fossil adds an integrated wiki, ticketing & bug tracking, embedded documentation, technical notes, a web forum, and a chat service, all within a single nicely-designed skinnable web UI, protected by a fine-grained role-based access control system.

Are fossils open source?

Free and Open-Source - 2-clause BSD license.

What is fossil Linux?

Fossil is a cross-platform DVCS that runs on Linux, BSD derivatives, Mac and Windows. It is capable of performing distributed version control, bug tracking, wiki services, and blogging. The software has a built-in web interface, which reduces project tracking complexity and promotes situational awareness.


1 Answers

Now there IS a Fossil GUI.

At the moment it has really basic functionality, but it is free and open source:

http://code.google.com/p/jurassic-fossil/

like image 192
michelemarcon Avatar answered Sep 20 '22 15:09

michelemarcon