What community edition git tag corresponds to the Idea Ultimate IU-141.177 and IU-141.178.9 (14.1 and 14.1.1)?

Hi folks,

It used to be that you could just checkout the tag corresponding to the build (e.g. for build IU-141.177, 'git checkout idea/141.177') and at least have sources for most of the classes you need to debug through.  However, the current set of tags available on the CE github repo (https://github.com/jetbrains/intellij-community) does not contain the aforementioned number or the one for 178.9.  It seems that the numbering has gotten off.

So, what are the correct matching sources/tags?

Thanks,
-Eric

0

Hi,
Tag for IntelliJ Idea 14.1 is idea/141.177.4
Tag for IntelliJ Idea 14.1.1 is idea/141.178.9
Regards, Maksim

0
Avatar
Permanently deleted user

Didn't see that you had replied...

At any rate, those two tags do not exist in the git repository at https://github.com/jetbrains/intellij-community.  That was the point of the original post.

Since those tags do not exist, they need to be created in or pushed up to github.

Thanks,
-Eric

0

Does following link work for you
https://github.com/JetBrains/intellij-community/releases/tag/idea%2F141.178.9 ?
Btw, IntelliJ Idea 14.1.2 has tag idea/141.713.2 and correspending link is https://github.com/JetBrains/intellij-community/releases/tag/idea%2F141.713.2

0
Avatar
Permanently deleted user

The tags just weren't there after I did a git pull -- nor were the changes they pointed to.  But your links certainly pointed to a tag and a change that github knows about.

The answer ended up being that not all tags were downloaded with my normal workflow ( git checkout master; git pull ).  So I ran "git fetch --tags" and a few hundred more tags were downloaded, including the ones I had been missing.  The really odd thing is that git and gitk could all-of-a-sudden find the commit hashes where they couldn't before.  A tag must create a new hash, rather than just point to the underlying change.

Anyway, thanks for the help.

-Eric

0

Great you resolved the problem
Btw, IntelliJ Idea 14.1.3 has tag idea/141.1010.3 and correspending link is https://github.com/JetBrains/intellij-community/releases/tag/idea%2F141.1010.3

0

请先登录再写评论。