File Annotation
Not logged in
a9dcbf3ede 2008-12-16    kejoki: <h2>status</h2>
a9dcbf3ede 2008-12-16    kejoki: 
a9dcbf3ede 2008-12-16    kejoki: The <code>status</code> command is informational, it doesn't do anything to
a9dcbf3ede 2008-12-16    kejoki: a checked-out project, but it tells you something about it.
a9dcbf3ede 2008-12-16    kejoki: 
a9dcbf3ede 2008-12-16    kejoki: Running <code>&nbsp;fossil&nbsp;status&nbsp;</code> currently prefixes
a9dcbf3ede 2008-12-16    kejoki: the output of the <code>[./cmd_changes.wiki | changes]</code> command
a9dcbf3ede 2008-12-16    kejoki: with information about the repository and checkout.  The information
a9dcbf3ede 2008-12-16    kejoki: is in the form of the [./concepts.wiki#aidex | Artifact ID]s of the
a9dcbf3ede 2008-12-16    kejoki: server code, the checkout, and the parent (of, I <em>think</em> the
a9dcbf3ede 2008-12-16    kejoki: checkout.)
a9dcbf3ede 2008-12-16    kejoki: 
a9dcbf3ede 2008-12-16    kejoki: This is useful for getting an at-a-glance view of the state of your
a9dcbf3ede 2008-12-16    kejoki: project, especially in a situation where you need the artifact IDs.
a9dcbf3ede 2008-12-16    kejoki: 
a9dcbf3ede 2008-12-16    kejoki: Here is what I get when I issue a <code>status</code> on my local
a9dcbf3ede 2008-12-16    kejoki: version of the <b>fossil</b> repository as I write this:
a9dcbf3ede 2008-12-16    kejoki: 
a9dcbf3ede 2008-12-16    kejoki: <nowiki><pre>
a9dcbf3ede 2008-12-16    kejoki:    $ fossil status
a9dcbf3ede 2008-12-16    kejoki:    repository:   /home/me/myclone.fossil
a9dcbf3ede 2008-12-16    kejoki:    local-root:   /home/me/fossil/
a9dcbf3ede 2008-12-16    kejoki:    server-code:  99d6c9cf3f262720579db177503812814d712fc7
a9dcbf3ede 2008-12-16    kejoki:    checkout:     a8c3a7ea9249281e0a1fb55fb31d2ad57844f848
a9dcbf3ede 2008-12-16    kejoki:    parent:       21cecd209f7201f17e8a784c0d8f735603d440ae
a9dcbf3ede 2008-12-16    kejoki:    EDITED   www/cmd_.wiki-template
a9dcbf3ede 2008-12-16    kejoki:    EDITED   www/cmd_add.wiki
a9dcbf3ede 2008-12-16    kejoki:    EDITED   www/cmd_all.wiki
a9dcbf3ede 2008-12-16    kejoki:    EDITED   www/cmd_extra.wiki
a9dcbf3ede 2008-12-16    kejoki:    EDITED   www/cmd_ls.wiki
a9dcbf3ede 2008-12-16    kejoki:    EDITED   www/cmd_update.wiki
a9dcbf3ede 2008-12-16    kejoki:    EDITED   www/index.wiki
a9dcbf3ede 2008-12-16    kejoki:    $
a9dcbf3ede 2008-12-16    kejoki: </pre></nowiki>
a9dcbf3ede 2008-12-16    kejoki: 
a9dcbf3ede 2008-12-16    kejoki: Once I actually make changes to the repository (say, a
a9dcbf3ede 2008-12-16    kejoki: [./cmd_commit.wiki | commit]) most of that will change&#8212;all
a9dcbf3ede 2008-12-16    kejoki: of those files showing as "EDITED" will be checked in and won't
a9dcbf3ede 2008-12-16    kejoki: show up, and the artifact IDs will reflect the new state of the
a9dcbf3ede 2008-12-16    kejoki: repository.
a9dcbf3ede 2008-12-16    kejoki: 
a9dcbf3ede 2008-12-16    kejoki: If the only thing you want to see is which files in the checked-out
a9dcbf3ede 2008-12-16    kejoki: source tree have changed in some way, use the
a9dcbf3ede 2008-12-16    kejoki: [./cmd_changes.wiki | <code>changes</code>] command.
a9dcbf3ede 2008-12-16    kejoki: 
a9dcbf3ede 2008-12-16    kejoki: If what you want is the files in the checked-out source tree which are
a9dcbf3ede 2008-12-16    kejoki: <em>not</em> part of the project, use the
a9dcbf3ede 2008-12-16    kejoki: [./cmd_extra.wiki | <code>extra</code>] command.
a9dcbf3ede 2008-12-16    kejoki: 
a9dcbf3ede 2008-12-16    kejoki: See also: [./cmd_changes.wiki | fossil changes],
a9dcbf3ede 2008-12-16    kejoki: [./cmd_extra.wiki | fossil extra],
a9dcbf3ede 2008-12-16    kejoki: [./concepts.wiki | <i>Fossil concepts</i>],
a9dcbf3ede 2008-12-16    kejoki: [./reference.wiki | Reference]