Page tree

Versions Compared

Key

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

...

Code Block
sudo mkdir /var/svn-repos
sudo addgroup --gid 3001 subversion
sudo chown -R www-dataserveradmin:subversion /var/svn-repos/
sudo chmod -R 770750 /var/svn-repos/

Now our model we do not want Subversion users tied to the operating system. So we are going to rely on our catch all server admin id, serveradmin,

...