| 1 |
$Id: README.txt,v 1.4 2007/08/21 17:45:42 jpetso Exp $
|
| 2 |
|
| 3 |
Version Control / Project Node Integration -
|
| 4 |
Integrates project nodes (provided by the Project module)
|
| 5 |
with version control systems supported by the Version Control API.
|
| 6 |
|
| 7 |
|
| 8 |
SHORT DESCRIPTION
|
| 9 |
-----------------
|
| 10 |
This module makes it possible for users with a VCS account to associate
|
| 11 |
project nodes with repository locations and appoint co-maintainers for these
|
| 12 |
projects, which enables commit access control based on project maintainership.
|
| 13 |
|
| 14 |
Version Control / Project Node Integration depends on the
|
| 15 |
Version Control API and Project modules.
|
| 16 |
|
| 17 |
|
| 18 |
AUTHOR
|
| 19 |
------
|
| 20 |
Jakob Petsovits <jpetso at gmx DOT at>
|
| 21 |
|
| 22 |
|
| 23 |
CREDITS
|
| 24 |
-------
|
| 25 |
Some code in Version Control / Project Node Integration was taken from the
|
| 26 |
CVS integration module on drupal.org, its authors deserve a lot of credits
|
| 27 |
and may also hold copyright for parts of this module.
|
| 28 |
|
| 29 |
This module was originally created as part of Google Summer of Code 2007,
|
| 30 |
so Google deserves some credits for making this possible. Thanks also
|
| 31 |
to Derek Wright (dww) and Andy Kirkham (AjK) for mentoring
|
| 32 |
the Summer of Code project.
|