The following noteworthy issues, including any workarounds we may have, are known to
exist in the TeamForge
17.11 release.
- In a SAML-enabled environment, if you logout while the Trackers are being exported and re-login, you would see a blank page without the exported data. This issue would be addressed in
subsequent release.
- Custom web page (configured using the Publishing repository) was not shown even if the Show custom web page option (under Project Admin > Project Settings) was selected for the project. Instead, the default project home page was shown.
- If you are using
service-specific FQDN for Subversion (see "Service-specific FQDNs" section in
site-options.conf), post installation of
TeamForge, you must delete the
/opt/collabnet/teamforge/var/home/apache/.subversion
directory and login once using the Subversion-specific FQDN. Otherwise,
authentication requests from Review Board may fail. This issue will be fixed in
an upcoming release.
- su - apache
- rm -rf .subversion/
- svn checkout --username scmviewer
- https://<hostname>/svn/repos/<reponame>