donmullen / mingle_git
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | Sat Sep 20 13:48:52 -0700 2008 | |
| |
Rakefile | Fri Aug 01 08:18:10 -0700 2008 | |
| |
app/ | Fri Aug 08 14:51:37 -0700 2008 | |
| |
db/ | Mon Aug 11 04:24:47 -0700 2008 | |
| |
gems/ | Fri Aug 08 14:51:37 -0700 2008 | |
| |
init.rb | Sat Aug 02 11:19:36 -0700 2008 | |
| |
install.rb | Fri Aug 01 08:18:10 -0700 2008 | |
| |
lib/ | Fri Sep 05 11:32:24 -0700 2008 | |
| |
tasks/ | Fri Aug 01 08:18:10 -0700 2008 | |
| |
test/ | Fri Aug 01 08:18:10 -0700 2008 | |
| |
tmtags | Fri Aug 01 08:18:10 -0700 2008 | |
| |
todo.taskpaper | Sat Sep 20 13:37:14 -0700 2008 | |
| |
uninstall.rb | Fri Aug 01 08:18:10 -0700 2008 |
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.
