= Welcome to the Trac server for subversion projects = [[PageOutline]] == Subversion Info == [SvnInfo Subversion information] can be found here. == Git Info == [GitInfo 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 1. 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 1. 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@fz-juelich.de.