Home: Building FDO Open Source
Get the Source

Get the Source

Review the Copyright and Licensing Information
Subversion Repositories
The SVN client enables you to download files from
a Subversion repository into a build folder. There is one repository
for the utilities, fdo core and thirdparty components and one repository
for each of the providers with the exeception of the MySQL and ODBC
providers, which share a repository. A URL identifies the repository
and a local path identifies the folder which receives the downloaded
files. In this document the build folder is called C:\OpenSource.
To get the source from the repositories do the
following in a cmd.exe window.
NoteYou will be prompted for
a password.
NoteThe parallelism between
the third and fourth arguments of the svn command, for example,
between “...trunk/Providers/ArcSDE” and “C:\OpenSource\Providers\ArcSDE”.
NoteThe fourth argument can
be an absolute or relative path.
-
svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk
C:\OpenSource --username yourusername
-
svn checkout https://fdoarcsde.osgeo.org/svn/fdoarcsde/trunk/Providers/ArcSDE
C:\OpenSource\Providers\ArcSDE --username yourusername
-
svn checkout https://fdogdal.osgeo.org/svn/fdogdal/trunk/Providers/GDAL
C:\OpenSource\Providers\GDAL --username yourusername
-
svn checkout https://fdordbms.osgeo.org/svn/fdordbms/trunk/Providers/GenericRdbms
C:\OpenSource\Providers\GenericRdbms --username yourusername
-
svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF
C:\OpenSource\Providers\SDF --username yourusername
-
svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP
C:\OpenSource\Providers\SHP --username yourusername
-
svn checkout https://fdowfs.osgeo.org/svn/fdowfs/trunk/Providers/WFS
C:\OpenSource\Providers\WFS --username yourusername
-
svn checkout https://fdowms.osgeo.org/svn/fdowms/trunk/Providers/WMS
C:\OpenSource\Providers\WMS --username yourusername
NoteThe fdocore components
includes a script called checkoutsvn.bat, which can be used to get
updates for the all of the components from the Subversion repositories.