Go to file
rjtanner abd2acb595 Spelling correction (Fromt he -> From the) in world map (world/world_121_116) near Navar.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18109 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-05-14 05:56:40 +00:00
Info
animations/maps/navar_city
azumauindo Update references to a consitent format of Pup Land (instead of pupland, Pupland) in Guild Mainfloor maps. No funcational changes. Missed in previous commit. 2012-04-02 05:42:42 +00:00
brest Update references to a consitent format of Pup Land (instead of pupland, Pupland) in Guild Mainfloor maps. No funcational changes. Missed in previous commit. 2012-04-02 05:42:42 +00:00
darcap New map in Darcap, Temple of Valkyrie (darcap/darcap/temples/valkyrie). World map in Darcap (world/world_116_102) updated to make room for the temple. 2012-05-10 06:05:42 +00:00
dragonisland Rename invis_exit in random destinations to lake country (/world/world_109_126) in all five Dragon Hanger maps. Technical change, no functional changes. 2012-05-11 05:14:04 +00:00
dungeons Grammar change (seeings -> sightings) to message text in Old Mineshaft (dungeons/xyzzy-mines) in Wilderness. 2012-03-19 05:22:59 +00:00
editor
euthville Specify region of euthville for Valriel's Church (euthville/valriel) in Ruins of Euthville. 2012-05-04 04:59:01 +00:00
inn_and_outpost Spelling correction (jewelery -> jewelry) to multiple maps. 2012-03-16 03:58:37 +00:00
lake_country Rename invis_exit in random destinations to lake country (/world/world_109_126) in all five Dragon Hanger maps. Technical change, no functional changes. 2012-05-11 05:14:04 +00:00
marksel
mlab Spelling correction (sacrafice -> sacrifice) in message text to Cloud World Castle, Dungeon Level 2 (mlab/citydeclouds/castle/cwdccastleb2) in City de Clouds. 2012-03-23 04:24:08 +00:00
navar_city Fix god's name. 2012-05-12 12:19:50 +00:00
planes
port_joseph Update entrance x,y coordinates to Gren's House (port_joseph/town/house) in Port Joseph. 2012-05-03 04:18:05 +00:00
pup_land Rename invis_exit in random destinations to lake country (/world/world_109_126) in all five Dragon Hanger maps. Technical change, no functional changes. 2012-05-11 05:14:04 +00:00
python Don't log the bell, it works. 2012-04-22 14:10:25 +00:00
quests Use archetypes. 2012-04-14 17:24:08 +00:00
santo_dominion Update references to a consitent format of Pup Land (instead of pupland, Pupland) in Guild Mainfloor maps. No funcational changes. Missed in previous commit. 2012-04-02 05:42:42 +00:00
scorn Moved map idea credit to the map header in Bank of Skud (scorn/shops/bank) in Scorn. Technical change only, no functional changes. 2012-05-09 05:42:32 +00:00
sisters Capitalization correction in message text to Three Sisters Tower, Level 3 (sisters/tower3) in Three Sisters. 2012-03-30 04:44:29 +00:00
start Punctuation update and map name reference correction (beginners house -> Starting House) in message text to Nexus (start/Nexus). 2012-03-30 04:54:27 +00:00
styles
teamarena
templates Update references to a consitent format of Pup Land (instead of pupland, Pupland) in Guild Mainfloor maps and template. No funcational changes. 2012-04-02 05:38:58 +00:00
test
under_world
unlinked Spelling correction (succesful -> successful) to message text in Greyshield maps. 2012-03-19 05:50:20 +00:00
whalingoutpost Word spacing updates in message text to Glacier Keep, Dungeon Level 1 (whalingoutpost/misc/castleb1) in Whaling Outpost. 2012-03-31 01:57:49 +00:00
wolfsburg Update references to a consitent format of Pup Land (instead of pupland, Pupland) in Guild Mainfloor maps. No funcational changes. Missed in previous commit. 2012-04-02 05:42:42 +00:00
world Spelling correction (Fromt he -> From the) in world map (world/world_121_116) near Navar. 2012-05-14 05:56:40 +00:00
.emergency
COPYING
ChangeLog Updated ChangeLog file using svn2cl. 2012-05-13 07:36:00 +00:00
HallOfDMs
HallOfSelection
README
regions.reg
world.quests Quest: recover a holy chalice. 2012-04-29 16:51:42 +00:00

README

==============================================================================
ChangeLog
==============================================================================

The ChangeLog file has been built with svn2cl 0.7 and 0.9 as obtained fromm
http://ch.tudelft.nl/~arthur/svn2cl/downloads.html.  Do not use version 0.6
or older as it appears to generate incompatible ChangeLog formats.

These instructions presume an installation of the tarball similar to this.
The actual paths may be different for each developer, but these are used for
sake of example.  There is no requirement to use the example paths.

  $ cd ~
  $ tar -xzf svn2cl-0.9.tar.gz

To update the ChangeLog, a command sequence like this is generally possible
with one caveat.  Do not check in the results without checking the the changes
with svn diff to avoid throwing away someone's comments that are more verbose
than the svn commit comment.

  $ cd /home/data/svn/crossfire/maps/trunk
  $ ~/svn2cl-0.9/svn2cl.sh

The following may be safer, but also may not entirely regenerate missing
entries if manual edits have been made.  Again, never check in updates without
checking differences and merging any manual edits developers may have made.

1) Only generate portion of the ChangeLog since the last svn2cl run.

   Determine the date of the last svn2cl run by looking at the top of the
   ChangeLog.  For this example, presume 2007-12-20 is the last svn2cl
   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-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.

   Place the contents of ChangeLog.New at the top of the ChangeLog file, but
   make sure to delete any redundant entries.  If manual entries have been
   made, merge any additional content with the appropriate svn2cl generated
   entries.

2) Regenerate the entire log, but generate a patch file.

  $ cd /home/data/svn/crossfire/maps/trunk
  $ ~/svn2cl-0.9/svn2cl.sh --output=ChangeLog.New
  $ diff -u ChangeLog ChangeLog.New >ChangeLog.patch

  Verify the ChangeLog.patch file and remove any patch hunks that would remove
  information prior to patching up the ChangeLog file for commit.