CONTENTS OF THIS FILE --------------------- * Introduction * Requirements * Installation * Configuration INTRODUCTION ------------ The Kanbanize SVN post commit hook allows the use of smart commits to track each SVN commit. * For a full documentation of the available commands, visit: http://blog.kanbanize.com/kanbanize-to-svn-integration/ * To submit bug reports and feature suggestions: 'office@kanbanize.com' REQUIREMENTS ------------ * Java Runtime Environment 7+ INSTALLATION ------------ * Windows: Add "post-commit.cmd" and "SVNPostCommitHook.jar" to the hooks directory of your SVN server. * Linux: Add "post-commit" and "SVNPostCommitHook.jar" to the hooks directory of your SVN server. Make sure that both files are accessible and can be executed by the SVN user. CONFIGURATION ------------- * Set KANBANIZE_URL in the post commit script - Ex: mycompany.kanbanize.com * Set KANBANIZE_APIKEY in the post commit script - The API key of a Kanbanize user account. We recomend using a dedicated Administrator user or a standard user (e.g. SVN_user) with permissions to access, comment and modify cards on the desired boards.