Luis F. Amorim França ha scritto: > 2009/7/25 Andrea Aime <[email protected] <mailto:[email protected]>> > > Hmmm... so yo don't have the minimal directory in the web folder? > It's a svn external, should be checked out by svn automatically. > > To double check I just did a: > > svn co http://svn.codehaus.org/geoserver/branches/1.7.x geoserver > > > I did that again and the minimal directory isn't there, I just have the > /src and pom.xml at web folder. I also noticed that this message appears > after the checkout: > > svn: Can't convert string from 'UTF-8' to native encoding: > svn: > geoserver/data/citewfs-1.1/featureTypes/sf_Entit?\195?\169G?\195?\169n?\195?\169rique > > Could this be the problem? I guess not....
It most likely is instead, svn will stop checking out there instead of going on. I guess your OS is not setup to work with UTF8, and the above file just breaks it. Pity, we need to keep those files in order to pass the OGC conformance tests. Depending on your OS you'll need to do different thing in order to enable UTF-8 support. Lately I've been working with XP and Ubuntu 9.04, both support the accented chars out of the box for me. aa...@phoenix:~$ echo $LANG it_IT.UTF-8 I'm using ext4, but I also checked on a Ubuntu 7.10 server sitting under my desk and it can handle the checkout fine as well. I have the LANG set to it_IT.UTF-8 there too thought. Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
