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.
  1. svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk C:\OpenSource --username yourusername
  2. svn checkout https://fdoarcsde.osgeo.org/svn/fdoarcsde/trunk/Providers/ArcSDE C:\OpenSource\Providers\ArcSDE --username yourusername
  3. svn checkout https://fdogdal.osgeo.org/svn/fdogdal/trunk/Providers/GDAL C:\OpenSource\Providers\GDAL --username yourusername
  4. svn checkout https://fdordbms.osgeo.org/svn/fdordbms/trunk/Providers/GenericRdbms C:\OpenSource\Providers\GenericRdbms --username yourusername
  5. svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF C:\OpenSource\Providers\SDF --username yourusername
  6. svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP C:\OpenSource\Providers\SHP --username yourusername
  7. svn checkout https://fdowfs.osgeo.org/svn/fdowfs/trunk/Providers/WFS C:\OpenSource\Providers\WFS --username yourusername
  8. 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.