Author: matthew
Date: 2005-05-08 11:40:41 -0600 (Sun, 08 May 2005)
New Revision: 5242
Modified:
trunk/editor-manual/chapter01/changelog.xml
trunk/editor-manual/chapter03/commit.xml
Log:
Minor wording and tagging improvements
Modified: trunk/editor-manual/chapter01/changelog.xml
===================================================================
--- trunk/editor-manual/chapter01/changelog.xml 2005-05-08 17:22:59 UTC (rev
5241)
+++ trunk/editor-manual/chapter01/changelog.xml 2005-05-08 17:40:41 UTC (rev
5242)
@@ -31,6 +31,7 @@
<itemizedlist>
<listitem><para>May 8, 2005 [matthew]</para>
<itemizedlist>
+ <listitem><para>chapter03/commit.xml: Minor wording and tagging
improvements. Also add explanation of <option>-F</option> option to
<command>svn <option>commit</option></command></para></listitem>
<listitem><para>Re-arranged most recent Changelog
entries</para></listitem>
<listitem><para>chapter03/update.xml: Minor wording and tagging
improvements</para></listitem>
<listitem><para>chapter03/checkout.xml: Minor wording and tagging
improvements</para></listitem>
Modified: trunk/editor-manual/chapter03/commit.xml
===================================================================
--- trunk/editor-manual/chapter03/commit.xml 2005-05-08 17:22:59 UTC (rev
5241)
+++ trunk/editor-manual/chapter03/commit.xml 2005-05-08 17:40:41 UTC (rev
5242)
@@ -8,16 +8,20 @@
<title>svn commit/ci</title>
<?dbhtml filename="commit.html"?>
- <para><userinput>svn commit</userinput> or <userinput>svn ci</userinput>.
This
- command recursively sends your changes to the Subversion server. It will
commit
- changed files, added files and deleted files. The -m option can be used to
- pass a log message to the command. If you don't specify a
- <emphasis>-m "MESSAGE"</emphasis>, then it will open the default editor and
- ask you to type in a log. The default editor is specified by the
environment
- variable, $SVN_EDITOR. For example, to set your default editor to vim,
run:</para>
+ <para><command>svn <option>commit</option></command> or <command>svn
+ <option>ci</option></command>. This command recursively sends your changes
+ to the Subversion server. It will commit changed files, added files and
+ deleted files. The <option>-m</option> and <option>-F</option> options can
+ be used to pass a log message to the command. If you don't specify a
+ <emphasis>-m "MESSAGE"</emphasis> or <emphasis>-F "Filename"</emphasis>
+ option, Subversion will open the default editor and ask you to type in a
log
+ message. The default editor is specified by the environment variable,
+ $SVN_EDITOR. For example, to set your default editor to vim, run:</para>
+
<screen><userinput>export SVN_EDITOR=vim</userinput></screen>
+
<para>
- Please don't use empty log messages (see later in
- this document on the policy which governs them).
+ Please don't use empty log messages (see later in this document on the
+ policy which governs them).
</para>
</sect1>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page