[PATCH] typo fix

Daniel Shahaf d.s at daniel.shahaf.co.il
Sun Jun 8 07:40:58 CDT 2008


There's a typo in the path:

--- ch05-repository-admin.xml	(revision 3109)
+++ ch05-repository-admin.xml	(working copy)
@@ -3135 +3135 @@ $
-$ cat - <<EOF | svnadmin load --force-uuid /var/snv/repos
+$ cat - <<EOF | svnadmin load --force-uuid /var/svn/repos

But cat(1) isn't needed here at all, so maybe this:

--- ch05-repository-admin.xml	(revision 3109)
+++ ch05-repository-admin.xml	(working copy)
@@ -3135 +3135 @@ $
-$ cat - <<EOF | svnadmin load --force-uuid /var/snv/repos
+$ svnadmin load --force-uuid /var/svn/repos <<EOF

Daniel





More information about the svnbook-dev mailing list