Is your concern that you want to be able to modify source code just on your machine or that you can't for some reason install svn?
If it's the former, even if you checkout using svn, you can't modify anything outside the machine as changes can be checked in only by the committers of the project. You will need to raise a JIRA for the changes to go back in as described by the wiki page. If the latter, try downloading the source code using the downloads section in https://lucene.apache.org/solr and choose the download which ends as -src.tgz, that has the source bundled as a single file. On 17 Mar 2015 07:42, "Nitin Solanki" <nitinml...@gmail.com> wrote: > Hi Gora, > Hi, I want to make changes only into my machine without svn. > I want to do test on source code. How ? Any steps to do so ? Please help.. > > On Tue, Mar 17, 2015 at 1:01 PM, Gora Mohanty <g...@mimirtech.com> wrote: > > > On 17 March 2015 at 12:22, Nitin Solanki <nitinml...@gmail.com> wrote: > > > > > > Hi, > > > I want to modify the solr source code. I don't have any idea > > where > > > source code is available. I want to edit source code. How can I do ? > > > Any help please... > > > > Please start with: > > > > > http://wiki.apache.org/solr/HowToContribute#Contributing_Code_.28Features.2C_Bug_Fixes.2C_Tests.2C_etc....29 > > > > Regards, > > Gora > > >