Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: check out of branch instructions added

...

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

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

...

Code Block
svn co https://svn.apache.org/repos/asf/cxf/trunk cxf

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

Code Block

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

Setting up your subversion client

...