Versions Compared

Key

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

...

GitHub

To browse via the web use the ViewVC interface:

http://svn.apache.org/viewvc/cxf/trunk/

Or via Fisheye courtesy of Atlassian:

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

Or to browse the source tree directly:

the sources via GitHub: 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.

The repository is dual-hosted, so it's also valid to use https://gitboxhttp://svn.apache.org/repos/asf/cxf/trunk/?p=cxf.git

Checking out from

...

GIT

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

Code Block

svn co http://svn.apache.org/repos/asf/cxf/trunk cxf

Committers can check out the code over HTTPS:

languagebash
git clone
Code Block

svn co https://svngithub.com/apache.org/repos/asf/cxf/trunk cxf

Committers needing to check out a specific branch can do so as follows:

cxf.git

or

Code Block
languagebash
git clone
Code Block

svn co https://svngitbox.apache.org/repos/asf/cxf/branches/{branch name} cxf

Setting up your subversion client

When adding files to subversion, it's important that your subversion client is properly setup to the appropriate subversion properties are set. The client can do it automatically by modifying the auto-props section of the subversion config file. Use the contents of:

Code Block

http://svn.apache.org/repos/asf/cxf/trunk/etc/svn-auto-props

Using git

Apache also maintains a git mirror of the svn repository. You can clone the git repository via:

Code Block

git clone git://git.apache.org/cxf.git

or

Code Block

git clone http://git.apache.org/cxf.git

For committers/developers interested in using git for CXF trunk development, Apache has some documentation:

.git

 

FishEye

In addition you can use: https://fisheye.apache.org/browse/cxf

...