Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Comparing to RevBlob objects

Hi all,

I have two RevBlob bojects and I need to determinate with one is
"younger" (has less modifications) to indicate does this change is
incoming or outgoing.

Objects equality isn't a problem, because this we can figure out based
on object id (baseRev.getId().equals(remote.getId())). But how
determinate change direction if objects id's are different ?

-- 
Best regards

GSM: +48 695 192 160
Blog: http://luksza.org
LinkedIn: http://www.linkedin.com/in/dariuszluksza


Back to the top