[svnbook] r4562 committed - Fix Issue #205: svnmucc examples revert to invalid subcommand propget....

svnbook at googlecode.com svnbook at googlecode.com
Wed Nov 13 17:25:59 CST 2013


Revision: 4562
Author:   breser at gmail.com
Date:     Wed Nov 13 19:38:06 2013 UTC
Log:      Fix Issue #205: svnmucc examples revert to invalid subcommand  
propget.

* en/book/ref-svnmucc.xml
   s/svnmucc propget/svn propget/


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

Modified:
  /trunk/en/book/ref-svnmucc.xml

=======================================
--- /trunk/en/book/ref-svnmucc.xml	Thu Aug 15 16:54:00 2013 UTC
+++ /trunk/en/book/ref-svnmucc.xml	Wed Nov 13 19:38:06 2013 UTC
@@ -375,7 +375,7 @@
        </informalexample>

        <para>Apply a similar approach to change a file or directory
-        property.  Simply use <command>svnmucc propget</command>
+        property.  Simply use <command>svn propget</command>
          and <command>svnmucc propsetf</command> instead
          of <command>svn cat</command> and <command>svnmucc
          put</command>, respectively.</para>
@@ -387,7 +387,7 @@
  $ export BASEREV=`svn info ${PROJURL} | \
                    grep '^Last Changed Rev' | cut -d ' ' -f 2`
  $ # Get a copy of the directory's "license" property value.
-$ svnmucc -r ${BASEREV} propget license ${PROJURL} > /tmp/prop.tmpfile
+$ svn -r ${BASEREV} propget license ${PROJURL} > /tmp/prop.tmpfile
  $ # Tweak the property.
  $ vi /tmp/prop.tmpfile
  $ # Commit the new property value.



More information about the svnbook-dev mailing list