Search code examples
version-controlscalatrac

How checkout source from Scala Trac?


This is ridiculous. I am trying to download some code from scala trac:

http://lampsvn.epfl.ch/trac/scala/browser/scala-tool-support/trunk/src/vim

How in the world do I find out which version control tool is used (SVN or git etc...) and what url to use to checkout/clone it?

PS: Great - it also doesn't download the original file - unless I click on the tiny "Original file" link at the bottom.


Solution

  • Is there a reason to not use the official Github repo?

    You can download it with git clone https://github.com/scala/scala-dist.git