Add version control DAO operation to retrieve resource by revision
commit99606619d492ee3fe79c45740f4e0d07b99969ee
authorImran M Yousuf <imyousuf@smartitengineering.com>
Fri, 30 Jan 2009 03:27:58 +0000 (30 09:27 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Fri, 30 Jan 2009 03:27:58 +0000 (30 09:27 +0600)
treea24e97d03f06d4532d0d078dbd5ae49394cb44e9
parent932579b363f79c189a40199fc2d843ccab47859d
Add version control DAO operation to retrieve resource by revision

The need for this change was felt while transforming domain resource to
api resource, domain resource misses the content which it needs from the
API and thus this operation is introduced.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-version/smart-version-api/src/main/java/com/smartitengineering/version/api/dao/VersionControlDao.java
smart-version/smart-version-jgit-impl/src/main/java/com/smartitengineering/version/impl/jgit/JGitImpl.java
smart-version/smart-version-jgit-impl/src/main/java/com/smartitengineering/version/impl/jgit/JGitVersionControlDao.java
smart-version/smart-version-jgit-impl/src/test/java/com/smartitengineering/version/impl/jgit/JGitImplTest.java