Welcome to ScmAdapter
ScmAdapter is simple open source project which helps you with generation of source code from the patches. This also supports following features that may help you directly or through an integration in your projects.
Features
- List of files modified, added, moved, removed.
- Lines of code Added, Modified, Deleted.
- Generation of modified file and repository version file with out connecting to your workspace or server.
- Ability to have call backs on certain type of patterns that exists in your patch to further act upon through custom logic
- Beautiful side-by-side file changes viewer, in-line editor and a merge utility.
- Support for Git, CVS, Clearcase, SVN, and extend for your proprietary SCM wrapper systems.
How to use
- Download & extract the software along with dependencies listed in 3rdParty.
- Modify configuration file to include repositories to support, security to connect to repository
- Modify configuration file to handle extensions, output location, patch ID generation and other features.
- Execute ScmAdapter.pl either stand alone or extend it with CGI to drive through Web Interface.
Contributors
Madhavarao Kulkarni(@madhavabk)