[Mapbender-dev] branches, tags and svn ...

Ulrich Rothstein uli.rothstein at ccgis.de
Fri Nov 3 08:25:21 EST 2006


Hi,

On Fri, November 3, 2006 12:10 pm, Thomas Baschetti wrote:
> Hi,
>
>>
>> You asked about the svn. At the moment we commit the new or changed code
>> only to the mapbender trunk and don't offer a testbed.
>>
>> I think it's a good idea to setup a testarea where new code can be
>> presented to the community. But I don't know, how this can be organized
>> in the svn.
>
> Don't know either, but it definitly would be nice.
>
>> Another question we discussed about at the FOSSGIS 2006 was: Where can
>> we leave code which is not generic or assume a special database or
>> architecture or is not following the standars, but maybe is nice to have
>> (some examples poi-search [needs configuration and geodata in a
>> postgresql database], str/hsnr-search implemented on postgresql ...). It
>> would be nice to have a branch where this code could be left.
>
> What about a special directory?
>
> For my modules i first used $MAPBENDEROOT/http/extensions,
> at the moment i put all in a new directory in
> $MAPBENDEROOT/http/itebo to
> keep it separated from the original distribution.
>
> I wanted to use a direcory-order like
>  http/extensions/extension1
>  http/extensions/extension2
>  http/extensions/extension3
> but this won't work because of code like
>
>> require_once("../php/mb_validateSession.php");

Björn has proposed to change all the 'includes' and 'requires' to the
following syntax:

require_once(dirname(__FILE__)."/../../conf/mapbender.conf");

That solves the problem of the directory-depth.


>
> which require to be only one level down.
>
> Ciao
> Thomas Baschetti
> ITEBO GmbH
> --
> Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
> Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe at mapbender.osgeo.org
> For additional commands, e-mail: dev-help at mapbender.osgeo.org
>
>


-- 
--------------------------------
        Ulrich Rothstein
          CCGIS GbR
        Siemensstraße 8
         53121 Bonn
           GERMANY
--------------------------------

   uli.rothstein at ccgis.de
        www.ccgis.de
    www.mapbender.org
--------------------------------
Zentrale:  ++49 (0) 228 90826  0
Durchwahl: ++49 (0) 228 90826 17
Fax:       ++49 (0) 228 90826 11
--------------------------------





More information about the Mapbender_dev mailing list