Versions Compared

Key

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

Web Browsing of GIT

To browse via the web use the GIT web interface:

https://git-wip-us.apache.org/repos/asf?p=cxf.git

Or via Fisheye courtesy of Atlassian:

http://fisheye6.atlassian.com/browse/cxf

Checking out from GIT

The source code can be checked out anonymously over HTTPs by doing:

Code Block
git clone https://git-wip-us.apache.org/repos/asf/cxf.git

 

Forking on GitHub

CXF's git repo is automatically mirrored on github at: https://github.com/apache/cxf  

You can fork that repository, commit changes to your fork, and submit pull requests through GitHub's pull request mechanisms.