Edgewall Software

Changes between Version 156 and Version 157 of TracOnWindows


Ignore:
Timestamp:
Apr 16, 2006, 11:29:40 AM (18 years ago)
Author:
denney@…
Comment:

Makes it a little easier for a beginner (like me) to figure out what I need to do to get the hook scripts working.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v156 v157  
    389389=== Optional pre- and post-commit hooks for Subversion ===
    39039032. In order to use pre- and post-commit hooks with Subversion on Windows, please refer to the files described in #1602, as the these files are not commited into the trunk as of version 0.9-dev.
     391
     392The files you need are "pre-commit.2.bat", "post-commit.2.bat", "trac-pre-commit-hook_4bat" and "trac-post-commit-hook_4bat". The pre-commit hook makes it a requirement to reference a ticket before commiting the changes.
     393
     394Place the desired ".bat" and "trac-" files in your Subversion repository "hooks" directory and configure the ".bat" file for your system (remove the ".2" from the filename ofcourse). For more information on hooks, read the [http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html#svn.reposadmin.create.hooks Hook Scripts] section of the Subversion book.
    391395
    392396=== Finally... ===