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

[PATCH] doc/handbook/appendices.texi: Change of node name

From: Jostein Christoffer Andersen <jostein_at_josander.net>
Date: 2002-09-26 14:28:28 CEST

Hi,

The dark ages of DOS is not over yet..

The following patch changes the node name "Branches and tags" to "Tags
and branches" in the file doc/handbook/appendices.texi.

The old node name are conflicting with "Branches and Tags" in the file
doc/handbook/client.texi when makeinfo are used for making the HTML (and
HTML-help) documentation for the Windows distro when splitting into many
html files.
Windows (all versions, at least my W98 and XP) tries to handle the old
resulting files Branches-and-Tags.html and Branches-and-tags.html as it
is one file (notice the upper and lower case T in "Tags").

The patch can be applied from the doc/handbook/appendices dir with:
    patch < appendices.patch

* doc/handbook/appendices.texi:
  Changed the node and subsection name from Branches and tags to
  Tags and branches. Branches and tags in
  
===================================================================
--- appendices.texi
+++ appendices.texi 2002-09-26 13:28:25.000000000 +0200

@@ -37,7 +37,7 @@
 * Binary files::
 * Authorization::
 * Versioned Modules::
-* Branches and tags::
+* Tags and branches::
 @end menu

@@ -302,8 +302,8 @@
 property. @xref{Modules}.

-@node Branches and tags
-@subsection Branches and tags
+@node Tags and branches
+@subsection Tags and branches

 Subversion doesn't distinguish between filesystem space and ``branch''
 space; branches and tags are ordinary directories within the
===================================================================

Jostein

-- 
----------------------------------------------------------------------
Jostein Christoffer Andersen <jostein@josander.net>
http://www.josander.net/
Public PGP Key:
Key: http://www.josander.net/pub_keys/jostein_josander.net.asc
----------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 26 14:29:20 2002

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.