[svnbook commit] r3527 - * en/book/ch03-advanced-topics.xml,

codesite-noreply at google.com codesite-noreply at google.com
Tue May 26 17:12:13 CDT 2009


Author: julianfoad at btopenworld.com
Date: Tue May 26 15:11:40 2009
New Revision: 3527

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

Log:
* en/book/ch03-advanced-topics.xml,
   en/book/ch09-reference.xml
   Update the remaining "svn proplist" examples to use the v1.6 output  
format.

Suggested by: Fabian Cenedese <Cenedese {_AT_} indel.ch>


Modified: trunk/src/en/book/ch03-advanced-topics.xml
==============================================================================
--- trunk/src/en/book/ch03-advanced-topics.xml	(original)
+++ trunk/src/en/book/ch03-advanced-topics.xml	Tue May 26 15:11:40 2009
@@ -578,18 +578,20 @@
        <screen>
  $ svn proplist -v calc/button.c
  Properties on 'calc/button.c':
-  copyright : (c) 2006 Red-Bean Software
-  license :  
================================================================
-Copyright (c) 2006 Red-Bean Software.  All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-notice, this list of conditions, and the recipe for Fitz's famous
-red-beans-and-rice.
-…
+  copyright
+    (c) 2006 Red-Bean Software
+  license
+    ================================================================
+    Copyright (c) 2006 Red-Bean Software.  All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+    1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions, and the recipe for Fitz's famous
+    red-beans-and-rice.
+    …
  </screen>

        <para>The last property-related subcommand is
@@ -604,8 +606,10 @@
  property 'license' set on 'calc/button.c'
  $ svn proplist -v calc/button.c
  Properties on 'calc/button.c':
-  copyright : (c) 2006 Red-Bean Software
-  license :
+  copyright
+    (c) 2006 Red-Bean Software
+  license
+
  $
  </screen>

@@ -618,7 +622,8 @@
  property 'license' deleted from 'calc/button.c'.
  $ svn proplist -v calc/button.c
  Properties on 'calc/button.c':
-  copyright : (c) 2006 Red-Bean Software
+  copyright
+    (c) 2006 Red-Bean Software
  $
  </screen>


Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Tue May 26 15:11:40 2009
@@ -3910,9 +3910,12 @@
            <screen>
  $ svn proplist -v foo.c
  Properties on 'foo.c':
-  svn:mime-type : text/plain
-  svn:keywords : Author Date Rev
-  owner : sally
+  svn:mime-type
+    text/plain
+  svn:keywords
+    Author Date Rev
+  owner
+    sally
  </screen>

            <para>Lastly, you can get <command>svn proplist</command>




More information about the svnbook-dev mailing list