Full Source Code for Spark?

Hi spark developers,

I have downloaded SPARK 2.5.8 and OpenFire and installed perfectly. But i need to customize SPARK for some features. Hence, I need its full source code. I have googled source code for Spark for the last 24 hours for customization purpose but I could not get it. I hope this is simple for you. Could you help me how to get the full source code of Spark?

thanks

Use subversion: http://www.igniterealtime.org/downloads/source.jsp

Thanks @WhiteKnight,

I am not familier with SVN and how to download from the specified svn location. Could you help me?

Thank you for your time and consideration again

I use Windows, so TortoiseSVN is a good tool. To get the source code with TortoiseSVN, open explorer, create a folder, right click, select SVN Checkout, put in the url (“http://svn.igniterealtime.org/svn/repos/spark/trunk” for Spark), select OK and wait.

If you aren’t using Windows you could install Subversion and the use the command line on the source code download page (svn co http://svn.igniterealtime.org/svn/repos/spark/trunk spark).

1 Like

Thanks WhiteKnight,

my problem has been solved. Thank you very…very much.

molla

I did this and it reports back OPTIONS of "http://svn.igniterealtime.org/svn/repos/spark/trunk’: could not connect to server (http://svn.igniterealtime.org). I have set even try setting proxy and port in the servers file:

[global]

http-proxy-host = proxy.myproxy.com
http-proxy-port = 30010

These are the only two settings I enabled. The same setting works on another system that has supposedly similar configuration, but different SVN version. Works on 1.4.8 and failed on 1.6.5. Any advise? Thanks.

I’m using TortoiseSVN 1.6.5, so its not a version problem, and Subversion allows backward compatibility.

My only guess would be a firewall or other network related issue. Try using nslookup or ping or similar tools.

1 Like

It’s great!, thank you very much!, I didn’t meet ToirtoiseSVN software.

Thank you!. I am new to this and your post helped me alot.