On Tue, Apr 24, 2012 at 07:26:18AM +0200, Pasquale Di Donato wrote: > Got it... > This is how I proceeded: > > -> svn checkout http://svn.osgeo.org/postgiss/trunk > -> ./make_dist.sh (creates a new folder postgis-cvs > -> cd postgis-cvs > -> ./autogen.sh > -> ./configure > -> cd doc > -> make html (or pdf)
By using the ./make_dist.sh call and working inside the created folder it won't be easy to contribute patches back, instead you can take out the 2nd step: -> svn checkout http://svn.osgeo.org/postgiss/trunk -> cd trunk -> ./autogen.sh -> ./configure -> cd doc -> make html (or pdf) Then work on the sources and use ``svn diff'' to produce patches. --strk; ,------o-. | __/ | Delivering high quality PostGIS 2.0 ! | / 2.0 | http://strk.keybit.net - http://vizzuality.com `-o------' _______________________________________________ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users