Spark - svn: E670008: Name or service not known

When trying to attempting to checkout Spark via svn, I get this:

svn checkout http://svn.igniterealtime.org/svn/repos/spark/trunk

svn: E670008: Unable to connect to a repository at URL ‘http://svn.igniterealtime.org/svn/repos/spark/trunk

svn: E670008: Name or service not known

ping svn.igniterealtime.org

Ping request could not find host svn.igniterealtime.org. Please check the name and try again.

But pinging the site, without a sub, does work:

ping igniterealtime.org

Pinging igniterealtime.org [199.193.196.18] with 32 bytes of data:

Reply from 199.193.196.18: bytes=32 time=66ms TTL=51

How can I check-out the latest Spark code?

its been moved to github

I thought SVN should be in a read-only form, but maybe it is not available anymore (though i can browse it via Fisheye) and nobody noticed this as we have moved to Git long ago. Specifically GitHub. You can checkout it from here https://github.com/igniterealtime/Spark

As SVN is read-only, it is almost a few years old. So the latest source is only available on GitHub.