[svnbook commit] r3140 - trunk/src/en/book

fitz noreply at red-bean.com
Sun Jun 15 23:53:56 CDT 2008


Author: fitz
Date: Sun Jun 15 23:53:55 2008
New Revision: 3140

Log:
Use the proper format for dates in svn log in Chapter 2.

Thanks to Bhuvaneswaran A (bhuvan at collab.net) for finding this.

* src/en/book/ch02-basic-usage.xml: Fixey fixey.



Modified:
   trunk/src/en/book/ch02-basic-usage.xml

Modified: trunk/src/en/book/ch02-basic-usage.xml
==============================================================================
--- trunk/src/en/book/ch02-basic-usage.xml	(original)
+++ trunk/src/en/book/ch02-basic-usage.xml	Sun Jun 15 23:53:55 2008
@@ -1773,15 +1773,15 @@
       <screen>
 $ svn log
 ------------------------------------------------------------------------
-r3 | sally | Mon, 15 Jul 2002 18:03:46 -0500 | 1 line
+r3 | sally | 2008-05-15 23:09:28 -0500 (Thu, 15 May 2008) | 1 line
 
 Added include lines and corrected # of cheese slices.
 ------------------------------------------------------------------------
-r2 | harry | Mon, 15 Jul 2002 17:47:57 -0500 | 1 line
+r2 | harry | 2008-05-14 18:43:15 -0500 (Wed, 14 May 2008) | 1 line
 
 Added main() methods.
 ------------------------------------------------------------------------
-r1 | sally | Mon, 15 Jul 2002 17:40:08 -0500 | 1 line
+r1 | sally | 2008-05-10 19:50:31 -0500 (Sat, 10 May 2008) | 1 line
 
 Initial import
 ------------------------------------------------------------------------
@@ -1854,7 +1854,7 @@
       <screen>
 $ svn log -r 8 -v
 ------------------------------------------------------------------------
-r8 | sally | 2002-07-14 08:15:29 -0500 | 1 line
+r8 | sally | 2008-05-21 13:19:25 -0500 (Wed, 21 May 2008) | 1 line
 Changed paths:
    M /trunk/code/foo.c
    M /trunk/code/bar.h




More information about the svnbook-dev mailing list