Can't find community edition release tags on GitHub anymore

Answered

Until now I've used links like the one below to access sources for a certain version of IntelliJ IDEA Community Edition:

https://github.com/JetBrains/intellij-community/releases/tag/idea/182.5107.16

Apparently there is only one tag now and I can't find the sources I'm interested in, i.e. the ones for the recently released version 2018.2.6.

Are these now available in a different location?

 

0
2 comments

The GitHub repository doesn't contain any tags for performance reasons.
If you need to check out a tag, fetch it from the repository mirror which contains all of them - git://git.jetbrains.org/idea/community.git
There are scripts fetch-tag.sh and list-tags.sh which simplify the task.

0

Please sign in to leave a comment.