[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] book: Add link to svn mkdir from tags section

From: John R. Daily <john_at_geekhavoc.com>
Date: 2003-11-11 02:44:08 CET

Incidentally, each time I apply the patch below to ch08.xml, svn
diff reports 3 sets of changes. I'm using version 0.32.1 (r7497).

* ch08.xml
  Add an id to the "svn mkdir" refentry to allow links from
  elsewhere.
* ch04.xml
  Add a link to the "svn mkdir" command from the discussion of
  using "svn copy" to create a tag.

--- ch08.xml (revision 7694)
+++ ch08.xml (working copy)
@@ -2054,7 +2054,7 @@
       </refentry>
 
       <!-- ================================================================= -->
- <refentry>
+ <refentry id="svn-ch-8-sect-1.2-refentry-mkdir">
         <refnamediv>
           <refname>svn mkdir</refname>
           <refpurpose>Create a new directory under version control.</refpurpose>
@@ -4235,9 +4235,9 @@
         </refsect1>
       </refentry>
 

--- ch04.xml (revision 7694)
+++ ch04.xml (working copy)
@@ -980,7 +980,9 @@
 </screen>
 
       <para>This example assumes that a
- <filename>/tags/calc</filename> directory already exists.
+ <filename>/tags/calc</filename> directory already exists. (If it
+ doesn't, see <link linkend="svn-ch-8-sect-1.2-refentry-mkdir">svn
+ mkdir</link>.)
         After the copy completes, the new
         <filename>release-1.0</filename> directory is forever a
         snapshot of how the project looked in the HEAD revision at the

--
John R. Daily
<email><mailbox>john</mailbox><domain>geekhavoc.com</domain></email>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 11 03:57:05 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.