Update to fix error triggered by wrong order of svn2cl -r dates.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8068 282e977c-c81d-0410-88c4-b93c2d0d6712
master
kbulgrien 2007-12-30 05:40:34 +00:00
parent c5f8f47049
commit 5c531e1274
1 changed files with 39 additions and 5 deletions

View File

@ -1,3 +1,22 @@
2007-12-30 05:45 kbulgrien
* ChangeLog: Update to fix error triggered by wrong order of svn2cl
-r dates.
2007-12-30 05:37 kbulgrien
* README: - Change the order of the dates when using -r with svn2cl
so that the log
information is written in reverse order.
2007-12-30 05:28 kbulgrien
* ChangeLog: Update including addition of prior entries.
2007-12-30 05:26 kbulgrien
* README: Update with information about how to generate an svn2cl
report between two dates (inclusive).
2007-12-30 05:25 kbulgrien
@ -5,14 +24,29 @@
floor.
Remove some duplicate floor (grass) from some trees.
2007-12-30 05:26 kbulgrien
2007-12-28 10:38 tchize
* README: Update with information about how to generate an svn2cl
report between two dates (inclusive).
* editor/scripts/WorldMaker: Update script so it now handles big
image file with less disk copy.
Replace pnmpaste of world file (which output result in a copy)
with a custom in file replacement
(no copy, no need to reread full file on each iteration).
1G world file are now feasible with reasonable run time.
2007-12-30 05:30 kbulgrien
2007-12-28 07:17 kbulgrien
* ChangeLog: Update including addition of prior entries.
* README: - Add a README that briefly describes ChangeLog
maintenance with svn2cl and
notes various issues associated when it is used to update the
ChangeLog.
2007-12-28 06:59 kbulgrien
* ChangeLog: - Updated ChangeLog with svn2cl 0.9, and merged
manually edited information
with the autogenerated information. Removed one apparent error
indicating
a change that does not exist in trunk.
2007-12-27 22:35 tchize