# HG changeset patch # User Marcin Kuzminski # Date 2018-04-23 19:33:57 # Node ID 26696d7ec8d024a7721ae9e4ee7c5ec3743b70a2 # Parent 26728c4ad70150ca2b4d4e9f908d558fbc862266 docs: added note on upgrade tasks required diff --git a/docs/release-notes/release-notes-4.12.0.rst b/docs/release-notes/release-notes-4.12.0.rst --- a/docs/release-notes/release-notes-4.12.0.rst +++ b/docs/release-notes/release-notes-4.12.0.rst @@ -133,7 +133,11 @@ Upgrade notes handle SVN protocol. We did thoughtful tests for SVN compatibility. Please be advised to check the behaviour of SVN repositories during this update. +A check and migrate of SVN hooks is required. In order to do so, please execute +`Rescan filesystem` from admin > settings > Remap and Rescan. This will migrate +all SVN hook to latest available version. To migrate single repository only, +please go to the following url: `your-rhodecode-server.com/REPO_NAME/settings/advanced/hooks` + - Diff caches are turned off by default for backward compatibility. We however recommend turning them on either individually for bigger repositories or globally for every repository. This setting can be found in admin > settings > vcs, or repository > settings > vcs -