87: git backend

dsve*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Aug. 18, 2007
a backend for the git scm would be nice.
#1 dsve*****@gmai***** (Google Code) (Is this you? Claim this profile.)
I'm kind of working on this but I don't have much time so if someone else fixes this
I will not cry.
david
#2 david
  • -Type-Defect
    +Type-Enhancement
chipx86
#3 chipx86
  • +Component-SCMTools
#4 tri****@gmai***** (Google Code) (Is this you? Claim this profile.)
I have been looking into what is required generally for git support:

diff parsing - a 'git diff' is a slightly non standard format (particularly no
timestamps next to orig and new when parsing files in a diff), maybe the diffparsing
can be overridden on the SCMTool layer?

revisions - git doesn't think in revisions, so some assumptions of centralized
repositories will have to be refactored. This also applies to SCMTool subclasses and
repository access

If anyone is working on this, Id be willing to help out. If not i will see what i can
come up with. 



chipx86
#5 chipx86
Thanks for the hard work, everyone!
  • +Fixed