Versions Compared

Key

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

...

Use the command "svn ci -m "comment" file_name" to commit files to svn

Creating new SVN modules

Developers: Put in a ticket requesting a new module.
SysOPS: As root on subversion server, run

Code Block
svnadmin create /repos/<reponame>
chown apache:apache /repos/<reponame>