Versions Compared

Key

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

...

The top level site is kept under Subversion control. Committing the files causes the top level website to be updated.

...

1. Checkout site files

The first time you work with the site you will need to check it out from Subversion. The knox-site directory can be any directory you prefer. You can skip the "Update site files" step the first time you checkout the files.

Code Block
svn 1b. checkout https://svn.apache.org/repos/asf/incubator/knox knox-site
cd knox-site

...