[svnbook commit] r2517 - in trunk/src/en: . book

cmpilato noreply at red-bean.com
Tue Nov 7 08:34:04 CST 2006


Author: cmpilato
Date: Tue Nov  7 08:34:03 2006
New Revision: 2517

Modified:
   trunk/src/en/HACKING
   trunk/src/en/book/ch05.xml

Log:
* src/en/book/ch05.xml
  (svn.reposadmin.projects.import): Replace some single quotes used to
    delimit a multi-word command-line argument with double quotes so
    the example works on Windows.

* src/en/HACKING
  (Prose Guide): Add a note about using double-quotes instead of
    single-quotes when delimiting multi-word command-line arguments.


Modified: trunk/src/en/HACKING
==============================================================================
--- trunk/src/en/HACKING	(original)
+++ trunk/src/en/HACKING	Tue Nov  7 08:34:03 2006
@@ -28,6 +28,10 @@
 
 - We perform "commits"; we don't "check in" or do "checkins"
 
+- Use double-quotes with spaceful command-line arguments instead of single-
+  quotes wherever possible, to increase the likelihood of the command
+  working on Windows.
+
 - No first-level section should assume that the reader has read any
   other first-level section in the book, unless it explicitly states
   that such an assumption is being made (or rather, recommends that

Modified: trunk/src/en/book/ch05.xml
==============================================================================
--- trunk/src/en/book/ch05.xml	(original)
+++ trunk/src/en/book/ch05.xml	Tue Nov  7 08:34:03 2006
@@ -2780,7 +2780,7 @@
 $ mkdir projectB/branches
 $ mkdir projectB/tags
 …
-$ svn import . file:///path/to/repos --message 'Initial repository layout'
+$ svn import . file:///path/to/repos --message "Initial repository layout"
 Adding         projectA
 Adding         projectA/trunk
 Adding         projectA/branches




More information about the svnbook-dev mailing list