You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Florian Zumbiehl <fl...@gmx.de> on 2004/04/30 01:44:48 UTC

[BOOK PATCH] Mistakes

Hi,

as these are only simple minor changes, I don't send a real patch,
I guess that that is no problem in this case ...

In ch4, "Common Use-Cases for Merging", "Resurrecting Deleted Items",
there stands written:

| This would have the affect of re-adding real.c as a local [...]

which likely should be:

| This would have the effect of re-adding real.c as a local [...]

Plus there is a number of "a" vs "an" mistakes (or what I take for that ;-):

ch6, "svnserve, a custom server", "SSH authentication and authorization":

| In this case, accessing a svn+joessh:// URL would invoke [...]

ch7, "Properties", "Special properties":

| [...] that contains a file with a svn:eol-style property [...]

ch3, "Revisions: Numbers, Keywords, and Dates, Oh My!",
     "Revision Keywords", "Note":

| Each directory in your working copy contains an .svn administrative area.

I would read that last one as "an dot|es|vee|en" which sounds, well,
wrong =:-)

Cya, Florian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [BOOK PATCH] Mistakes

Posted by Michael W Thelen <th...@cs.utah.edu>.
* Mark Benedetto King <mb...@lowlatency.com> [2004-05-23 19:29]:
> On Sun, May 23, 2004 at 03:44:06AM +0200, Florian Zumbiehl wrote:
> > 
> >          <para>Groups can be granted access control just like users.
> > -          Distinguish them with an ampersane (<literal>@</literal>)
> > +          Distinguish them with an at (<literal>@</literal>)
> >            prefix:</para>
> > 
> >          <screen>
> > 
> > dunno whether there is some better name for it, but as to my knowledge
> > "ampersan_d_" is the name for the "&" character.
> 
> ISO 8859-1 calls it a "commercial at".  

If I understand it correctly, the O'Reilly style guide
(http://www.oreilly.com/oreilly/author/stylesheet.html) says it should
be "at sign".  This is actually one of the changes made in this typo
patch that doesn't look like it's been applied yet:

http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=65965

-- Mike

-- 
Michael W. Thelen
An investment in knowledge always pays the best interest.
                -- Benjamin Franklin

Re: [BOOK PATCH] Mistakes

Posted by Mark Benedetto King <mb...@lowlatency.com>.
On Sun, May 23, 2004 at 03:44:06AM +0200, Florian Zumbiehl wrote:
> 
>          <para>Groups can be granted access control just like users.
> -          Distinguish them with an ampersane (<literal>@</literal>)
> +          Distinguish them with an at (<literal>@</literal>)
>            prefix:</para>
> 
>          <screen>
> 
> dunno whether there is some better name for it, but as to my knowledge
> "ampersan_d_" is the name for the "&" character.


ISO 8859-1 calls it a "commercial at".  

--ben


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [BOOK PATCH] Mistakes

Posted by Florian Zumbiehl <fl...@gmx.de>.
Hi,

> No patch is too small!  Anyway, excellent catches.  Fixed in revision
> 9579.  

OK, so here is one such "not too small patch" ;-)

--- ch06.xml    (revision 9860)
+++ ch06.xml    (working copy)
@@ -1714,7 +1714,7 @@
 </screen>

         <para>Groups can be granted access control just like users.
-          Distinguish them with an ampersane (<literal>@</literal>)
+          Distinguish them with an at (<literal>@</literal>)
           prefix:</para>

         <screen>

dunno whether there is some better name for it, but as to my knowledge
"ampersan_d_" is the name for the "&" character.

Cya, Florian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [BOOK PATCH] Mistakes

Posted by "Brian W. Fitzpatrick" <fi...@red-bean.com>.
On Thu, 2004-04-29 at 20:44, Florian Zumbiehl wrote:
> Hi,
> 
> as these are only simple minor changes, I don't send a real patch,
> I guess that that is no problem in this case ...

No patch is too small!  Anyway, excellent catches.  Fixed in revision
9579.

-Fitz


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org