public
Description: git plugin for thoughtworks mingle
Homepage:
Clone URL: git://github.com/donmullen/mingle_git.git
name age message
file README.rdoc Sat Sep 20 13:48:52 -0700 2008 not-production ready [donmullen]
file Rakefile Fri Aug 01 08:18:10 -0700 2008 can now start implemnting git stuff [muness]
directory app/ Fri Aug 08 14:51:37 -0700 2008 node revision update and optimizations [Don Mullen]
directory db/ Mon Aug 11 04:24:47 -0700 2008 submodule detection and better node creation - ... [Don Mullen]
directory gems/ Fri Aug 08 14:51:37 -0700 2008 node revision update and optimizations [Don Mullen]
file init.rb Sat Aug 02 11:19:36 -0700 2008 added some notes re overriding SourceController... [muness]
file install.rb Fri Aug 01 08:18:10 -0700 2008 can now start implemnting git stuff [muness]
directory lib/ Fri Sep 05 11:32:24 -0700 2008 fix for replicate revisions in history [Don Mullen]
directory tasks/ Fri Aug 01 08:18:10 -0700 2008 can now start implemnting git stuff [muness]
directory test/ Fri Aug 01 08:18:10 -0700 2008 can now start implemnting git stuff [muness]
file tmtags Fri Aug 01 08:18:10 -0700 2008 can now start implemnting git stuff [muness]
file todo.taskpaper Sat Sep 20 13:37:14 -0700 2008 readme and todo changes [Don Mullen]
file uninstall.rb Fri Aug 01 08:18:10 -0700 2008 can now start implemnting git stuff [muness]
README.rdoc

Mingle Git Plugin

A quick spike on getting a git plugin for mingle working. This should not be considered production ready - so use with caution!

Features

The git plugin currently supports:

 * Pulling in messages from git commits to the master branch.
 * Automatically pulls commits from the remote origin's master branch.
 * Showing a list of files that were added/deleted/modified.
 * Associating commits with the corresponding Mingle user.

Instructions

 0. Copy this plugin to your mingle install path/vendor/plugins
 1. Login as the user running the Mingle Server (unix login).
 2. Clone the project's git repository.
 3. Enter the path you cloned to in the project repository settings section.
 4. (Optional) Enter the git email addresses as the "Subversion user" in the users admin.
 5. (Optional) If you want the "Source" link to redirect to github, modify config/routes.rb by changing :controller to "git_source" instead of "source", and make sure you put in the github URL when configuring the project repository settings.

Known limitations

 * Potential problems with mingle revision numbers assumed to be sequential. Mingle caches the revision history, and if check-ins occur in git that change the order, the cache would not be correct.