From c5f8f47049f84b3cb745feefdff9e552a7f25845 Mon Sep 17 00:00:00 2001 From: kbulgrien Date: Sun, 30 Dec 2007 05:37:41 +0000 Subject: [PATCH] - Change the order of the dates when using -r with svn2cl so that the log information is written in reverse order. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8067 282e977c-c81d-0410-88c4-b93c2d0d6712 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index df3dd1e1e..8b8646fde 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ checking differences and merging any manual edits developers may have made. notation, and that today is 2007-12-30. $ cd /home/data/svn/crossfire/maps/trunk - $ ~/svn2cl-0.9/svn2cl.sh -o ChangeLog.New -r "{2007-12-20}:{2007-12-30}" + $ ~/svn2cl-0.9/svn2cl.sh -o ChangeLog.New -r "{2007-12-30}:{2007-12-20}" Note that the day of the last svn2cl is used in case new entries were made that day following the svn2cl run.