- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala SVN -> Github Migration
Wed, 2011-11-30, 15:13
Hello Scala Community!
We're migrating the Scala SVN repository to github. This means that in a few short hours, the *official* scala repository will be http://github.com/scala/scala.
A few quick notes:
We hope this venture will improve the Scala development process and, most importantly, allow more community involvement and a more rapid response from the core team to contributions. We thank you all for your patience and understanding in the move.
- Josh Suereth
We're migrating the Scala SVN repository to github. This means that in a few short hours, the *official* scala repository will be http://github.com/scala/scala.
A few quick notes:
- The unofficial repository currently located at http://github.com/scala/scala will be moved to http://github.com/scala/legacy-svn-scala. It's history will no longer be supported. We've rewritten the SVN history to make it faster for users to fork, read commits and make changes. Those who have pull-requests against the *unofficial* repository can expect support from yours truly in migrating their pull-requests to the official repo. Send me an email if you need help migrating your commits.
- You will *STILL* be required to sign the CLA before any patches/pull requests can be accepted into the main repository. Patches should *still* be accompanied by appropriate tests and will have to be reviewed by a core commiter for merging. The unofficial repository didn't have any official set of rules on the github site. See here for some good information from the scaladoc maintainers on what contribution requirements are: https://wiki.scala-lang.org/display/SW/Contributing (Pay note to the CLA and copyright ownership clauses).
- Things will be in a state of flux for a period of time, until we get a handle on the new development workflow. While we have a lot of things we'd like to get in place (e.g. an automated bot that will run tests on pull requests and comment directly on your open pull requests, alleviating some of the burden of verification of patches), this first venture will be a bit more fluid. Please bear with us as we migrate all of our ecosystem to git and github.
- The official Scala wiki will *still be* http://wiki.scala-lang.org, and is not migrating to Github.
- The old SVN repository is now READ ONLY.
We hope this venture will improve the Scala development process and, most importantly, allow more community involvement and a more rapid response from the core team to contributions. We thank you all for your patience and understanding in the move.
- Josh Suereth
Wed, 2011-11-30, 15:27
#2
Re: Scala SVN -> Github Migration
Absolutely brilliant!
Thanks a lot!
Thanks a lot!
Wed, 2011-11-30, 15:37
#3
Re: Scala SVN -> Github Migration
excellent!
Wed, 2011-11-30, 15:37
#4
Re: Scala SVN -> Github Migration
What should happen to the links in ScalaDoc pointing to the Trac/SVN stuff?
Any chance being able to link methods to line numbers with the code being on GitHub now?
Any chance being able to link methods to line numbers with the code being on GitHub now?
Wed, 2011-11-30, 15:37
#5
Re: Scala SVN -> Github Migration
excellent!
Wed, 2011-11-30, 15:47
#6
Re: Re: Scala SVN -> Github Migration
Good question. I know you can make URL links in github to code. That'll probably be one of things we tackle immediately after the switch.
On Wed, Nov 30, 2011 at 9:34 AM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com> wrote:
On Wed, Nov 30, 2011 at 9:34 AM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com> wrote:
What should happen to the links in ScalaDoc pointing to the Trac/SVN stuff?
Any chance being able to link methods to line numbers with the code being on GitHub now?
Wed, 2011-11-30, 15:47
#7
Re: Re: Scala SVN -> Github Migration
Good question. I know you can make URL links in github to code. That'll probably be one of things we tackle immediately after the switch.
On Wed, Nov 30, 2011 at 9:34 AM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com> wrote:
On Wed, Nov 30, 2011 at 9:34 AM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com> wrote:
What should happen to the links in ScalaDoc pointing to the Trac/SVN stuff?
Any chance being able to link methods to line numbers with the code being on GitHub now?
Wed, 2011-11-30, 15:47
#8
Re: Scala SVN -> Github Migration
What should happen to the links in ScalaDoc pointing to the Trac/SVN stuff?
Any chance being able to link methods to line numbers with the code being on GitHub now?
Any chance being able to link methods to line numbers with the code being on GitHub now?
Wed, 2011-11-30, 15:47
#9
Re: Re: Scala SVN -> Github Migration
On Wed, Nov 30, 2011 at 3:34 PM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com> wrote:
What should happen to the links in ScalaDoc pointing to the Trac/SVN stuff?absolutely
Any chance being able to link methods to line numbers with the code being on GitHub
now?well, not *now* as in this instant, but soon! -- all help (even if it's just pointing out what broke) much appreciated!
in any case, I'm super-excited!
a big thanks to Josh, Paul, Greg, and to all those involved in the migration (I hear it involved quite a bit of scripting, filtering, scrubbing and trimming)
cheersadriaan
Wed, 2011-11-30, 15:57
#10
Re: Re: Scala SVN -> Github Migration
On Wed, Nov 30, 2011 at 3:34 PM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com> wrote:
What should happen to the links in ScalaDoc pointing to the Trac/SVN stuff?absolutely
Any chance being able to link methods to line numbers with the code being on GitHub
now?well, not *now* as in this instant, but soon! -- all help (even if it's just pointing out what broke) much appreciated!
in any case, I'm super-excited!
a big thanks to Josh, Paul, Greg, and to all those involved in the migration (I hear it involved quite a bit of scripting, filtering, scrubbing and trimming)
cheersadriaan
Wed, 2011-11-30, 15:57
#11
Re: Re: Re: Scala SVN -> Github Migration
This is actually a little tricky to get right with GitHub. I did it with the Anti-XML build though, so you could look there for inspiration.
Daniel
On Nov 30, 2011, at 8:37 AM, "Josh Suereth" <joshua [dot] suereth [at] gmail [dot] com> wrote:
Daniel
On Nov 30, 2011, at 8:37 AM, "Josh Suereth" <joshua [dot] suereth [at] gmail [dot] com> wrote:
Good question. I know you can make URL links in github to code. That'll probably be one of things we tackle immediately after the switch.
On Wed, Nov 30, 2011 at 9:34 AM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com> wrote:
What should happen to the links in ScalaDoc pointing to the Trac/SVN stuff?
Any chance being able to link methods to line numbers with the code being on GitHub now?
Wed, 2011-11-30, 15:57
#12
Re: Re: Scala SVN -> Github Migration
Good question. I know you can make URL links in github to code. That'll probably be one of things we tackle immediately after the switch.
On Wed, Nov 30, 2011 at 9:34 AM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com> wrote:
On Wed, Nov 30, 2011 at 9:34 AM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com> wrote:
What should happen to the links in ScalaDoc pointing to the Trac/SVN stuff?
Any chance being able to link methods to line numbers with the code being on GitHub now?
Wed, 2011-11-30, 16:17
#13
Re: Scala SVN -> Github Migration
Great work Josh. :)
Best,Ismael
On Wed, Nov 30, 2011 at 2:13 PM, Josh Suereth <joshua [dot] suereth [at] gmail [dot] com> wrote:
Best,Ismael
On Wed, Nov 30, 2011 at 2:13 PM, Josh Suereth <joshua [dot] suereth [at] gmail [dot] com> wrote:
Hello Scala Community!
We're migrating the Scala SVN repository to github. This means that in a few short hours, the *official* scala repository will be http://github.com/scala/scala.
A few quick notes:
- The unofficial repository currently located at http://github.com/scala/scala will be moved to http://github.com/scala/legacy-svn-scala. It's history will no longer be supported. We've rewritten the SVN history to make it faster for users to fork, read commits and make changes. Those who have pull-requests against the *unofficial* repository can expect support from yours truly in migrating their pull-requests to the official repo. Send me an email if you need help migrating your commits.
- You will *STILL* be required to sign the CLA before any patches/pull requests can be accepted into the main repository. Patches should *still* be accompanied by appropriate tests and will have to be reviewed by a core commiter for merging. The unofficial repository didn't have any official set of rules on the github site. See here for some good information from the scaladoc maintainers on what contribution requirements are: https://wiki.scala-lang.org/display/SW/Contributing (Pay note to the CLA and copyright ownership clauses).
- Things will be in a state of flux for a period of time, until we get a handle on the new development workflow. While we have a lot of things we'd like to get in place (e.g. an automated bot that will run tests on pull requests and comment directly on your open pull requests, alleviating some of the burden of verification of patches), this first venture will be a bit more fluid. Please bear with us as we migrate all of our ecosystem to git and github.
- The official Scala wiki will *still be* http://wiki.scala-lang.org, and is not migrating to Github.
- The old SVN repository is now READ ONLY.
We hope this venture will improve the Scala development process and, most importantly, allow more community involvement and a more rapid response from the core team to contributions. We thank you all for your patience and understanding in the move.
- Josh Suereth
Wed, 2011-11-30, 16:17
#14
Re: Scala SVN -> Github Migration
Great work Josh. :)
Best,Ismael
On Wed, Nov 30, 2011 at 2:13 PM, Josh Suereth <joshua [dot] suereth [at] gmail [dot] com> wrote:
Best,Ismael
On Wed, Nov 30, 2011 at 2:13 PM, Josh Suereth <joshua [dot] suereth [at] gmail [dot] com> wrote:
Hello Scala Community!
We're migrating the Scala SVN repository to github. This means that in a few short hours, the *official* scala repository will be http://github.com/scala/scala.
A few quick notes:
- The unofficial repository currently located at http://github.com/scala/scala will be moved to http://github.com/scala/legacy-svn-scala. It's history will no longer be supported. We've rewritten the SVN history to make it faster for users to fork, read commits and make changes. Those who have pull-requests against the *unofficial* repository can expect support from yours truly in migrating their pull-requests to the official repo. Send me an email if you need help migrating your commits.
- You will *STILL* be required to sign the CLA before any patches/pull requests can be accepted into the main repository. Patches should *still* be accompanied by appropriate tests and will have to be reviewed by a core commiter for merging. The unofficial repository didn't have any official set of rules on the github site. See here for some good information from the scaladoc maintainers on what contribution requirements are: https://wiki.scala-lang.org/display/SW/Contributing (Pay note to the CLA and copyright ownership clauses).
- Things will be in a state of flux for a period of time, until we get a handle on the new development workflow. While we have a lot of things we'd like to get in place (e.g. an automated bot that will run tests on pull requests and comment directly on your open pull requests, alleviating some of the burden of verification of patches), this first venture will be a bit more fluid. Please bear with us as we migrate all of our ecosystem to git and github.
- The official Scala wiki will *still be* http://wiki.scala-lang.org, and is not migrating to Github.
- The old SVN repository is now READ ONLY.
We hope this venture will improve the Scala development process and, most importantly, allow more community involvement and a more rapid response from the core team to contributions. We thank you all for your patience and understanding in the move.
- Josh Suereth
Wed, 2011-11-30, 16:27
#15
Re: Scala SVN -> Github Migration
Great work Josh. :)
Best,Ismael
On Wed, Nov 30, 2011 at 2:13 PM, Josh Suereth <joshua [dot] suereth [at] gmail [dot] com> wrote:
Best,Ismael
On Wed, Nov 30, 2011 at 2:13 PM, Josh Suereth <joshua [dot] suereth [at] gmail [dot] com> wrote:
Hello Scala Community!
We're migrating the Scala SVN repository to github. This means that in a few short hours, the *official* scala repository will be http://github.com/scala/scala.
A few quick notes:
- The unofficial repository currently located at http://github.com/scala/scala will be moved to http://github.com/scala/legacy-svn-scala. It's history will no longer be supported. We've rewritten the SVN history to make it faster for users to fork, read commits and make changes. Those who have pull-requests against the *unofficial* repository can expect support from yours truly in migrating their pull-requests to the official repo. Send me an email if you need help migrating your commits.
- You will *STILL* be required to sign the CLA before any patches/pull requests can be accepted into the main repository. Patches should *still* be accompanied by appropriate tests and will have to be reviewed by a core commiter for merging. The unofficial repository didn't have any official set of rules on the github site. See here for some good information from the scaladoc maintainers on what contribution requirements are: https://wiki.scala-lang.org/display/SW/Contributing (Pay note to the CLA and copyright ownership clauses).
- Things will be in a state of flux for a period of time, until we get a handle on the new development workflow. While we have a lot of things we'd like to get in place (e.g. an automated bot that will run tests on pull requests and comment directly on your open pull requests, alleviating some of the burden of verification of patches), this first venture will be a bit more fluid. Please bear with us as we migrate all of our ecosystem to git and github.
- The official Scala wiki will *still be* http://wiki.scala-lang.org, and is not migrating to Github.
- The old SVN repository is now READ ONLY.
We hope this venture will improve the Scala development process and, most importantly, allow more community involvement and a more rapid response from the core team to contributions. We thank you all for your patience and understanding in the move.
- Josh Suereth
Wed, 2011-11-30, 16:47
#16
Re: Scala SVN -> Github Migration
Very nice!
On Wed, Nov 30, 2011 at 8:13 AM, Josh Suereth <joshua [dot] suereth [at] gmail [dot] com> wrote:
On Wed, Nov 30, 2011 at 8:13 AM, Josh Suereth <joshua [dot] suereth [at] gmail [dot] com> wrote:
Hello Scala Community!
We're migrating the Scala SVN repository to github. This means that in a few short hours, the *official* scala repository will be http://github.com/scala/scala.
A few quick notes:
- The unofficial repository currently located at http://github.com/scala/scala will be moved to http://github.com/scala/legacy-svn-scala. It's history will no longer be supported. We've rewritten the SVN history to make it faster for users to fork, read commits and make changes. Those who have pull-requests against the *unofficial* repository can expect support from yours truly in migrating their pull-requests to the official repo. Send me an email if you need help migrating your commits.
- You will *STILL* be required to sign the CLA before any patches/pull requests can be accepted into the main repository. Patches should *still* be accompanied by appropriate tests and will have to be reviewed by a core commiter for merging. The unofficial repository didn't have any official set of rules on the github site. See here for some good information from the scaladoc maintainers on what contribution requirements are: https://wiki.scala-lang.org/display/SW/Contributing (Pay note to the CLA and copyright ownership clauses).
- Things will be in a state of flux for a period of time, until we get a handle on the new development workflow. While we have a lot of things we'd like to get in place (e.g. an automated bot that will run tests on pull requests and comment directly on your open pull requests, alleviating some of the burden of verification of patches), this first venture will be a bit more fluid. Please bear with us as we migrate all of our ecosystem to git and github.
- The official Scala wiki will *still be* http://wiki.scala-lang.org, and is not migrating to Github.
- The old SVN repository is now READ ONLY.
We hope this venture will improve the Scala development process and, most importantly, allow more community involvement and a more rapid response from the core team to contributions. We thank you all for your patience and understanding in the move.
- Josh Suereth
Wed, 2011-11-30, 18:07
#17
Re: Scala SVN -> Github Migration
On Wed, Nov 30, 2011 at 09:13:20AM -0500, Josh Suereth wrote:
> We're migrating the Scala SVN repository to github. This means that in a
> few short hours, the *official* scala repository will be
> http://github.com/scala/scala.
Awesome! Thanks so much to everyone who worked on this effort. This
will be a huge boon for the community.
Thu, 2011-12-01, 20:07
#18
Re: Re: Scala SVN -> Github Migration
Simon Ochsenreither writes:
> What should happen to the links in ScalaDoc pointing to the Trac/SVN stuff?
>
> Any chance being able to link methods to line numbers with the code being on GitHub now?
Not sure I understand what you mean, but does this answer the question:
https://github.com/scala/scala/blob/master/src/library/scala/collection/...
(click one line number to start, then shift-click to get the end of the
range, and you get the URL)
Thu, 2011-12-01, 22:47
#19
Re: Re: Scala SVN -> Github Migration
The question is how expensive it is to drag the source code placement through the whole compiler until it can be processed by scaladoc (or if there is a better approach)?
Would need to have a look how the code is read into scaladoc...
Would need to have a look how the code is read into scaladoc...
Thu, 2011-12-01, 22:47
#20
Re: Re: Scala SVN -> Github Migration
The question is how expensive it is to drag the source code placement through the whole compiler until it can be processed by scaladoc (or if there is a better approach)?
Would need to have a look how the code is read into scaladoc...
Would need to have a look how the code is read into scaladoc...
Thanks a lot!