Plugin svn repository moved?
Hi,
I'm trying to check out the scala plugin source as per: http://www.jetbrains.net/confluence/display/SCA/How+to+build+Scala+plugin+for+IntelliJ+IDEA+from+scratch
However, I just get:
$ svn co http://svn.jetbrains.com/idea/Trunk/scala/ idea-scala-plugin
svn: Repository moved temporarily to 'http://www.jetbrains.com'; please relocate
I've tried substituting http://svn.jetbrains.com with http://www.jetbrains.com to no avail.
Where's the source currently located?
Cheers,
Andrew
Please sign in to leave a comment.
The code has moved to the new JetBrains GIT repository (along with most of the newly open-sourced IDEA code!)
web interface: http://git.jetbrains.org/?p=idea/scala-plugin.git
checkout: git://git.jetbrains.org/idea/scala-plugin.git
Thanks Jason!