Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

No Format
$ 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:

No Format
$ 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.

...

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

Migrating your repository

For people with checked out copies of the original incubator repository, you will need to use the "svn switch" command to associate your workspace with the new URL. The command for doing this for the trunk is:

svn switch https://svn.apache.org/repos/asf/felix/trunkImage Added

If you have other directories checked out, e.g., sandbox or releases, then you will need to do for those too, modifying the above URL accordingly.