Changes between Version 10 and Version 11 of SystemAdministration


Ignore:
Timestamp:
Jan 8, 2015, 4:55:05 PM (10 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration

    v10 v11  
    3939Subversion is used for version control; the repositories are stored in /home/svn.  Repositories are accessed securely from subversion clients (such as !NetBeans) using the URL:
    4040    * svn+ssh://jupiter2.raidtech.net/home/svn/<repositoryname>
    41 Separate repositories are used for each sub-team that does not need to share code with other sub-teams (e.g. gameapp, sensors, etc.)[BR]
     41Separate repositories are used for each sub-team that does not need to share code with other sub-teams (e.g. gameapp, sensors, etc.).  Experiments should be done using the test repository.
    4242=== Creating a repository:
    4343{{{
     
    7373== Trac Wiki and Defect Tracking
    7474[http://trac.edgewall.org/wiki/TracGuide Trac] provides a host of features including trouble ticketing, a software repository browser, and a general-purpose wiki.  The plugins [http://trac-hacks.org/wiki/PermRedirectPlugin PermRedirect] and [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManager] are installed for additional features.  Important directories/files for configuration include:
    75 
    7675 * /var/local/trac
    7776 * /var/local/trac/conf/trac.ini
     77Note that a symbolic link should be created in each of the trac sub-directories back to the VERSION file to avoid an annoying error message:
     78{{{
     79   ln -s /var/local/trac/VERSION conf/VERSION
     80   ln -s /var/local/trac/VERSION db/VERSION
     81   ln -s /var/local/trac/VERSION htdocs/VERSION
     82   ln -s /var/local/trac/VERSION log/VERSION
     83   ln -s /var/local/trac/VERSION plugins/VERSION
     84   ln -s /var/local/trac/VERSION templates/VERSION
     85}}}