Differences From:
File
www/cmd_ls.wiki
part of check-in
[f15298fd4e]
- Change the reference docs to embedded (still need to remove wiki
versions); add the mv|rename command.
by
kejoki on
2008-11-12 03:46:34.
[view]
To:
File
www/cmd_ls.wiki
part of check-in
[67f44bb301]
- Changed URLs for embedded docs, changed comment in add.c:mv_cmd to read "does not rename" instead of "does rename"
by
kejoki on
2008-11-12 04:09:42.
[view]
@@ -2,9 +2,9 @@
The <code>ls</code><a href="#notes">*</a> command is informational, it doesn't do anything to
a checked-out project, but it tells you something about it.
-A project consists of a "source tree" of "artifacts" (see <a href="doc/tip/www/concepts.wiki">Fossil concepts</a>.)
+A project consists of a "source tree" of "artifacts" (see <a href="concepts.wiki">Fossil concepts</a>.)
From a practical standpoint this is a set of files and directories rooted
at a main project directory. The files that are under source control aren't
particularly distinguishable from those that aren't. The <code>ls</code> and
<code>extra</code> commands provide this information.
@@ -19,9 +19,9 @@
filesystem status. If you're new to source-management/version-control
systems, you'll probably get bit by this concept-bug at least once.
To really see the difference, issue an <code>ls</code> before and after doing
-a <a href="wiki?name=fossil+commit"><code>commit</code></a>. Before, the status of files may be any of the three,
+a <a href="cmd_commit.wiki"><code>commit</code></a>. Before, the status of files may be any of the three,
but after <code>commit</code>ting changes the status will be UNCHANGED "across
the board."
By way of example, here's what I see if I <code>fossil ls</code> in the
@@ -40,15 +40,15 @@
</pre></nowiki>
The <code>ls</code> command is almost, but not quite entirely, the exact
opposite of the
-<a href="wiki?name=fossil+extra"><code>extra</code> command</a>.
+<a href="cmd_extra.wiki"><code>extra</code> command</a>.
<a name="notes">Notes:</a>
* If you come from the <b>Windows</b> world, it will help to know that 'ls' is the usual <b>unix</b> command for listing a directory.
* There are more states for a file to be in than those listed, including MISSING, EDITED, RENAMED and a couple of others.
-See also: <a href="doc/tip/www/cmd_add.wiki">fossil add</a>, <a href="doc/tip/www/rm.wiki">
-fossil rm</a>, <a href="doc/tip/www/cmd_extra.wiki">fossil extra</a>,
-<a href="doc/tip/www/cmd_commit.wiki">fossil commit</a>,
-<a href="doc/tip/www/concepts.wiki">Fossil concepts</a>,
-<a href="doc/tip/www/reference.wiki">Reference</a>
+See also: <a href="cmd_add.wiki">fossil add</a>, <a href="rm.wiki">
+fossil rm</a>, <a href="cmd_extra.wiki">fossil extra</a>,
+<a href="cmd_commit.wiki">fossil commit</a>,
+<a href="concepts.wiki">Fossil concepts</a>,
+<a href="reference.wiki">Reference</a>