Changes between Version 4 and Version 5 of SystemAdministration
- Timestamp:
- Jan 8, 2015, 1:48:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemAdministration
v4 v5 43 43 sudo chmod -R g+w /home/svn/myrepo/locks 44 44 }}} 45 After 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 {{{ 47 sudo trac-admin /var/local/trac repository resync "myrepo" 48 }}} 49 You may also need to add a post-commit hook in the repository to call: 50 {{{ 51 trac-admin /var/local/trac changeset added "myrepo" $REV 52 }}} 45 53 For more information see: http://svnbook.red-bean.com/en/1.7/svn.reposadmin.create.html 46 54