Differences From:
File
www/faq.wiki
part of check-in
[68b73eb9b9]
- Update the FAQ to describe how to make a clone of the self-hosting
fossil repository.
by
drh on
2009-08-28 21:36:58.
[view]
To:
File
www/faq.wiki
part of check-in
[7a2c37063a]
- merge trunk into creole branch
by
bob on
2009-09-22 07:49:39.
Also file
www/faq.wiki
part of check-in
[713b8be852]
- Deleted some obsolete "todo" files. Updated the FAQ. Modified the the
"vinfo" page to show check-in differences and made "vinfo" the default
display for check-ins instead of "vdiff".
by
drh on
2009-08-28 22:59:27.
[view]
@@ -104,13 +104,13 @@
</pre></blockquote>
Once you have the repository cloned, you can open a local check-out
as follows:
<blockquote><pre>
-mkdir fossil; cd fossil; fossil open ../fossil.fossil
+mkdir src; cd src; fossil open ../fossil.fossil
</pre></blockquote>
Thereafter you should be able to keep your local check-out up to date
-with the latest code in the public repository simply by typing:
+with the latest code in the public repository by typing:
<blockquote><pre>
fossil update
</pre></blockquote></blockquote></li>
</ol>