...
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> |