Where I can get the source code of Spark?

Please tell me where I can get the source code of Spark?thanks

Hi hawker1115,

Currently the source is only available via svn: http://www.jivesoftware.org/source.jsp Once Spark 2.0 is released you’'ll be able to download the source like you can with Smack or Wildfire.

Hope that helps,

Ryan

Hi,

what is svn?

Is source code for spark available?

Hi parikshit123,

what is svn?

From the introduction section of the The Subversion Book:

Subversion is a free/open-source version control system. That is, Subversion manages files and directories over time. A tree of files is placed into a central repository. The repository is much like an ordinary file server, except that it remembers every change ever made to your files and directories. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of ?time machine?.

Is source code for spark available?

See the link in my previous post.

Hope that helps,

Ryan

Hi Ryan,

Thanks very much for your help.

I will go to the site to find out more about SVN.

Is it possible to download the source code in tar / tar.gz format from svn server ?

if yes, then how?

thanks,

Parikshit.

Hi,

may I ask if you are using an IDE like Eclipse for Java? Eclipse has build-in SVN support so it should not be a problem to get the code.

LG