Re: [Geoserver-users] how to checkout particular version of source code

2017-04-07 Thread Andrea Aime
On Fri, Apr 7, 2017 at 8:48 AM, peter987 wrote: > Hi, > > Earlier I checkout the source code from the git repository by running > following command in git shell. > > git clone git://github.com/geoserver/geoserver.git geoserver > > Is the above command downloads the 2.9.0

Re: [Geoserver-users] how to checkout particular version of source code

2017-04-07 Thread peter987
Hi, Earlier I checkout the source code from the git repository by running following command in git shell. git clone git://github.com/geoserver/geoserver.git geoserver Is the above command downloads the 2.9.0 version of geoserver source code or the latest one ? If it download/clone the latest

Re: [Geoserver-users] how to checkout particular version of source code

2017-04-06 Thread Andrea Aime
Hi, I cannot help with windows instructions, but wondering, in case you just need the 2.9.0 source code without any history attached to it, you can just go and download the sources from github, there are a zip and a tar.gz compressed version of it:

[Geoserver-users] how to checkout particular version of source code

2017-04-05 Thread peter james
Hi, how to build the sources using maven for particular geoserver 2.9.0 version or how to clone/checkout the particular version of source code(geoserver version 2.9.0) from the git repository.kindly explain with the execution steps on windows.