Versions Compared

Key

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

...

https://svn.apache.org/repos/asf/karaf/sandbox/

Using GIT-SVN

...

A git-svn mirror is available.

Code Block

PROJECT_NAME="karaf"
git clone git://git.apache.org/"$PROJECT_NAME"
cd "$PROJECT_NAME"/.git; wget http://git.apache.org/authors.txt; cd ..
git config svn.authorsfile ".git/authors.txt"
git svn init --prefix=origin/ --tags=tags --trunk=trunk --branches=branches https://svn.apache.org/repos/asf/"$PROJECT_NAME"
git svn rebase

Building the code

To then build the code see Building.