Giter Site home page Giter Site logo

brickviking / fossilsource Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 256 KB

This is a set of homebaked scripts to fetch fossil-related source code such as the Fossil-SCM program or sqlite3 database.

License: MIT License

TeX 57.46% Shell 42.54%
bash-script fossil-scm sqlite3

fossilsource's Introduction

Introduction

This is a very simple wrapper script to update already-downloaded fossil files. Changes can be made to the variables inside the script, which will help drive how fossil will update your existing stored fossil files.

Fossil, at least the SCM program, is a way to store versions of files in a single place along with relevant documentation, issue reporting, and even online chat, provided by one binary and one storage file (in a modified sqlite3 format) per project.

Variables and requirements

First off, you’ll need to install the fossil binary. This is available at https://fossil-scm.org//home/uv/download.html, grab whatever works best for you. The next thing is a small or maybe large stash of fossils you wish to update on at least a semi-regular basis. I’ve chosen fairly simple places where you can store these, but though these are my preferences, nothing’s stopping you from changing the script to tell it where to find your own fossil files so it can keep them up to date.

Very short list of Frequently Asked Questions

Why?

Why not? Often if you have fossil files you want to keep up to date, you’ll be running fossil pull or some variant of that. This script attempts to update any existing fossils you’ve told it about and somewhat streamline the process. Simply issuing a command like

fossilsource sqlite

will update the fossils for sqlite itself, the sqlite forums, and other projects fairly closely related to sqlite itself.

What do you cover?

I cover updating fossil files once they’ve been fetched and installed onto your own machine. This is as simple as choosing a place to put your several fossil files.

What don’t you cover?

I don’t cover initial fetching of the fossils; that’s best done by yourself once you’ve chosen what subset of the existing fossilized programs you want to keep up to date. However, this is a fairly complete list of the publically-available sources stored in fossil format that I know about.

I also don’t cover keeping source up to date once you have run `fossil open …`, again, that’s up to you. I don’t educate you how to use fossil, that’s already been addressed by the fossil-scm website, that has some excellent documentation on the subject of keeping stuff up to date.

What will you add?

Given the last point, I may add initial cloning of the fossils at some stage in the future once I have answered several questions to my satisfaction; this includes things like where best to store them (a personal decision in most cases), what to download, and when to keep them up to date.

When will <fill-in-blank-here> be updated?

That’s up to the project maintainer. Some projects haven’t been updated since 2009, some are in nearly hourly flux. It’s very dependent upon how often stuff changes in the source code and how often the developers want to push out changes. I do have the `rarely` and `veryrarely` categories for this reason; the stuff covered in `rarely` updates on perhaps a monthly basis every three months, the stuff in `veryrarely` doesn’t even change that often; some projects are finished and won’t see any further development. Some projects might have even moved on to other homes without leaving a notice on the website.

What are the -forum fossils I see mentioned here such as sqlite-forum, fossil-forum?

Those are places where discussion about the related source code (whether sqlite, fossil or other) happens, that has been split off from the main project and stored into its own fossil. If you want to report a problem at the project’s forums, it’s best to go to the parent forum instead of trying to reply at the downloaded forum fossils. These fossils are merely a way to get the discussions locally so you can read them on your local machine without taking up extra bandwidth until you actually need to report a problem or make other comments.

What if I don’t want all the fossils, but just some of them?

You can edit what fossils you want to keep updated by looking at the respective -all functions, for example sqlite-all (or simply sqlite) cover all the sqlite-related fossils (assuming you have them), the tcl covers tcl, tk, and tips as well as the wapp project. If you want to trim back the number of projects in each of these categories (perhaps to leave out the -forum fossils or the less-updated fossils) then feel free.

These projects should all be capable of being individually updated in the same manner as you now do with fossil, but if you have tailored this script to your needs, you will no longer need to `cd place; fossil pull` or `fossil pull <project-name>` to see changes, especially if you have more than one or two fossil projects you like to keep up to date with.

How do I tailor this script to my needs, considering you’ll be making changes too?

You open it up in an editor, and you compare it with the changes that I’ve made, like any responsible developer will do for themselves.

What’s this fossil.org document I see?

It’s the source file for all the other relevant bash scripts I have here, such as the fossilsource program itself, and fossilserve. The rest (the *.sh files) serve as examples of how I used to do things before I dramatically simplified them into simply fossilserve. It’s stored in org format, and is best used with a recent-ish copy of Emacs from the past decade or so, although Emacsen as far back as Emacs-23 will probably open it fine, given the right installation.

fossilsource's People

Contributors

brickviking avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.