One of my biggest painpoints with Radiant is figuring out what is
different on my local copy and my test server’s copy and keeping them
in sync. I think I just figured out a half-decent way to do it…
First you need to download the snapshot extension (search the mailing
list). This creates a static snapshot of your entire site and put it
in a folder called ‘snapshot’.
Install the extension in both Radiant installations.
Create snapshots of each (it outputs the whole site to
${RAILS_ROOT}/snapshot) and use ‘diff’ to compare them.
It’s a little tedious but I’m sure someone who is better at Capistrano
could probably do this in a script.