Peter,

this question belongs on the geoserver-devel list.

While is is possible to download the source zip file for 2.9.0, a git 
clone is much preferred if you are going to make changes.

To make a new branch from the 2.9.0 tag:

# clone the repository
git clone git://github.com/geoserver/geoserver.git

# change into the newly cloned repository
cd geoserver

# download all tags (as they are not cloned by default(?))
git fetch --tags

# switch to the tag you want
git checkout 2.9.0

# create a new branch (for example) "your-devel" from the tag
git checkout -b your-devel

Now you can make changes on this new branch and use git to manage them.

Note that the 2.9.x branch is no longer supported and this project 
requires that pull request are first targeted at master, where new 
development occurs. You will still be able to share your new branch in 
your own GitHub/BitBucket/... repositories. You can build from source 
and import into Eclipse using the procedure in the developer manual.

Kind regards,
Ben.

On 02/05/17 19:58, peter james wrote:
> Hi,
>
> If I try to run the below command in github,it will clone the latest
> geoserver version.
>
> *git clone git://github.com/geoserver/geoserver.git
> <http://github.com/geoserver/geoserver.git>*
>
> If I tried to clone the particular version 2.9.0(we need this version only)
> by running below command,whether it clone the zip file or extracted? If it
> clone the zip file of source code can we build this source code with
> Maven/can we modify the source code in eclipse?If it cannot run on zip file
> of source code then kindly give your instruction to run the same.
>
> *https://github.com/geoserver/geoserver/releases/tag/2.9.0
> <https://github.com/geoserver/geoserver/releases/tag/2.9.0>.*
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
>
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

-- 
Ben Caradoc-Davies <[email protected]>
Director
Transient Software Limited <http://transient.nz/>
New Zealand

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to