hi all,
naive question about svnbranch jump !
i did checkout geoserver on the trunk, few month ago.
i always up-to-date the code by svn update.
Now you guys tell us to move to the 1.6.x branch.
How can i do this without loose my changes, my data ?
with svn, i have to ckeckout the branch.
Do i need to redo my configuration ?
thanks again and again...
--
Sébastien Geindre
DPREVI/AERO/DEV
sebastien.geindre __at__ meteo.fr
Sébastien Geindre ha scritto:
hi all,
naive question about svnbranch jump !
i did checkout geoserver on the trunk, few month ago.
i always up-to-date the code by svn update.
Now you guys tell us to move to the 1.6.x branch.
How can i do this without loose my changes, my data ?
with svn, i have to ckeckout the branch.
Do i need to redo my configuration ?
"My changes, my data" -> the data directory?
If so, you just have to point geoserver to the data directory
you were using before (run it setting the environment
variable GEOSERVER_DATA_DIR=path/to/your/data/dir).
Or do you have actual code changes
Cheers
Andrea
Andrea Aime a écrit :
"My changes, my data" -> the data directory?
If so, you just have to point geoserver to the data directory
you were using before (run it setting the environment
variable GEOSERVER_DATA_DIR=path/to/your/data/dir).
ok thanks !
Or do you have actual code changes
not yet !
but i need to make one about provided gml:id
http://jira.codehaus.org/browse/GEOS-1427
you wrote : "If the xml parser generates
a feature with the id that the user specified, we just need to change
the basic fid mapper."
maybe i could try it, could you tell me where is this 'basic fid mapper' ? geotools ?
Cheers
Andrea
--
Sébastien Geindre
DPREVI/AERO/DEV
sebastien.geindre __at__ meteo.fr