Changes between Version 4 and Version 5 of SystemAdministration


Ignore:
Timestamp:
Jan 8, 2015, 1:48:27 PM (10 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration

    v4 v5  
    4343sudo chmod -R g+w        /home/svn/myrepo/locks
    4444}}}
     45After creating a repository, add it to Trac using the web interface [http://wiki.raidtech.net/admin/versioncontrol/repository here].  If there is data in the repository already, you may need to execute the following command:
     46{{{
     47sudo trac-admin /var/local/trac repository resync "myrepo"
     48}}}
     49You may also need to add a post-commit hook in the repository to call:
     50{{{
     51trac-admin /var/local/trac changeset added "myrepo" $REV
     52}}}
    4553For more information see: http://svnbook.red-bean.com/en/1.7/svn.reposadmin.create.html
    4654