- 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
master
kbulgrien 2007-12-30 05:37:41 +00:00
parent 334c1c6347
commit c5f8f47049
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -32,7 +32,7 @@ checking differences and merging any manual edits developers may have made.
notation, and that today is 2007-12-30. notation, and that today is 2007-12-30.
$ cd /home/data/svn/crossfire/maps/trunk $ 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 Note that the day of the last svn2cl is used in case new entries were made
that day following the svn2cl run. that day following the svn2cl run.