Changes between Version 7 and Version 8 of WinSvnHooksIntegration


Ignore:
Timestamp:
Mar 11, 2015, 9:54:45 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • WinSvnHooksIntegration

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Windows SVN Hook Integration =
     3= Windows SVN Hook Integration
    44
    5 == Description ==
     5== Description
    66
    77The scripts attached permit Subversion pre/post tasks to be done in an asynchronous fashion.
    88
    9 === Assumptions ===
     9=== Assumptions
     10
    1011 * Coder is unlikely to put in a commit until after  n (scripts assume 5) minutes after the ticket is created
    1112 * Update of ticket/repository with change-set can wait for n (script assumes 5) minutes after the commit is completed.
    1213
    13 === Flow ===
    14 The flow consists of four steps.
     14=== Flow
     15
     16The flow consists of the following steps:
    1517 * 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
    1618 * 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.
     
    2426The 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.
    2527
    26 == Bugs/Feature Requests ==
     28== Bugs/Feature Requests
    2729
    2830Existing bugs and feature requests for WinSvnHooksIntegration are
     
    3234[http://trac-hacks.org/newticket?component=WinSvnHooksIntegration&owner=LloydFernandes new ticket].
    3335
    34 == Download ==
     36[[TicketQuery(component=WinSvnHooksIntegration&group=type,format=progress)]]
     37
     38== Download
    3539
    3640Download the latest revision from [download:winsvnhooksintegration here].
    3741
    38 == Source ==
     42== Source
    3943
    4044You can check out WinSvnHooksIntegration from [http://trac-hacks.org/svn/winsvnhooksintegration here] using Subversion, or [source:winsvnhooksintegration browse the source] with Trac.
    4145
    42 == Recent Changes ==
     46== Recent Changes
    4347
    4448[[ChangeLog(winsvnhooksintegration, 3)]]
    4549
    46 == Author/Contributors ==
     50== Author/Contributors
    4751
    4852'''Author:''' [wiki:LloydFernandes] [[BR]]
    49 '''Maintainer:''' [wiki:LloydFernandes] [[BR]]
     53'''Maintainer:''' [[Maintainer]] [[BR]]
    5054'''Contributors:'''