Hello,
When I have updated Geoserver doco (eg. Oracle data store, SQL Server data store), I have updated the following SVN …
https://svn.codehaus.org/geoserver/trunk/doc/en
These mods were prior to the release of 2.1.0 and 2.1.1 but my mods have not made their way into either of these …
http://downloads.sourceforge.net/geoserver/geoserver-2.1.0-pdfdoc.zip
http://downloads.sourceforge.net/geoserver/geoserver-2.1.1-pdfdoc.zip
(By the way, the latter PDF has a blank table of contents)
When does the trunk doco make its way into production?
(It seems I may have a misunderstanding about how the changes flow.)
Regards,
David
On Thu, Sep 22, 2011 at 3:31 AM, David Collins
<david.8.collins@anonymised.com> wrote:
Hello,
When I have updated Geoserver doco (eg. Oracle data store, SQL Server data
store), I have updated the following SVN ..
https://svn.codehaus.org/geoserver/trunk/doc/en
These mods were prior to the release of 2.1.0 and 2.1.1 but my mods have not
made their way into either of these ..
http://downloads.sourceforge.net/geoserver/geoserver-2.1.0-pdfdoc.zip
http://downloads.sourceforge.net/geoserver/geoserver-2.1.1-pdfdoc.zip
(By the way, the latter PDF has a blank table of contents)
When does the trunk doco make its way into production?
(It seems I may have a misunderstanding about how the changes flow.)
As far as I know there is a automatic build updating http://docs.geoserver.org/
that closely follows your commits. Did you get the updates there?
The PDFs are generated manually instead, by whoever is doing the release,
using their own checkouts (and afaik few people actually manage to build
the PDF, the tool-chain requirements are a bit hard to meet, one needs to
have a super-duper complete latex install with all the bells and whistles).
It may be that who did the release had an up to date source tree, but
failed to update the doc one?
Cheers
Andrea
--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
-------------------------------------------------------
On Thu, Sep 22, 2011 at 3:31 AM, David Collins
<david.8.collins@anonymised.com> wrote:
Hello,
When I have updated Geoserver doco (eg. Oracle data store, SQL Server data
store), I have updated the following SVN ..
https://svn.codehaus.org/geoserver/trunk/doc/en
Ah sorry, I still need to wake up properly this morning.
If you update only trunk the documentation changes will be only part
of the 2.2.x
series documentation, which is still un-released.
In order to get the changes into the 2.1.x series you have to commit to:
https://svn.codehaus.org/geoserver/branches/2.1.x/doc/en
For work like that you actually need to commit to both, otherwise when we
switch to the 2.2.x series the doc change will be lost.
For documentation on new features appearing on trunk only, only the trunk
documentation will have to be modified.
In order to port the changes from one branch to the other have a look at
"svn merge", if you are using svn, or "git cherry-pick" if you are using git
as the svn client
Cheers
Andrea
--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
-------------------------------------------------------
In LaTeX it’s necessary to run the PDF generator multiple times - it doesn’t know page numbers until it’s laid out the entire document, so on the first run it does not put anything useful in the table of contents. I am not sure if the makefile that Sphinx generates takes this into account, but it sounds like it doesn’t if we are running into problems with the TOC.
–
David Winslow
OpenGeo - http://opengeo.org/
On Thu, Sep 22, 2011 at 2:27 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:
On Thu, Sep 22, 2011 at 3:31 AM, David Collins
<david.8.collins@anonymised.com> wrote:
Hello,
When I have updated Geoserver doco (eg. Oracle data store, SQL Server data
store), I have updated the following SVN …
https://svn.codehaus.org/geoserver/trunk/doc/en
These mods were prior to the release of 2.1.0 and 2.1.1 but my mods have not
made their way into either of these …
http://downloads.sourceforge.net/geoserver/geoserver-2.1.0-pdfdoc.zip
http://downloads.sourceforge.net/geoserver/geoserver-2.1.1-pdfdoc.zip
(By the way, the latter PDF has a blank table of contents)
When does the trunk doco make its way into production?
(It seems I may have a misunderstanding about how the changes flow.)
As far as I know there is a automatic build updating http://docs.geoserver.org/
that closely follows your commits. Did you get the updates there?
The PDFs are generated manually instead, by whoever is doing the release,
using their own checkouts (and afaik few people actually manage to build
the PDF, the tool-chain requirements are a bit hard to meet, one needs to
have a super-duper complete latex install with all the bells and whistles).
It may be that who did the release had an up to date source tree, but
failed to update the doc one?
Cheers
Andrea
–
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
On Thu, Sep 22, 2011 at 4:19 PM, David Winslow <dwinslow@anonymised.com> wrote:
In LaTeX it's necessary to run the PDF generator multiple times - it doesn't
know page numbers until it's laid out the entire document, so on the first
run it does not put anything useful in the table of contents. I am not sure
if the makefile that Sphinx generates takes this into account, but it sounds
like it doesn't if we are running into problems with the TOC.
Ah, this was new to me. The release guide does not say to run the command twice,
not sure if the script takes that into account, but I doubt it
Cheers
Andrea
--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
-------------------------------------------------------