Home Source Repository
Repositories old

Overview

52°North uses Subversion to manage source code. Instructions regarding Subversion use can be found at http://svnbook.red-bean.com/ .

 

Web Access

All 52°North repositories have read access.The following is a link to the online source repository.

   https://svn.52north.org/cgi-bin/viewvc.cgi

 

Download code via anonymous access

The source code can be checked out anonymously from SVN at the repository base URL:

   https://svn.52north.org/svn/geostatistics
   https://svn.52north.org/svn/security

   https://svn.52north.org/svn/semantics
   https://svn.52north.org/svn/swe
   https://svn.52north.org/svn/ilwis
   https://svn.52north.org/svn/geoprocessing

 

Developer access for committing code

If you are interested in committing code to one of the 52°North repositories, you must receive write access from the respective community leader/code manager:

  • Geoprocessing: Bastian Schäffer, schaeffer(a)52north.org
  • Geostatistics: Edzer Pebesma, pebesma(a)52north.org
  • ILWIS: Rob Lemmens, lemmens(a)52north.org; Martin Schouwenburg, schouwenburg(a)52north.org
  • Semantics: Krzysztof Janowicz, janowicz(a)52north.org
  • Sensor Web: Simon Jirka, jirka(a)52north.org
  • Security & GeoRM: Jan Drewnak, drewnak(a)52north.org


Access from behind a firewall


For those users stuck behind a corporate firewall which blocks http access to the Subversion repository, you can try to access it via the developer connection (see above).


Access through a proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.

Example : Edit the 'servers' file and add something like :

   [global]
   http-proxy-host = your.proxy.name
   http-proxy-port = 3128

 
back top