Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » extracting deltas from a pack using jGit
extracting deltas from a pack using jGit [message #741503] Wed, 19 October 2011 15:40
madmarcos  is currently offline madmarcos Friend
Messages: 1
Registered: October 2011
Junior Member
Hi there,

I have an SSH passthrough between a Git client and server and can intercept the packfile on a "git push" from the client. Currently, I send the pack data through an ObjectDirectoryPackParser. The Parser requires the original loose objects in the object database and the parsing ends up created loose objects with the deltas applied to them. Nice, but not what I am after. I would really like to extract the deltas directly from the packfile in their pure "delta" form and analyze the deltas specifically.
Is there some other set of parsing objects in jGit that can do this?

Also: I am pretty set on using jGit to do this as my attempts to deflate packfiles manually created some bizarre deflate errors when decompressing large packfiles.

thanks for any help!
Previous Topic:Quirk in "Compare with Version in Ancestor"
Next Topic:Commit Event Listener
Goto Forum:
  


Current Time: Sat Apr 27 04:26:00 GMT 2024

Powered by FUDForum. Page generated in 0.02898 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top