Web Browsing of SVN

To browse via the web use the ViewVC interface:

http://svn.apache.org/viewvc/karaf/webconsole/trunk/

Or to browse the source tree directly:

https://svn.apache.org/repos/asf/karaf/webconsole/trunk/

Checking out from SVN

svn co https://svn.apache.org/repos/asf/karaf/webconsole/trunk webconsole

Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.

SVN and Eclipse

See this article for getting started guides. Basically you need subclipse

Branches

We use the trunk for the next main release; then we use a branch for any bug fixes on the previous major release. You can look at all branches here

https://svn.apache.org/repos/asf/karaf/webconsole/branches/

Using GIT-SVN

A git-svn mirror is available.

PROJECT_NAME="karaf-webconsole"
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.