[svnbook] r4332 committed - In some of my recent examples, replace...

svnbook at googlecode.com svnbook at googlecode.com
Fri Jan 18 09:20:42 CST 2013


Revision: 4332
Author:   ptburba
Date:     Fri Jan 18 07:20:24 2013
Log:      In some of my recent examples, replace
'http://localhost/svn/repositories/repos' with
'http://svn.example.com/repos' for consistency with
the rest of the book.

* en/book/ch03-advanced-topics.xml
* en/book/ch09-reference.xml

http://code.google.com/p/svnbook/source/detail?r=4332

Modified:
  /trunk/en/book/ch03-advanced-topics.xml
  /trunk/en/book/ch09-reference.xml

=======================================
--- /trunk/en/book/ch03-advanced-topics.xml	Wed Jan 16 07:36:44 2013
+++ /trunk/en/book/ch03-advanced-topics.xml	Fri Jan 18 07:20:24 2013
@@ -1464,7 +1464,7 @@
        <screen>
  $ svn propget svn:auto-props --show-inherited-props -v calc
  Inherited properties on 'calc',
-from 'http://localhost/svn/repositories/repos':
+from 'http://svn.example.com/repos':
    svn:auto-props
      *.py = svn:eol-style=native
      *.c = svn:eol-style=native
@@ -1545,7 +1545,7 @@
        <screen>
  $ svn propget svn:auto-props -v --show-inherited-props calc
  Inherited properties on 'calc',
-from 'http://localhost/svn/repositories/repos':
+from 'http://svn.example.com/repos':
    svn:auto-props
      *.py = svn:eol-style=native
      *.c = svn:eol-style=native
@@ -1613,7 +1613,7 @@
          <literal>svn:auto-props</literal> on <filename>calc</filename>
          don't define a <literal>svn:eol-style</literal> value however, so
          the nearest inherited parent,
-        <literal>http://localhost/svn/repositories/repos</literal>,
+        <literal>http://svn.example.com/repos</literal>,
          provides that value:</para>

      <informalexample>
=======================================
--- /trunk/en/book/ch09-reference.xml	Thu Jan 17 09:34:47 2013
+++ /trunk/en/book/ch09-reference.xml	Fri Jan 18 07:20:24 2013
@@ -4618,8 +4618,8 @@
            <informalexample>
              <screen>
  $ svn pg svn:global-ignores --verbose --show-inherited-props ^/branches/1.x
-Inherited properties  
on 'http://localhost/svn/repositories/repos/branches/1.x',
-from 'http://localhost/svn/repositories/repos':
+Inherited properties on 'http://svn.example.com/repos/branches/1.x',
+from 'http://svn.example.com/repos':
    svn:global-ignores
      *.diff
      *.patch
@@ -4748,7 +4748,7 @@
              <screen>
  $ svn proplist --show-inherited-props foo.c
  Inherited properties on 'foo.c',
-from 'http://localhost/svn/repositories/repos':
+from 'http://svn.example.com/repos':
    svn:auto-props
    svn:global-ignores
  Inherited properties on 'foo.c',




More information about the svnbook-dev mailing list