Add the jgit imlementation part of version api's jgit impl
commit298d29cf410baaa20278f111bd8aacd870bcd085
authorImran M Yousuf <imyousuf@smartitengineering.com>
Mon, 26 Jan 2009 11:01:24 +0000 (26 17:01 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Mon, 26 Jan 2009 11:01:24 +0000 (26 17:01 +0600)
tree00acaff5620df83d764b1b634aa09020a6495224
parent6ec914285ebe7bed76cae03e7013500412d6e72f
Add the jgit imlementation part of version api's jgit impl

It needs testing and especially objects with nested paths. DAO API is
modified to make it more meaningful by making retrieval of HEAD of any
resource lightweight.

JGit impl has 2 components - Wrapped component for aggregating meta
service and actualy jgit impl and secondly, the obvious jgit impl.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
pom.xml
smart-version/smart-version-api/src/main/java/com/smartitengineering/version/api/dao/VersionControlDao.java
smart-version/smart-version-jgit-impl/pom.xml
smart-version/smart-version-jgit-impl/src/main/java/com/smartitengineering/version/impl/jgit/App.java [deleted file]
smart-version/smart-version-jgit-impl/src/main/java/com/smartitengineering/version/impl/jgit/JGitDaoExtension.java [new file with mode: 0644]
smart-version/smart-version-jgit-impl/src/main/java/com/smartitengineering/version/impl/jgit/JGitImpl.java [new file with mode: 0644]
smart-version/smart-version-jgit-impl/src/main/java/com/smartitengineering/version/impl/jgit/JGitVersionControlDao.java [new file with mode: 0644]
smart-version/smart-version-jgit-impl/src/main/java/com/smartitengineering/version/impl/jgit/service/MetaVCService.java [new file with mode: 0644]