[svnbook commit] r2902 - trunk/src/en/book

fitz noreply at red-bean.com
Sat Dec 8 14:22:55 CST 2007


Author: fitz
Date: Sat Dec  8 14:22:54 2007
New Revision: 2902

Log:
Clarify that svnadmin create doesn't create intermediate directories.

This fixes issue #58.

* src/en/book/ch09-reference.xml: My other computer is a datacenter.


Modified:
   trunk/src/en/book/ch09-reference.xml

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Sat Dec  8 14:22:54 2007
@@ -4713,6 +4713,17 @@
               Subversion 1.2, <command>svnadmin</command> creates new
               repositories with the <literal>fsfs</literal> filesystem
               backend by default.</para>
+
+            <para>While <command>svnadmin create</command> will create
+              the base directory for a new repository, it will not
+              create intermediate directories.  For
+              example, if you have an empty directory named
+              <filename>/svn</filename>, creating
+              <filename>/svn/repos</filename> will work, while
+              attempting to create
+              <filename>/svn/subdirectory/repos</filename> will fail
+              with an error.</para>
+
           </refsect1>
 
         <refsect1>




More information about the svnbook-dev mailing list