Which is the last 2.69 commit?

Please, I wish to compile the last available 2.69 commit, for compatibility with an exporting addon.
Could someone point me to the hash or suggest how to locate it in git repository?

I mean, someone most recent than the official release.

Thank you in advance,
paolo

Apart from find the right commit, I have a further problem in git:

If I revert to a certain commit, say it is 7e300ed, all goes fine, but when I try to get modules with

git submodule foreach git checkout 7e300ed

it says:

error: pathspec '7e300ed' did not match any file(s) known to git.

Moreover, I don’t know how to recover the right lib for that commit.

I’ll be grateful if somebody could help me, thank you.

paolo

the submodules use their own hashes, as well as the libs. You can just find the latest 2.69 commit in the main repo and get the libs and addons around the same date and time.

BTW: What is causing issues in 2.7x? Shouldn’t be difficult to fix the addon…

Thank you CoDEmanX for your reply

I cannot find sense of the repo, I will try though!

As for the addon, it is B-Maxwell, exporter for Maxwell Render, the last version 0.82 in blender 2.70 returns the error:

libc++abi.dylib: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc
Abort trap: 6

we are waiting for Nildar’s next release but… I don’t know if/when…

Thanks again,
paolo

Sergey posts the commands on the mailing list you need to get the proper checkouts as part of the ‘release ahoy’ so a little quality time with the google and…

Thank you Uncle Entity,
sadly I don’t understand what you mean… bad English on my part…
do you mean I have to google search?

paolo

Email from sergey:

Hey folks! Yes, you read it correct!
We’re ready for 2.69 Release Information for platform maintainers:

tag: blender-2.69-release
tag revision: 60991
addons revision: 4816
locale revision: 2458
Thanks everyone for the release!

Those are SVN rev numbers, so here the sha1 hashes for git:

Blender repo hash of 2.69 release tag is:
1b6b47cf51aa90069169c752475c02969b68faca

which was at 29th of October 2013 16:11:35

Latest commit to addons repo before 2.69 tag (27th Oct):
8dc52e4dec1db2805fc8de84b87a6c15cf9cf5d3

Addons contrib repo (27th Oct):
3a43744c9843bacb1908ac4cbc960f87570a39a7

win64 libs (25th Sep), note that libs are still SVN repos:
60366

Thanks a lot CoDEmanX, very kind of you!!!

paolo