Page tree

Versions Compared

Key

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

...

Before creating repositories users and a group must be defined to have access to create or it will not work
so we add the group subversion and the user www-data which is what apache uses,

Code Block
sudo mkdir /varopt/svn-repos
sudo addgroup --gid 3001 subversion

...