Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
04/23/08 08:48:03 (16 years ago)
Author:
DavidMcConnell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    55== Some basics ==
    66 * Trac  - This wiki specialised to provide tools useful for managing or tracking a project.  The buttons along the top lead to useful functions.
    7     * '''Browse source'''  shows the file system we have set up in subversion.
    8     * '''Timeline''' shows what changes have been made recently, and by whom.
    9     * '''New ticket''' allows bugs or new tasks to be entered as a ticket, and '''View tickets''' gives various views of those tickets.
     7    * [https://svn.atnf.csiro.au/parkespol/browser Browse source] shows the file system we have set up in subversion.
     8    * [https://svn.atnf.csiro.au/trac/parkespol/timeline Timeline] shows what changes have been made recently, and by whom.
     9    * [https://svn.atnf.csiro.au/trac/parkespol/newticket New ticket] allows bugs or new tasks to be entered as a ticket, and [https://svn.atnf.csiro.au/trac/parkespol/report View tickets] gives various views of those tickets.
     10
    1011 * subversion (svn) is the version control system used.
    1112    * A good reference is [http://svnbook.red-bean.com/]
     
    3132   * All the FORTRAN source is in src/.
    3233   * The main Makefile is in the top (trunk) directory.
    33    * The architecture directories (Darwin, Linux, SunOS) contain supplementary Makefiles that set architecture-specific symbols, and bin/ directories to receive the binaries.
     34   * The architecture directories (Darwin, Linux, SunOS) contain supplementary Makefiles that set architecture-specific symbols and are used when you invoke the main trunk/Makefile, and bin/ directories to receive the binaries.
    3435 1. The URL for the repository is https://svn.atnf.csiro.au/parkespol  In a browser that address will bring you to this page. In svn that address will give access to the repository.
    3536 1. A typical cycle for changing the code is:
     
    4344  svn commit https://svn.atnf.csiro.au/parkespol
    4445}}}
    45 
    46 == Starting Points ==
     46----
     47== Trac documentation ==
    4748
    4849 * TracGuide --  Built-in Documentation