You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Source code

This project uses Subversion to manage its source code. Instructions on Subversion use can be found at http://svnbook.red-bean.com/.

Web Access

The following is a link to the online source repository.

http://svn.apache.org/viewvc/incubator/felix/

Anonymous access

The entire Felix project repository can be checked out anonymously from SVN with this command:

$ svn checkout http://svn.apache.org/repos/asf/incubator/felix felix

The above command will check out everything including the sandbox and releases areas. You can check out just the Felix source trunk with this command:

$ svn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk felix-trunk

Likewise, the source for individual subprojects can be checked out by simply specifying their directory name in the repository. Use the "web access" link above to determine the precise portion of the repository you wish to check out.

Access from behind a firewall

Refer to the documentation of the SCM used for more information about an access behind a firewall.

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
  • No labels