View on GitHub

Scmadapter

This is to build a robust adapter for source code management systems like CVS, clearcase, git, svn through which patch generation, side-by-side genearation, finding lines of code modified LOC, functions introduced newly, files added, modified, deleted, moved information

Download this project as a .zip file Download this project as a tar.gz file

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

  1. List of files modified, added, moved, removed.
  2. Lines of code Added, Modified, Deleted.
  3. Generation of modified file and repository version file with out connecting to your workspace or server.
  4. Ability to have call backs on certain type of patterns that exists in your patch to further act upon through custom logic
  5. Beautiful side-by-side file changes viewer, in-line editor and a merge utility.
  6. Support for Git, CVS, Clearcase, SVN, and extend for your proprietary SCM wrapper systems.

How to use

Contributors

Madhavarao Kulkarni(@madhavabk)