Changes between Version 4 and Version 5 of WinSvnHooksIntegration


Ignore:
Timestamp:
May 10, 2012, 1:12:42 PM (12 years ago)
Author:
Lloyd Fernandes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WinSvnHooksIntegration

    v4 v5  
    1515 * Trac Prep {{{(tracSVNInfo.cmd)}}} - During this step a file is generated with a list of outstanding tickets along with owner and state. Also generated is a list of members in a specific group
    1616 * Subversion Pre Commit {{{(preCommit.cmd)}}}- This pre commit command check for the following using data generated from the above step. A sample {{{(pre-commit.cmd)}}} hook is provided.
    17   1. Enforces reference to one ticket only
     17  1. Enforces reference to 1 ticket only
    1818  2. Verifies minimum comment length (15)
    1919  3. Verifies ticket exists
     
    2222 *Trac Execution {{{(tracSVNInfo.cmd)}}} - During this step the command generated by previous step are executed.
    2323
    24 The first and last step above are executed in the background using AstuteSvcIntegration. The steps are currently combined into one command file but can be split if you need to run them on different schedules.
     24The first and last step above are executed in the background using AstuteSvcIntegration. The steps are currently combined into 1 command file but can be split if you need to run them on different schedules.
    2525
    2626== Bugs/Feature Requests ==
     
    2929== Download ==
    3030
    31 Download the attached zip.
     31Download the attached Zip.
    3232
    3333== Source ==