Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

You can browse the source code using Subversion's Web interface:

http://svn.apache.org/repos/asf/geronimo/yoko/trunk

Checking out from SVN

The source code can be checked out anonymous over HTTP by using:

Code Block
svn checkout http://svn.apache.org/repos/asf/geronimo/yoko/trunk distribution

Committers can check out the code over HTTPS by using:

Code Block
svn checkout https://svn.apache.org/repos/asf/geronimo/yoko/trunk distribution

Accessing the Repository Through a Proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your serversconfiguration 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.

For example, you would add something like the following to your servers file:

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