TeamForge tools Plan and track anything Document your work Work on tasks Manage source code Discuss stuff Report on project activity Release products Contribute knowledge Build and test Run a project

Integrate an unmanaged CVS repository with CollabNet TeamForge

After creating the repository, you must modify two triggers, verifymsg and loginfo, to complete the integration with CollabNet TeamForge .

The triggers must be modified manually, because much of the information in the triggers is specific to your CollabNet TeamForge installation.

Each trigger must be modified to run a .java program. These topics provide an annotated example and instructions on modifying and installing the trigger files.

Note: You must create the CVS repository before you can modify and install the trigger files.
Note: CVS servers that integrate with CollabNet TeamForge must use the native UNIX/Linux authentication method, and not external authentication mechanisms such as NIS, NIS+, Winbind, Active Directory, or LDAP. TeamForge creates and manipulates local system accounts using the default useradd, usermod, groupadd, groupdel, and userdel commands. It expects to find any accounts or groups it created in /etc/passwd and /etc/group.
Related questions
What's the difference between a "managed" and "unmanaged" CVS server?
Related actions
Integrate a source code server
Create a source code repository
More information
Video: Path-based Subversion permissions
What is ViewVC?