Re: svn commit: r9163 - trunk/doc/book/book

"C. Michael Pilato" <[email protected]> 19 Mar 2004 22:14:59 -0600
Newsgroups gmane.comp.version-control.subversion.svn,gmane.mail.eyebrowse.devel
Message-ID <[email protected]>
[email protected] writes:

> Modified: trunk/doc/book/book/ch02.xml
> ==============================================================================
> --- trunk/doc/book/book/ch02.xml	(original)
> +++ trunk/doc/book/book/ch02.xml	Fri Mar 19 20:25:16 2004
> @@ -425,8 +425,8 @@
>  
>  <screen>
>  $ svn commit button.c
> -Sending button.c
> -Transmitting file data..
> +Sending        button.c
> +Transmitting file data .
>  Committed revision 57.
>  </screen>
>  
> @@ -518,9 +518,9 @@
>            repository after some committed change.  Another way to
>            think about it is that revision N represents the state of
>            the repository filesystem after the Nth commit.  When a
> -          Subversion user talks about ``revision 5 of
> -          <filename>foo.c</filename>'', they really mean
> -          ``<filename>foo.c</filename> as it appears in revision 5.''
> +          Subversion user talks about <quote>revision 5 of
> +          <filename>foo.c</filename></quote>, they really mean
> +          <quote><filename>foo.c</filename> as it appears in revision 5.</quote>
>            Notice that in general, revisions N and M of a file do
>            <emphasis>not</emphasis> necessarily differ!  Because CVS
>            uses per-file revisions numbers, CVS users might want to see
> 

I'm not sure I like the <filename>'s embedded in <quote>'s.  A quote
is sort of a literal thing, and I don't know about you, <sarcasm>but I
don't speak in XML</sarcasm>.