=head1 NAME UPDATING =head1 SYNOPSIS Notes on updating from previous versions of SVN::Web =head1 WARNING This is out of date for 0.60 =head1 DESCRIPTION If you have not modified the supplied template files the update can be carried out by: =over 4 =item 1. Backing up your existing F file. =item 2. Removing all the files in your current C directory. =item 3. Running C from this distribution. This will copy the new templates, as well as creating a new F. =item 4. Restoring the F that you backed up in step 1, and making any changes, as described below. =back If you have made local modifications then the following information should help you merge the changes in this version in to your modified files. =head2 0.52 to 0.53 =over =item Update the C key in your configuration file to 0.53. =item Subversion paths are now escaped by SVN::Web before being passed to the templates, resulting in a change to every template that contains a path. In general, this means that where previously you would write: [% path | uri | html %] in a template, now you can just write [% path %] If you do not re-run C when you upgrade to this version you B update the templates by hand. =back =head2 0.51 to 0.52 =over =item Update the C key in your configuration file to 0.52. =back =head2 0.50 to 0.51 =over =item Update the C key in your configuration file to 0.51. =back =head2 0.49 to 0.50 =over 4 =item The configuration file must now contain a C key, the value of which must match the SVN::Web version. If it is not present, or does not match, SVN::Web will C, and generate an appropriate error in the logs. Add this line: version: 0.50 to F, after making sure that you have updated the configuration file to contain all the necessary new directives. =item There are many new configuration options for actions. Either run C, as advised above, or view the documentation for each action, which has been updated to show the new entries that should be placed in F for the action. This change has also affected all the action templates save for F and F. There is a new F