wiki:WikiStart

Version 14 (modified by admin, 12 years ago) ( diff )

--

Welcome to the Trac server for subversion projects

Subversion Info

Subversion information can be found here.

Git Info

Git information can be found here (in development).

Trac User Info

see TracUserInfo

Trac Project Administrator Info

Add User

  1. add user to password file
    • log in as administrator
    • select the "Admin" tab
    • Left menu bar: select Accounts->Users
    • fill in form data
  2. add user to permission database
    • select General->Permissions
    • Add Subject to Group: Insert new user into Subject field, insert any name (doesn't have to exist) into Group field
  3. subversion access
    • select Subversion->Subversion Access
    • click on Subversion Paths

Set Wiki Permissions

  • log in as administrator
  • select the "Admin" tab
  • select Accounts->Page Permissions

Default entries to disable anonymous access to wiki:

[wiki:*]
anonymous = ""

Example: Allow anonymous read access to wiki for all pages but pages starting with Priv

[wiki:Priv*]
authenticated = WIKI_VIEW, !WIKI_MODIFY
* = ""

see http://trac.edgewall.org/wiki/TracFineGrainedPermissions

For further questions contact A.Visser@….

Note: See TracWiki for help on using the wiki.