How checkout source from Scala Trac?

2019-08-26 02:07发布

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.

2条回答
beautiful°
2楼-- · 2019-08-26 02:36

The use of a search engine with the keywords "Scala SVN" yields: http://www.scala-lang.org/node/213

查看更多
Viruses.
3楼-- · 2019-08-26 02:55

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

查看更多
登录 后发表回答