Versions Compared

Key

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

...

The site is distributed across two systems. The first is a Subversion based system that is used for the "top level" site. The second are wiki pages that are linked from that top level site.

...

If you do not have commit privileges so the site repository you will need to create a patch an upload that to a Jira. From the root of the site repository the patch can be created with the following command. This is the directory that contains the sub-directories: branches, site, tags, trunk.  First revert any changes to the site directory as these will be regenerated by the committer.  Including these in the patch will make the patch review much more difficult.

Code Block
svn revert --recursive site
svn diff > KNOX-nnn.patch

...