[svnbook] r4376 committed - Merge from ^/trunk/en r4374-r4375 (minor tweaks re: repository layouts...

svnbook at googlecode.com svnbook at googlecode.com
Tue Jan 29 13:04:16 CST 2013


Revision: 4376
Author:   cmpilato at gmail.com
Date:     Tue Jan 29 11:01:10 2013
Log:      Merge from ^/trunk/en r4374-r4375 (minor tweaks re: repository  
layouts).
http://code.google.com/p/svnbook/source/detail?r=4376

Modified:
  /branches/1.7/en
  /branches/1.7/en/book/ch04-branching-and-merging.xml
  /branches/1.7/en/book/ch05-repository-admin.xml

=======================================
--- /branches/1.7/en/book/ch04-branching-and-merging.xml	Tue Jan 29  
10:25:41 2013
+++ /branches/1.7/en/book/ch04-branching-and-merging.xml	Tue Jan 29  
11:01:10 2013
@@ -3329,13 +3329,14 @@
      <sect2 id="svn.branchmerge.maint.layout">
        <title>Repository Layout</title>

-      <para>There are some standard, recommended ways to organize a
-        repository.  Most people create a <filename>trunk</filename>
-        directory to hold the <quote>main line</quote> of development,
-        a <filename>branches</filename> directory to contain branch
-        copies, and a <filename>tags</filename> directory to contain
-        tag copies.  If a repository holds only one project,
-        often people create these top-level directories:</para>
+      <para>There are some standard, recommended ways to organize the
+        contents of a repository.  Most people create a
+        <filename>trunk</filename> directory to hold the <quote>main
+        line</quote> of development, a <filename>branches</filename>
+        directory to contain branch copies, and
+        a <filename>tags</filename> directory to contain tag copies.
+        If a repository holds only one project, often people create
+        these top-level directories:</para>

        <informalexample>
          <literallayout>
=======================================
--- /branches/1.7/en/book/ch05-repository-admin.xml	Tue Jan 29 10:25:41 2013
+++ /branches/1.7/en/book/ch05-repository-admin.xml	Tue Jan 29 11:01:10 2013
@@ -82,8 +82,8 @@
        <varlistentry>
          <term>format</term>
          <listitem>
-          <para>A file that contains a single integer that
-            indicates the version number of the repository layout</para>
+          <para>A file that describes the repository's internal
+            organizational scheme</para>
          </listitem>
        </varlistentry>
        <varlistentry>




More information about the svnbook-dev mailing list