Changes between Version 7 and Version 8 of TracCvsntIntegrationPlugin


Ignore:
Timestamp:
Nov 23, 2015, 9:28:10 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracCvsntIntegrationPlugin

    v7 v8  
    55== Description
    66
    7 This experimental plugin integrates CVSNT and Trac. It consists of a loginfo hook script for CVSNT and a plugin for Trac. The loginfo hook script creates a changeset database dedicated for this integration. Then it calls trac-admin to add the changeset. The Trac plugin provides a CVSNT repository that gets the change info from this new database.
     7This experimental plugin integrates CVSNT and Trac. CVSNT is a version of CVS for Windows.
    88
    9 The changesets appear in the Timeline and Tickets get updated (of course depending on the commit log message).
     9This plugin consists of a loginfo hook script for CVSNT and a plugin for Trac. The loginfo hook script creates a changeset database dedicated for this integration. Then it calls trac-admin to add the changeset. The Trac plugin provides a CVSNT repository that gets the change info from this new database.
     10
     11The changesets appear in the Timeline and Tickets get updated, of course depending on the commit log message.
    1012
    1113The CVSNT repository does not (yet) support the source browser.
     
    2527== Download
    2628
    27 Download the zipped source from [download:traccvsntintegrationplugin here].
     29Download the zipped source from [export:traccvsntintegrationplugin here].
    2830
    2931== Source
    3032
    31 You can check out TracCvsntIntegrationPlugin from [http://trac-hacks.org/svn/traccvsntintegrationplugin here] using Subversion, or [source:traccvsntintegrationplugin browse the source] with Trac.
     33You can check out TracCvsntIntegrationPlugin from [/svn/traccvsntintegrationplugin here] using Subversion, or [source:traccvsntintegrationplugin browse the source] with Trac.
    3234
    3335== Installation
    3436
    3537 1. CVSNT hook set-up:
    36   a. Copy `CvsntLoginfo.py`, `ProjectConfig.py` and `loginfo_script.py` to your machine (probably the CVSNT root folder is an appropriate place).
     38  a. Copy `CvsntLoginfo.py`, `ProjectConfig.py` and `loginfo_script.py` to your machine, probably the CVSNT root folder is an appropriate place.
    3739  a. Edit the string constants in `ProjectConfig.py` to match your configuration.
    3840  a. Modify the CVSNT loginfo hook so it will call python to run `loginfo_script.py` (not that the hook runs in an empty environment so you require full path names).