Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Problems on EGit Update - MD5 hash is not as expected

On Tue, Oct 26, 2010 at 2:50 AM, Baumgart, Jens <jens.baumgart@xxxxxxx> wrote:
> What went wrong here?

This usually happens when you're exporting plug-ins with the same
version number OR replacing files on disk inside the plug-in without
changing the version.

In p2, everything is based around immutability of content: id +
version == set of bytes (MD5 hash).

If you're exporting from the IDE with PDE to quickly test things, this
shouldn't happen because we use .qualifier in all of our plug-ins.

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top