[PATCH] typo fix

C. Michael Pilato cmpilato at red-bean.com
Wed Jun 11 21:10:38 CDT 2008


r3121 (but with new wording and a fuller recipe).

Daniel Shahaf wrote:
> 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
> 
> 
> _______________________________________________
> svnbook-dev mailing list
> svnbook-dev at red-bean.com
> http://www.red-bean.com/mailman/listinfo/svnbook-dev
> 


-- 
C. Michael Pilato <cmpilato at red-bean.com> | http://cmpilato.blogspot.com/

"The Christian ideal has not been tried and found wanting.  It has
  been found difficult; and left untried."  -- G. K. Chesterton




More information about the svnbook-dev mailing list