[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Minor correction in book

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-04-18 22:44:01 CEST

Log:
* doc/book/book/ch06.xml:
  Corrected small mistake in the property deletion example. Was deletion
  of 'license'
  property, but SVN's message referred 'foo' property.

Index: doc/book/book/ch06.xml
===================================================================
--- doc/book/book/ch06.xml (revision 5675)
+++ doc/book/book/ch06.xml (working copy)
@@ -728,7 +728,7 @@
         other property commands:</para>
 
       <screen>
-$ svn propdel license calc/button.c
+$ svn propdel foo calc/button.c
 property `foo' deleted from ''.
 $ svn proplist --verbose calc/button.c
 Properties on 'calc/button.c':

--
  Francois Beausoleil
  Developer of Java Gui Builder
  http://jgb.sourceforge.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 18 22:45:35 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.