|
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:
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:
- 3D: Benno Schmidt,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
- Earth Observation: Ben Maathuis,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
- Geoprocessing: Benjamin Proß,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
- Geostatistics: Edzer Pebesma,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
- ILWIS: Rob Lemmens,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
; Martin Schouwenburg,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
- Metadata Management: Kristian Senkler,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
- Security & GeoRM: Jan Drewnak,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
- Semantics: Krzysztof Janowicz,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
- Sensor Web: Simon Jirka,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
Once you have write access, you are ready to submit code. Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS. Please use one of the following URLs to get to the right community branch:
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 |