◊(Local Yarn Code "Update of "How to Use This Repo"")

Overview

Artifact ID: 2925d37f9a7582f25a6ed1210d3bfbfe1ef8563c4d42e34735db00bc475f986e
Page Name:How to Use This Repo
Date: 2018-08-05 04:05:03
Original User: joel
Next d9e10ede7db9340501fb0cca842fbc7268de1447412bf6e79b2bc98d138f5044
Content

How to use this repo

You can “use” this repo by clicking around and reading code, wiki pages, etc.

But you can also use it to work with your own copy of the code. I suspect this won’t be interesting or useful for 99% of the people reading this. But in the event that you’ve become a patron and want to try using Fossil to work with the code, here’s a quick guide on how to get started.

  1. If you don’t already have it download the Fossil executable and put it on your $PATH
  2. Clone this repository:
    > fossil clone https://username:password@thelocalyarn.com/cgi-bin/code myclone.fossil
  3. You might as well set autosync to 0 (off) or to pullonly. (See below for more info about why):
    > fossil settings autosync 0
  4. “Check out” the latest version of the source code into your current directory:
    > fossil open myclone.fossil
  5. Fiddle with the source code as you see fit. Read Fossil Quick Start.
  6. You can also open your own local copy of the web UI:
    > fossil ui
  7. To get the latest version of the code:
    > fossil pull

Some tips for Git users