Opened 14 years ago

Closed 14 years ago

#1286 closed task (fixed)

Modify svn:externals declaration to allow caching of external references

Reported by: trevorwekel Owned by: trevorwekel
Priority: low Milestone: 2.2
Component: Build System Version: 2.2.0
Severity: minor Keywords:
Cc: External ID:

Description

Currently the svn:externals declarations in Oem are defined as

CsMap http://svn.osgeo.org/metacrs/csmap/trunk/CsMapDev fusion http://svn.osgeo.org/fusion/trunk

This prevents any external repositories from caching CsMap and fusion. Modifying the definitions to use relative paths should allow externals repositories to cache both.

/metacrs/csmap/trunk/CsMapDev CsMap /fusion/trunk fusion

This is needed to reduce the load of svn.osgeo.org when performing regular MapGuide builds.

Change History (2)

comment:1 by trevorwekel, 14 years ago

Status: newassigned

Oops. Should have used wikiformatting for the declarations. Changing

CsMap http://svn.osgeo.org/metacrs/csmap/trunk/CsMapDev
fusion http://svn.osgeo.org/fusion/trunk

to

/metacrs/csmap/trunk/CsMapDev CsMap
/fusion/trunk fusion

comment:2 by trevorwekel, 14 years ago

Resolution: fixed
Status: assignedclosed

Change made to trunk in r4614.

Note: See TracTickets for help on using tickets.