◊(Local Yarn Code "Changes To How to Use This Repo")

Changes to "How to Use This Repo" between 2018-08-05 04:05:03 and 2018-08-11 13:56:35

1
2
3
4

5


6
7
8

9
10

11
12

13
14

15
16
17
18
19
20
21
1
2
3
4
5

6
7
8
9

10
11

12
13

14
15

16
17
18
19
20
21
22
23




+
-
+
+


-
+

-
+

-
+

-
+







<h1>How to use this repo</h1>

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

But for those who have an account with the right permissions, it can also be used to check out a version-controlled copy of the code. 
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.

I’m not yet giving out such accounts, not until the whole project is live. But, for the curious, this is how it would work if you had one:

<ol>
<li>If you don’t already have it <a href="http://fossil-scm.org/index.html/uv/download.html">download</a> the Fossil executable and put it on your&nbsp;<code>$PATH</code></li>
<li>If you don’t already have it, <a href="http://fossil-scm.org/index.html/uv/download.html">download</a> the Fossil executable and put it on your&nbsp;<code>$PATH</code></li>
<li>Clone this repository:
<pre><code><b>&gt;</b> fossil clone https://<i>username</i>:<i>password</i>@thelocalyarn.com/cgi-bin/code myclone.fossil</code></pre></li>
<pre><code><b>&gt;</b> fossil [https://fossil-scm.org/index.html/help?cmd=clone|clone] -u https://<i>user</i>:<i>password</i>@thelocalyarn.com/cgi-bin/yarncode yarn.fossil</code></pre></li>
<li>You might as well set autosync to <tt>0</tt> (off) or to <tt>pullonly</tt>. (See below for more info about&nbsp;why):
<pre><code><b>&gt;</b> fossil settings autosync 0</code></pre></li>
<pre><code><b>&gt;</b> fossil settings [https://fossil-scm.org/index.html/help?cmd=autosync|autosync] 0</code></pre></li>
<li>“Check out” the latest version of the source code into your current&nbsp;directory:
<pre><code><b>&gt;</b> fossil open myclone.fossil</code></pre></li>
<pre><code><b>&gt;</b> fossil [https://fossil-scm.org/index.html/help?cmd=open|open] myclone.fossil</code></pre></li>
<li>Fiddle with the source code as you see fit. Read [http://fossil-scm.org/index.html/doc/trunk/www/quickstart.wiki|Fossil Quick Start].</li>
<li>You can also open your own local copy of the web&nbsp;UI:
<pre><code><b>&gt;</b> fossil ui</code></pre></li>
<li>To get the latest version of the&nbsp;code:
<pre><code><b>&gt;</b> fossil pull</code></pre></li>
</ol>