wiki:TracIntro

What is Trac and how do I use it?

Trac is a tool that allows developers to keep track of bugs, fixes, feature requests, etc for a software development project. A trac site is associated with a subversion repository to integrate the tasks of documentation and project management with the code development. One big part of trac is the Wiki, where you're reading this documentation. Feel free to add to it or modify the content as needed. Another key element is the ticket system. Users and developers can employ tickets to report errors or ask usage related questions by clicking on the tabs to view make new tickets. One can access the features of trac using the bar at the top of the page: each tab links to the named function. To look at the exisiting tickets, click the "View Tickets" tab.

At this point, we expect general usage questions to continue to be posted to the Rutgers ROMS site, and issues related to the use, problems and features of the sediment transport part to be made into tickets on this site. In time, the tickets may be used to generate a FAQ and augment the documentation.

Here are two ways to initiate a new ticket :

Examining changes to the code is also possible with trac.

  • click the "Browse Source" tab on the top navigation bar
  • click "trunk"
  • click "makefile", and the contents of makefile are displayed
    • click "last change" located in the top right corner, and a color coded version shows what was last modified
  • if you go back to trunk/ROMS and click "last change", ALL the programs that were modified prior to the last commit are displayed with the modified code highlighted. The last previous version of each file is also listed. Powerful stuff!

return to the roms_sed start page

Last modified 17 years ago Last modified on 03/01/07 22:17:45
Note: See TracWiki for help on using the wiki.