community.git repo tags don't match binary release numbers
JetBrains.org instructions say that one should checkout community.git, install Community Edition and create an Idea SDK that points to Community Edition home path and uses community.git repo contents as sources. But the problem is that binary build numbers and repo tags won't match. E.g. I can get binary build 103.14, install it, but there is no idea/103.x tags in the repo at all. That means that sources and binaries will be slightly different, that may not harm if you are lucky, but the possibility of mismatch when debugging bugs me. Or did I misunderstand any instructions?
请先登录再写评论。
Hello Max,
Please have a better look. The community repository does have tags for all
builds of IDEA and other products:
http://git.jetbrains.org/?p=idea/community.git;a=tags
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Wow! That's really weird! My repo clone does not contain idea/103.x tags at all, but all idea/104.x are present! Looks like, my repo is somehow broken. I'll clone it once again and report if tags have appeared when done.
Hello Max,
Note that the 103.* tags are in the x0x branch, not in master.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hmm, I just cloned community.git, "git branch -a" shows "maia" and "master" branches only. Now I am on master branch, and idea/103.x tags are present
I had exactly the same problem with tags(tags was different) and fresh clone helps me to. Maybe it is git issue not IDEA repository.