[svnbook] r4032 committed - Finish issue #88 ("1.7 change: Changelist notification behavior")....

svnbook at googlecode.com svnbook at googlecode.com
Wed Aug 24 10:54:08 CDT 2011


Revision: 4032
Author:   cmpilato at gmail.com
Date:     Wed Aug 24 08:53:12 2011
Log:      Finish issue #88 ("1.7 change: Changelist notification behavior").

* en/book/ch03-advanced-topics.xml
* en/book/ch09-reference.xml
   Update examples of 'svn changelist' output to reflect changes made
   in Subversion 1.7.
http://code.google.com/p/svnbook/source/detail?r=4032

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

=======================================
--- /trunk/en/book/ch03-advanced-topics.xml	Mon Aug 15 12:27:37 2011
+++ /trunk/en/book/ch03-advanced-topics.xml	Wed Aug 24 08:53:12 2011
@@ -4026,8 +4026,8 @@
        <informalexample>
          <screen>
  $ svn changelist math-fixes integer.c mathops.c
-Path 'integer.c' is now a member of changelist 'math-fixes'.
-Path 'mathops.c' is now a member of changelist 'math-fixes'.
+A [math-fixes] integer.c
+A [math-fixes] mathops.c
  $ svn status

  --- Changelist 'math-fixes':
@@ -4048,7 +4048,7 @@
        <informalexample>
          <screen>
  $ svn changelist math-fixes button.c
-Path 'button.c' is now a member of changelist 'math-fixes'.
+A [math-fixes] button.c
  $ svn status

  --- Changelist 'math-fixes':
@@ -4067,9 +4067,9 @@
        <informalexample>
          <screen>
  $ svn changelist --remove button.c
-Path 'button.c' is no longer a member of a changelist.
+D [math-fixes] button.c
  $ svn changelist ui-fix button.c
-Path 'button.c' is now a member of changelist 'ui-fix'.
+A [ui-fix] button.c
  $
  </screen>
        </informalexample>
@@ -4082,8 +4082,8 @@
        <informalexample>
          <screen>
  $ svn changelist ui-fix button.c
-svn: warning: Removing 'button.c' from changelist 'math-fixes'.
-Path 'button.c' is now a member of changelist 'ui-fix'.
+D [math-fixes] button.c
+A [ui-fix] button.c
  $ svn status

  --- Changelist 'ui-fix':
@@ -4249,13 +4249,13 @@
        <informalexample>
          <screen>
  $ svn changelist math-bugs --changelist math-fixes --depth infinity .
-svn: warning: Removing 'integer.c' from changelist 'math-fixes'.
-Path 'integer.c' is now a member of changelist 'math-bugs'.
-svn: warning: Removing 'mathops.c' from changelist 'math-fixes'.
-Path 'mathops.c' is now a member of changelist 'math-bugs'.
+D [math-fixes] integer.c
+A [math-bugs] integer.c
+D [math-fixes] mathops.c
+A [math-bugs] mathops.c
  $ svn changelist --remove --changelist math-bugs --depth infinity .
-Path 'integer.c' is no longer a member of a changelist.
-Path 'mathops.c' is no longer a member of a changelist.
+D [math-bugs] integer.c
+D [math-bugs] mathops.c
  $
  </screen>
        </informalexample>
=======================================
--- /trunk/en/book/ch09-reference.xml	Sat Aug 20 08:17:46 2011
+++ /trunk/en/book/ch09-reference.xml	Wed Aug 24 08:53:12 2011
@@ -1141,9 +1141,9 @@
            <informalexample>
              <screen>
  $ svn changelist issue1729 foo.c bar.c baz.c
-Path 'foo.c' is now a member of changelist 'issue1729'.
-Path 'bar.c' is now a member of changelist 'issue1729'.
-Path 'baz.c' is now a member of changelist 'issue1729'.
+A [issue1729] foo.c
+A [issue1729] bar.c
+A [issue1729] baz.c
  $ svn status
  A       someotherfile.c
  A       test/sometest.c




More information about the svnbook-dev mailing list