Frequently asked questions about CollabNet products
CollabNet, Inc. Trademark and Logos
FAQ overview
CollabNet Subversion FAQ
Getting started using Subversion
Is there an SVN architecture figure?
What operating systems does Subversion run on?
What is the difference between CollabNet Subversion and Subversion?
What is the Working Copy Explorer?
How does Subversion handle binary files?
How do I create a repository and import data?
How do I create a local backup of a remote SVN repository?
What is the difference between an SVN checkout and an SVN export?
What is Subversion's client/server interoperability policy?
What is AnkhSVN?
What files are included in the CollabNet Subversion RPM packages?
How do I check out the Subversion code?
How can I make each of my projects to have their own revision number?
What kind of hardware do I need to run a Subversion server?
Should I store my repository on an NFS server?
Why is my repository taking up so much disk space?
Does CollabNet have any tools to migrate VSS to SVN?
Is there a reporting tool available to track the transactions on a Subversion repository?
How do I convert my repository from using BDB to FSFS or from FSFS to BDB?
How do I do a network trace of Subversion client/server interaction?
What should I consider in planning a migration to Subversion?
Why wouldn't I want to migrate my whole repository?
What files are installed and what registry settings are changed when the MS Office Plugin is installed?
Concepts and terms in SVN
Does Subversion have changesets?
What is mergeinfo?
Does Subversion support symlinks?
What is the difference between revert and reverse merge?
Can I use wildcards or globbing to move many files at once?
Can SVN be installed into a segregated network (intra/inter)?
How do I run svnserve as a service on Windows?
What is a wedged repository and why does it happen?
Is it possible to run multiple versions of SVN on a single machine?
Common SVN error messages
Why am I getting "403 Forbidden" when trying to commit to repos?
How do I resolve a Subversion "423 Locked" error?
What does Subversion "405 Method Not Allowed" mean?
Why do I get the error "SSL negotiation failed: SSL error: decryption failed or bad record mac" in SSL Subversion operations with a lot of data?
I can see my repository in a web browser, but 'svn checkout' gives me the error "301 Moved Permanently." What's wrong?
How can I fix a Subversion 1.5 memory problem?
SVN permissions and passwords
How do I configure read write access for users to have rw access to three repositories and no access to the parent or other repositories?
What Subversion operations require read access versus write access?
I changed my SVN password, why can't I access my repository?
Why does my Subversion client cache passwords in plain text on disk?
Why do read-only operations still need repository write access?
What options are there for authenticating Subversion against an Active Directory Domain?
Tasks in Subversion
How do I configure Apache to search multiple OUs when authenticating Subversion users?
How can I find the number of files in a repository without checking it out?
How do I show HTTP data conversation to Apache?
How can I do an in-place import (i.e. add a tree to Subversion such that the original data becomes a working copy)?
How can I define command-line options for the editor?
How can I handle spaces in the editor path?
Can I maintain a modified version or vendor branch of third-party software using Subversion?
How do I enable Neon debugging in my Subversion client?
How do I detect adds, deletes, copies and renames in a working copy after they've already happened?
How can I make svn diff show me just the names of the changed files, not their contents?
Can I set properties on everything in the repository, then apply the properties to every new file coming into the repository?
How do I merge code from two completely separate repositories?
I have a project file that every developer must change, but I don't want those local mods to ever be committed. How can I make svn commit ignore the file?
How do I change the log message for a revision after it's been committed?
How do I completely remove a file from the repository's history?
How do I allow clients to authenticate against a Windows domain controller using SSPI authentication?
How can I hotbackup my repository when svnadmin fails on files larger than 2Gb?
How can I specify a Windows drive letter in a file:URL?
How do I generate an SSL certificate for my server?
How do I create a local backup of a remote SVN repository?
Other SVN Errors
Why do I get random "Access Denied" errors on Windows?
Why doesn't svn switch work in some cases?
Why can't I see the log entry for the file I just committed?
After upgrading to Berkeley DB 4.3 and later, I'm seeing repository errors and svnadmin recover fails.
Why do I get occasional, inconsistent errors when checking out over http from a repository running on MacOS X 10.4 (Tiger)?
Why do I get "already under version control" when I try to add a new file to a directory?
I got an error saying "This client is too old to work with working copy '...'. " How can I fix it without upgrading Subversion?
Why do I receive the error "volume label syntax is incorrect" when I checkout from a Windows client?
Why do I get "path not found" when trying to view an old version of my file?
Why does Subversion say my working copy is out of date when I try to commit?
Why do I get an "unrecognized URL scheme" error when I try to check out Subversion after building the distribution binary?
Why does my --diff-cmd complain about -u when I try to override it with --extensions?
Why does mod_dav_svn complain about a bad database version when I start Apache? It found db-3.X, rather than db-4.X.
When I run configure, I get errors about subs-1.sed line 38: Unterminated 's' command. What's wrong?
My repository keeps giving errors "Cannot allocate memory". What should I do?
My repository seems to get stuck, giving me DB_RUNRECOVERY errors. What could be the cause?
I'm getting the error "svn: bdb: call implies an access method which is inconsistent with previous calls". How do I fix this?
I'm trying to use mod_dav_svn with Apache on Win32 and I'm getting an error saying that the module cannot be found, yet the mod_dav_svn.so file is right there in \Apache\modules.
Under Windows XP, the Subversion server sometimes seems to send out corrupted data. Is this really happening?
VS.NET/ASP.NET seems to have a problem with the ".svn" directory name. What should I do?
Why aren't my repository hooks working? They're supposed to invoke external programs, but the invocations never seem to happen.
Why doesn't HTTP Digest auth work?
Why am I getting "Can't open file" and "system cannot find the file specified" errors when I try to check out a repository?
Other Subversion questions
When I access a repository using svn+ssh, my password is not cached in ~/.subversion/auth/. How do I avoid having to type it so often?
Why doesn't the $Revision$ keyword expand to the file's current revision, instead of the file's last-changed revision?
How come svn up subdir does not work when I check out a directory non-recursively (with -N) to reveal certain subdirectories?
I've contributed a patch to a project and the patch added a new file, how come svn update does not work?
Why am I having trouble doing write operations to a Subversion repository over a network?
I run Apache 1.x right now, and can't switch to Apache 2.0 just to serve Subversion repositories. Does that mean I can't run a Subversion server?
I heard that Subversion is an Apache extension. What does it use for servers?
Do I have to set up Apache to use Subversion?
Why does the svn revert require an explicit target?
What is the "dump/load cycle" people sometimes talk about when upgrading a Subversion server?
Every time users try to access my repository, the process just hangs. Is my repository corrupt?
SVN proxy questions
Can I run Subversion if I'm behind a proxy?
Where do I configure my client proxy settings?
LDAP server questions
How do I configure Subversion to authenticate against multiple LDAP domains?
Why do I get the "Invalid command 'AuthLDAPAuthoritative'" error when I try to set LDAP for SVN users?
Switching from CVS to SVN
How do I modify my CSVN UID?
Does Subversion have a keyword that behaves like $Log$ in CVS?
Can I use tags to merge changes from a branch to the trunk like with CVS?
SVN files and folders
How do I completely remove a file/folder from a Subversion repository?
Why are some files not imported during svn import?
How do I protect svn folder deletion at user level?
How do I check out a single file?
Can I remove a folder/file from CVS?
CollabNet TeamForge FAQ
Project member FAQ
Why can't I synchronize between Microsoft Project and CollabNet TeamForge?
What's the best way to search the CollabNet User Information Center?
Which arbitrary HTML elements can I customize?
What is CollabNet TeamForge?
What software configuration management tools are available in CollabNet TeamForge ?
What is CollabNet Build and Test?
What happens when I post to a moderated discussion forum?
What is a discussion?
Why are Microsoft Project and CollabNet TeamForge doing things I don't expect?
How can I access the native install version of SourceForge? I can only find the VMWare version.
How can I reduce the number of emails from monitoring a folder?
What is the file size limit on uploads or attachments in SourceForge?
Why do the open tracker counts differ from when I filter on "Open"?
How do I change the columns displayed in the tracker list?
Can I assign an artifact or task to a group of users?
Concepts and terms in TeamForge
How does CollabNet TeamForge support documents?
What is an agile project team?
What is change management?
What is a document in CollabNet TeamForge?
What is a discussion?
What is a release?
What is a tracker?
What is a task dependency?
What is tracker workflow?
What is an association?
What is an activity table component?
What is a project page component?
What is a wiki component?
Does CollabNet TeamForge support merge tracking?
Common errors in TeamForge
Why can't I synchronize between Microsoft Project and CollabNet TeamForge?
How can I troubleshoot/diagnose Firefox browser issues?
Why don't I see all tracker fields when attempting to export the report?
I am unable to edit a specific artifact via email, but I can via the web UI. Why is this?
Synchronizing my project plan, why do I get the error "Unable to check for pending changes"?
Why is SourceForge Explorer forgetting my settings and not logging me in?
Why can't I cut and paste project pages?
I deleted the email that verifies my CVS password. How can I retrieve my password?
TeamForge roles and permissions
Which role is assigned to me?
Can I request a role?
How do user roles work?
Do I have to use the administrator-given password always?
Why don't I have access to the "Reported in Release" information in my artifact?
Who can be a moderator?
Who can work with documents?
Tasks in TeamForge
Can I control which messages get posted to my forum?
How can I stay informed about events on my CollabNet TeamForge site?
Can I move a discussion to another project?
Can I associate objects of different projects?
How can I import tasks into TeamForge Task Manager?
What kind of objects can I create reports on?
How do I save a report so I can run it again later?
Is it possible to move an artifact from one tracker to another?
How do I create an artifact via email?
How can I change the display order of the fields in my tracker?
I don't need the priority and assigned-to fields, how do I get rid of them?
How do I create a parent/child artifact?
How do I put a notice to my users on the project home page?
How do I remove a news item?
How do I find the version of my MS Project plugin?
Managing documents in TeamForge
Why can't I edit a document when it opens in my browser?
Can I force files to be downloaded, rather than opened in the browser?
Why are some uploaded documents missing icons when displayed in SourceForge?
Can I link to documents outside of SourceForge?
Can I lock a document in SourceForge?
Does SourceForge automatically resolve conflicts in documents made by multiple concurrent editors?
Why can't I reply when someone comments on my review?
What document types are supported in SourceForge?
Why doesn"t an open review automatically close when a new version of the document is uploaded?
Managing forums in TeamForge
How can I monitor a forum or mailing list?
How do I create a new forum topic?
How do I find the email address for a forum?
How do I remove a user from a discussion?
How do I post a reply to a forum topic?
I can see the message I posted to a discussion in the web UI, but I didn't receive any of the responses via email. Why is this?
Why are some of the discussions threaded?
Managing wikis in TeamForge
Why would I attach things to a wiki?
How do I delete an attachement from a wiki page?
How do I edit the wiki home page?
I set my project to "use wiki homepage" so why isn't my wiki showing up?
TeamForge Lab Management FAQ
What is TeamForge Lab Management?
How do files get in and out of the system?
How can I improve response time on my TeamForge Lab Management box?
How is installing software on a TeamForge Lab Management system different from installing on my own machine?
What happens when I change a TeamForge Lab Management password?
What is a cloud in Lab Management?
What is the Project Build Library?
What is in the project build library?
What is the profile library?
What can I find out about a profile?
How do I select a profile?
What types of comparisons can I do?
What kinds of diffs can I get?
Troubleshooting
Is my system down?
Why are my credentials rejected?
Why is my system unstable?
Why is my system slow?
How can I speed up downloads from the Project Build Library?
Can I check a directory every night and only download new files or files that have changed?
What Lab Management systems are assigned to me?
How do users get their hands on a build?
How do I get files out of the Project Build Library?
Can I delete files and directories from the build library?
Project administrator FAQ
General questions about using TeamForge
Are the URLs in CollabNet TeamForge 6.0 the same as the URLs in CollabNet Enterprise Edition?
How is a project template structured?
Why do you need the authentication and authorization plugin for Hudson?
Is it mandatory to fill in all the fields while querying in issue tracker?
What is the difference between a stagger and normal header in query result heading settings?
How can Silver/Basic support customer file product enhancement requests?
Concepts and terms in TeamForge
What is a project?
What is a parent project?
What is a project page?
What is a freeform sub-page?
What is remote publishing?
What is a project page component?
What's included in a project page component, and how can I use it?
What is a text component?
What is a documents component?
What is a news component?
What is a Tracker Search Results component?
What is a project statistics component?
What is a wiki component?
What is an activity table component?
What is a subprojects component?
What is a linked application?
What is a project template?
What's included in a project template, and how can I use it?
What is report generation?
What is a private IP address and what are the private IP ranges?
Common errors in TeamForge
Why do I get a "Name is Invalid" error when trying to create a project using the createProject() method via the SOAP API?
TeamForge roles and permissions
How do user roles work?
What is a global role?
What is a requestable role?
Who can access an application?
Who can access source code?
Who can access a project?
Who should I allow into my project?
How does inheritance work?
Can I block a user's access to source code?
Who can see a project page?
Who can see a project page component?
Who can access project planning information?
Does the project owner receive a mail when a discussion forum is started in his project?
Do project owners get automatically subscribed to the discussion forum started by another member?
Is the discussion forum creator subscribed by default?
When a discussion forum is set up, do all members receive a notification mail?
Who is an owner of the subcomponent?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
How can I make the project pages invisible for any user who is authorized to see the project?
How do I give read-only anonymous access to cvs/svn repository?
Why do I see the project home page though I lack the necessary permission?
As a project admin, why don't I have permissions to the wiki?
Tasks in TeamForge
Can the query results be listed without the issue id?
Can the result of the query be personalized?
How do I edit the predefined data in the various fields in the issue tracker?
Can I add custom links to the Quick Links section of the application home page?
How can I import tasks into TeamForge Task Manager?
Can I use Crystal Reports to extract information from the SourceForge database?
How can I force files to download to the desktop?
Lab Management administration FAQ
How are my project systems being utilized?
Who controls which profiles can be used in a project?
What is involved in administrating profiles?
Can I get more systems for my project?
What is the correct procedure for modifying a hosted Lab Manager profile?
Site administrator FAQ
Migrating tools from CollabNet Enterprise Edition to CollabNet TeamForge 6.0
Migrating projects and categories
Migrating roles and permissions
Migrating SCM integrations
Migrating users and user groups
Migrating wiki
Migrating project pages
Migrating Issue Tracker
Migrating discussions
Migrating documents
Migrating announcements
Migrating project dashboard
Migrating remote publishing tool
Mapping CollabNet Enterprise Edition Host or Domain Configure settings to CollabNet TeamForge 6.0
General questions about using TeamForge
How does CollabNet TeamForge help protect data access?
How does CollabNet TeamForge help protect my data?
How do TeamForge licenses work?
How do I determine which version of SourceForge is currently running?
Where can I download the SourceForge DTD?
Can SourceForge accept email for more than one domain?
Can I block project data from public search engines?
How do I make SourceForge work the same when the IP address of the server changes?
Concepts and terms in TeamForge
J2EE Architecture and security
What's the difference between a managed and unmanaged CVS server?
Does CollabNet TeamForge support merge tracking?
What is a parent project?
How do I look up audit log?
What is an integrated application?
What is in the integrated application's configuration file?
What is a private IP address and what are the private IP ranges?
Common errors in TeamForge
Why do I get a proxy timeout when I try to view certain SCM pages?
Why don't all my team members appear in the "assigned to" field?
Why does my Hudson job fail with the following error: ERROR: svn: authentication cancelled org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled?
How can a user who deleted a document get it back?
Why are the dynamic images that SourceForge creates broken?
Why can't I commit to the repository?
Why does startup fail or produce errors?
TeamForge roles and permissions
What does it mean to be a site administrator?
How do site administrator roles work?
What is a site-wide role?
What is a user group?
Can I create a user group?
Can I ensure that only site admins can create projects?
What does it mean to be an additional site administrator?
How do I require approval for new user accounts?
Can I disable creation of user accounts?
Can I create new accounts as unrestricted by default?
How can I prevent users from creating their own account?
Why is a user restricted and unable to be changed?
Why don't I have access to the "Reported in Release" information in my artifact?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
Tasks in TeamForge
How do I post a site-wide broadcast message?
How do I remove the build and test link from SourceForge pages?
How do I remove the OCN link from my SourceForge instance?
What elements of a site can I customize?
What is the look project?
Can I substitute my own images for the default TeamForge images?
How does TeamForge use stylesheets?
How does TeamForge use Velocity templates?
Which arbitrary HTML elements can I customize?
Can I customize my site's email notifications?
Can I use my own custom JavaScript on my site?
Can I customize the web interface?
Can I add my own links to the top menu bar?
How do I create a local backup of a remote SVN repository?
Where do I configure my client proxy settings?
How do I send email from a specific sender address instead of the member address?
How do I create new values in the "Reported in Release" field?
How do I create a parent/child artifact?
How can I enforce strong passwords?
How can I remove logs and deleted items that are more than 14 days old to free up disk space?
How do I configure the user session timeout?
How do I enable post-commit logging?
How do I rebulid SourceForge search indexes?
Can I add custom links to the Quick Links section of the application home page?
Can I limit the number of characters for fields in a tracker?
Can I query the CollabNet TeamForge 6.0 database?
Managing email in TeamForge
I have made changes to the James config, how can I enable them without restarting SFEE?
Why am I getting an error about NoEmailShouldEverBeSentToNoBody@localhost?
Managing wikis in TeamForge
How do I detect orphan wiki pages?
How do I make the version comment required for wiki updates?
What is the complete wiki syntax that SFEE supports?
How do I generate a wiki table of contents?
Lab Management site administrator FAQ
What is an audit log?
What happens when I move a machine between projects?
What is port forwarding?
What is host URL mapping?
How does host URL mapping compare with port forwarding?
Why doesn't URL mapping work for me?
How are virtual guests different from physical machines?
What is involved in migrating a virtual guest?
What's a good way to read log information?
How are systems in my domain being utilized?
System administrator FAQ
General questions about using TeamForge
What does it take to install CollabNet TeamForge ?
What is the recommended installation method for SourceForge?
Do I need an advanced TeamForge install?
How many servers do I need to run a CollabNet TeamForge site?
Which application runs on which server?
How does SourceForge Enterprise Edition handle third-party applications?
Which ports should I keep open?
How does SourceForge Enterprise Edition manage security?
How does CollabNet TeamForge help protect data access?
What user activities are tracked?
How does CollabNet TeamForge help protect my data?
Does TeamForge work with LDAP?
J2EE Architecture and security
What security tools come with CollabNet TeamForge ?
What is a CERT advisory?
Should I move my TeamForge database to its own server?
Should I move my source control application to its own server?
Is it possible to change artifact prefixes in TeamForge?
What is the suggested log configuration for a production system?
Can I run other Java applications in the same JBoss instance as CollabNet Team Forge?
How does TeamForge handle multiple redundant LDAP servers?
Does SourceForge licensing have any dependencies on IP address of server?
Who is responsible for applying OS updates to the underlying VMware image?
Concepts and terms in TeamForge
What does it mean to run CollabNet TeamForge on a virtual machine?
What is a patch?
What is the look project?
What wiki engine does SFEE use?
Does CollabNet TeamForge support merge tracking?
What is a private IP address and what are the private IP ranges?
What is the vamessages.log used for?
How do I use the SourceForge updater to manage backups of old versions of SourceForge?
Common errors in TeamForge
Why won't my CollabNet TeamForge virtual machine installation start?
Why does my CollabNet TeamForge site show a different time than the host machine it is running on?
Why does my CollabNet SourceForge Enterprise site show a different time than the host machine it is running on?
Why won't my CollabNet SourceForge Enterprise virtual machine installation start?
Why don't the branding repo changes get rendered into UI?
After switching to ADS authentification, why did the Create button disappear from the user admin section?
How can I solve the PSQLException when starting the app server after changing my DB server IP address?
Why do search and email server show "Could not connect"?
Why is the password and login shell changed for users on my cvs/svn server?
JBoss crashed with out of memory error, how do I prevent this?
Why don't help links in TeamForge work after upgrade from SourceForge Enterprise 4.4?
Why am I getting "Could not connect" status for email and search server?
Why is my email taking a long time to arrive?
Due to firewall restrictions I cannot send email from James. How can I resolve this?
Why do we have errors creating or altering repositories and adding or removing users?
Why does the SOAP service show "could not connect" on the Server Status page when everything else appears to work?
Why do I get a server status error when I perform a search?
Why would some users not get email?
What does the "psql: could not connect to the server: No such file or directory" error message mean?
Why do I get a proxy timeout when I try to view certain SCM pages?
When using SourceForge Explorer version 4.4 SP1 to connect to SourceForge 4.4 SP1, I receive the following error message: "Error - wrong number of arguments".
Why do I get a URL "not found" or "moved permanently" error after applying a patch/upgrade?
Why can't TeamForge send my outbound mail?
TeamForge roles and permissions
How do I add users to user membership after upgrading from 5.0 to CTF 5.2?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
Why can't Oracle connect to my SourceForge installation?
Why does SearchReindex.sh fail on SourceForge 4.4?
Tasks in TeamForge
How do I post a site wide broadcast?
How do I enable post-commit logging?
How do I authenticate multiple LDAP via Apache?
How do I make the monitoring messages be sent from Forge Administrator?
How can I remove the RHEL test page after SourceForge installation?
How can I find the number of files in a repository without checking it out?
How do I connect to the Teamforge Postgres database?
How do I generate a wiki table of contents?
What is the correct procedure for modifying a hosted Lab Manager profile?
Can I add custom links to the Quick Links section of the application home page?
How do I configure the timeout for Apache in TeamForge?
How do I back up SourceForge?
How do I move an existing CVS repository into SourceForge?
How do I move an existing SVN repository into SourceForge?
Where do I configure my client proxy settings?
How do I make SourceForge work the same when the IP address of the server changes?
How do I capture the output of "top" command?
Managing email in TeamForge
How do I configure TeamForge to send mail on a specific network adapter in a multi-NIC configuration?
How can I check if port 25 is open?
How do I set up a local alias via James?
How do I configure email notifications of Subversion commits in SourceForge 4.x?
Does SourceForge support using /etc/aliases for local mail delivery?
Developer FAQ
What is the correct procedure for modifying a hosted Lab Manager profile?
How can I import tasks into TeamForge Task Manager?
How do I generate a wiki table of contents?
What is the SOAP API?
How does an application interact with CollabNet TeamForge SOAP services?
Is the CollabNet TeamForge SOAP API backwards-compatible?
How do I enable Neon debugging in my Subversion client?
How do I resolve timeouts when calling web services?
Can I run other Java applications in the same JBoss instance as CollabNet Team Forge?
How can I troubleshoot/diagnose Firefox browser issues?
How do I enable/disable Path Bathed Permissions via SOAP?
CollabNet Enterprise Edition FAQ
Project member FAQ
General questions about using CollabNet Enterprise Edition
Does the project owner receive a mail when a discussion forum is started in his project?
Do project owners get automatically subscribed to the discussion forum started by another member?
Is the discussion forum creator subscribed by default?
Is it mandatory to fill in all the fields while querying in issue tracker?
Where do I configure my client proxy settings?
I'm managing a website in my repository. How can I make the live site automatically update after every commit?
What will happen if I remove an attribute from an artifact type at the project level?
Can we set up work flow in project tracker?
What is the effect of marking an attribute as Use as identifier?
What are the preconditions and the format of the XML file that PT accepts for XML imports?
What will happen if I deactivate an artifact type at the project level?
Is the Project Tracker artifact code unique?
Can there be two attributes with the same name?
Why can't I use a list attribute as artifact identifier?
Why has CollabNet combined mailing lists and discussion forum tools in version 5.0 of CEE?
What about bookmarks to existing messages?
What will happen to my existing mailing list and discussion forum archives?
What are the HTML tags that can be used in CEE?
What time do announcements get published when a publish date is specified?
What happens to the news items that are removed?
Is there a size limit for attachments in documents and files?
Can the default folder in documents and files be deleted?
Why don't I get row or column options when I generate reports?
Concepts and terms in CollabNet Enterprise Edition
What is a project category?
What is an artifact template?
What is report generation?
What is sanity check?
What is meant by 'availability' of a query/template?
Why do we need saved artifact type lists?
What is the difference between a new and query task in Issue Tracker?
What is the difference between a stagger and normal header in query result heading settings?
What are the indexing stages?
What is the effect of marking attributes as 'Included in custom query'?
How does Project Tracker integrate with CVS/Subversion?
What is the difference between Simple, Advanced and Cross Project Query?
What is the difference between advisory warning and strict type reservations?
What is the difference between event and publish date for an announcement?
What is an RSS feed and where can it be used?
How does the prefix work in discussions?
Why should I use Documents and files instead of sharing files using email?
What does the ‘Move up’ option do while deleting a folder in a folder tree?
Does the CEE documents and files system version the documents?
Common errors in CollabNet Enterprise Edition
What do I need to know to troubleshoot CEE login/authentication issues?
Why are artifacts not linked across projects in Subversion commits?
Why can't I search for.html files in attachments?
I have checked out some files from Subversion, but they do not appear in the File downloads report. Why?
I know I have artifacts and SVN activity in my project but my charts display 'No metrics data available'. Why?
Why am I getting an empty table?
I have edited the project pages using the Project Content Editor, but they are not shown in the Subversion reports. Why?
CollabNet Enterprise Edition roles and permissions
Can a developer delete files from a project?
What is scope of permissions for a project owner?
What role should a user have if he wants to convert a private project to public?
Can the permission for a role be edited?
What roles/permissions does a registered user have in projects by default?
Can I set permissions so that users can move documents but not delete them?
As a guest user will I be able to enter an artifact?
How do I ensure that a project owner does not modify the Project Tracker artifact types in the project?
How do I allow registered users to submit an artifact and restrict them from doing a query?
Why am I unable to assign artifacts to a user while being able to add this user to the CC list?
Why am I not able to define Subversion reports at the domain level?
As a host user, I have performed some SVN client activities, but my charts do not show any data. Why?
Who is a trusted poster?
Tasks in CollabNet Enterprise Edition
How does a non-project member suggest a file in documents and files?
How do you add a section of text to the login page?
How do I require users to populate the "Assigned to" field on artifacts?
How do I view non UTF-8 characters in my browser?
How do I get credentials to access the support portal?
How do I use the CollabNet LogSummoner utility to get and view CEE logs?
Is it possible to get a pre-commit hook script to force a message to be entered on commit?
How do I revert a symlink added to www folder?
How do I use snapshot.py?
How do you determine the number of users logged in to a site at a particular time?
How do I verify downloads for correctness?
How do you find the BerkeleyDB version in a CEE site?
How do I rename a template?
How do I disable a template?
Can I restrict the subprojects being displayed on my project home page?
How can I view a page without branding?
How do I cancel my membership in a project?
Issue Tracker tasks in CollabNet Enterprise Edition
How do I provide a link to a specific comment in an issue?
How do I provide a link to another issue when I add comments in an issue?
Can we migrate data from Bugzilla to Issue Tracker or Bugzilla to Project Tracker?
How can I create shortcut links for the queries I execute most often?
Project Tracker tasks in CollabNet Enterprise Edition
Can I upload and edit multiple artifacts in Project Tracker at one time?
How can I export data from Project Tracker Artifacts?
Can I add common attributes to a cross project query?
How do you find a list of all projects in a single web page?
How can I make my project use Project Tracker if it is already configured to use Issue Tracker?
Can I suggest a query/artifact template for a project?
How can a saved query be copied from one project to another?
How do I delete an artifact?
Can I configure an artifact type to get automatically added to a project when the project is created?
How can I disable email notifications from Project Tracker?
How do I ensure that the artifact details are not included in the project tracker email notifications?
Can I query across multiple projects and artifact types?
Is there a method to find if an artifact type has been renamed at the project level?
CVS/Subversion tasks in CollabNet Enterprise Edition
How do I make TortoiseCVS show empty directories?
How do I rename a file in a CVS repository?
How do I check out a single file?
How do I see available protocols in my CVS client?
Project pages editor in CollabNet Enterprise Edition
Can I control access to my project pages?
What are the components I can add to my project pages?
How do I edit a document uploaded to a project page?
What can I do with the project pages editor?
Why is the text on pages within CEE too small for me to see easily?
How do I monitor my project using the project pages editor?
How do I get started using project pages?
How is Subversion connected to the project pages editor
Can I edit the project pages using Subversion and an HTML editor?
Discussions in CollabNet Enterprise Edition
Can I reuse a deleted discussion's name?
How can access to a discussion be restricted?
What are the sorting options in a discussion?
What happens to the subscription to discussions when the email address of a user is changed in the user profile?
How can you self-subscribe to a discussion?
Wikis in CollabNet Enterprise Edition
How can I add two spaces between my last paragraph and my next one?
Is there a way to add more icons or are there more that we can use outside of the ones on HelpOnIcons?
How can I use a word with CamelCase format (like CollabNet) in my wiki page without having wiki treat it as a wiki page?
Is there a way to move or copy a set of wiki pages from one CEE project to another?
Is it possible to have a wiki page or its content as a Project Page component?
What is the "Remove trailing whitespace button" all about?
How do I place the latest announcements on my project home page?
Is it possible to publish project announcements dynamically on any selected project page?
How do you delete folders with special characters in CVS repo?
Project administrator FAQ
General questions about using CollabNet Enterprise Edition
Is it mandatory to fill in all the fields while querying in issue tracker?
How can I find out what artifact codes are allowed when creating projects?
Why are artifacts not linked across projects in Subversion commits?
Do we allow JavaScript to be used on project home pages?
When does the number of attempts for successful login gets reset?
Do I need to configure anything to use scripts/custom CSS on a project home page?
Is the discussion forum creator subscribed by default?
Does the project owner receive a mail when a discussion forum is started in his project?
When a discussion forum is set up, do all members receive a notification mail?
Do project owners get automatically subscribed to the discussion forum started by another member?
Is there a list that distributes the OMC file downloads distribution?
Is there a POST query size limit?
Concepts and terms in CollabNet Enterprise Edition
What is report generation?
What is the difference between the 'Project – view' and 'Project Page – view' permissions?
What is Enable robots exclusion?
Common errors in CollabNet Enterprise Edition
What could be a reason for committed changes on a site through command line not getting displayed in GUI?
CollabNet Enterprise Edition roles and permissions
What roles/permissions does a registered user have in projects by default?
What is the difference between a stagger and normal header in query result heading settings?
Who is an owner of the subcomponent?
Can I set permissions so that users can move documents but not delete them?
What happens when a non-member of a site is invited to a project?
What is meant by 'Ownership role' option in the Add/Edit role page?
What permissions does a user need to be able to copy a saved query?
Where do I find the definitions for the permissions in each role?
Tasks in CollabNet Enterprise Edition
Can the query results be listed without the issue id?
Can the result of the query be personalized?
How do I edit the predefined data in the various fields in the issue tracker?
Can the features used or configured for a site be tracked?
How do I lock a project?
Can you configure default settings for a project in a site?
Can a project's name be changed?
How do you find a list of all projects in a single web page?
How do I delete a Project Tracker artifact in CEE?
How do I see available protocols in my CVS client?
How do I make TortoiseCVS show empty directories?
How do I rename a file in a CVS repository?
How do I view non UTF-8 characters in my browser?
Is there a way I can dynamically add all domain and guest users to a project?
How do I change my username and password?
How do I add a subversion-based project?
What is the command used in cvs to delete a user's certification table?
Is there a way to query for individual user permissions?
Is there a query to get a list of projects that haven't had any data written to Project Tracker artifacts?
Is there a way to find out the number of projects that were created in a given time frame, e.g last month?
Is it possible to view project deletion/creation in the audit log?
Questions about Lab Management
What is the intended use of a Build Library?
How does Lab Management support centralized build management? Does it work with build tools?
How can I troubleshoot connecting my Eclipse IDE to Lab Management?
What operating systems does Lab Management support?
Why can't I connect to Lab Management using port forwarding with SSH/Putty?
Why can't I establish a SSH / Putty session to my Linux or Solaris Lab Management system using a SSH tunnel?
Can I deploy Lab Management in my data center with hardware I already own?
How are users restricted within Lab Management?
System administrator FAQ
General questions about using CollabNet Enterprise Edition
The /var directory is 90% full, what should I do?
Does the project owner receive a mail when a discussion forum is started in his project?
When a discussion forum is set up, do all members receive a notification mail?
Do project owners get automatically subscribed to the discussion forum started by another member?
Is the discussion forum creator subscribed by default?
Is it mandatory to fill in all the fields while querying in issue tracker?
What should I back up when backing up JBoss?
Can SourceForge accept email for more than one domain?
How do I find out if a CEE hosted user's password has expired?
Concepts and terms in CollabNet Enterprise Edition
What is report generation?
Who is an owner of the subcomponent?
Where can I look for an overview of email processing?
What is the difference between a stagger and normal header in query result heading settings?
Common errors in CollabNet Enterprise Edition
How do I rectify "Could not authenticate user for SCM viewer"?
How do I troubleshoot my ssh tunnel access after putting in my public key?
CollabNet Enterprise Edition roles and permissions
What roles/permissions does a registered user have in projects by default?
Can I set permissions so that users can move documents but not delete them?
Tasks in CollabNet Enterprise Edition
Can the result of the query be personalized?
Can the query results be listed without the issue id?
How do I switch the IP addresses for my CSFE instance?
How do I edit the predefined data in the various fields in the issue tracker?
How do I make changes to the hostname/IP address in SourceForge 4.x?
How can I find the number of files in a repository without checking it out?
How do I disable basic HTTP authentication?
How do I set the site target for CEE TopTabs (tab-links at top of page)?
How do I change CEE background color?
How do I delete a Project Tracker artifact in CEE?
How do I install an ALM Project Template in CEE?
How do you find a list of all projects in a single web page?
How do you access the robot.txt file?
What is the correct procedure for modifying a hosted Lab Manager profile?
Application developer FAQ
How do I search for a value of a user defined multiselect field via the SOAP API?
Can the boolean option be used to run two separate queries at the same time in the issue tracker querying?
Can the query results be listed without the issue id?
Can the result of the query be personalized?
Is it mandatory to fill in all the fields while querying in issue tracker?
Is the discussion forum creator subscribed by default?
What is the difference between a stagger and normal header in query result heading settings?
What is sanity check?
What is the difference between a new and query task in Issue Tracker?
Can a developer delete files from a project?
Can I set permissions so that users can move documents but not delete them?
Can SourceForge accept email for more than one domain?
How do I resolve timeouts when calling web services?
Why are artifacts not linked across projects in Subversion commits?
How do I view non UTF-8 characters in my browser?
How do I rename a file in a CVS repository?
How do I make TortoiseCVS show empty directories?
How do I rename a file in a CVS repository?
CollabNet Desktop for Eclipse FAQ
Where do I configure my client proxy settings?
Why do artifact attributes still show up in my Project Tracker Mylyn editor after the project admin hides or removes them?
Does Eclipse Desktop work with the CollabNet Enterprise free 15 user download?
I've installed CollabNet Desktop but can't see any of the Mylyn features. What gives?
Do I need to have Mylyn installed to use the CollabNet Desktop plugins for Project Tracker or Issue Tracker?
Where can I find more information about the changes in the release?
When I press the Validate button I get this message: "Your project is valid, but this server might not be compatible with your version of mylyn. You are running CollabNet API version 1.2.0. CollabNet server is running 1.1.0". What does it mean?
Does CollabNet Desktop - Eclipse work with SourceForge Enterprise Edition's tracker tool?
Does CollabNet Desktop - Eclipse Edition work with MyEclipse Enterprise Workbench 6.6.0?
How do I clear the old SVN repo password in Eclipse, Subclipse?
Why do I get a "malformed file...option expected" error when trying to do SVN checkout in Eclipse?
During Installation I get an error message that says I need the plug-in "org.eclipse.pde.ui". What do I do?
Will this work with my version of CollabNet Enterprise edition?
CollabNet Desktop for Windows FAQ
How can I run a query across all artifacts and tasks in all projects?
What document formats can be opened directly from CollabNet Desktop for Windows?
When I try to login using the CollabNet Desktop I get the following error: Error logging in. Please check your credentials. I know my credentials are correct because I can login using the web browser.
CollabNet Desktop for Visual Studio FAQ
Why do I get a "malformed file...option expected" error when trying to do SVN checkout in Eclipse?
CollabNet Connector Framework FAQ
What is the CollabNet Connector Framework?
What's new in this release?
What are the connector requirements for HP Quality Center?
CollabNet, Inc. Trademark and Logos
FAQ overview
CollabNet Subversion FAQ
Getting started using Subversion
Is there an SVN architecture figure?
What operating systems does Subversion run on?
What is the difference between CollabNet Subversion and Subversion?
What is the Working Copy Explorer?
How does Subversion handle binary files?
How do I create a repository and import data?
How do I create a local backup of a remote SVN repository?
What is the difference between an SVN checkout and an SVN export?
What is Subversion's client/server interoperability policy?
What is AnkhSVN?
What files are included in the CollabNet Subversion RPM packages?
How do I check out the Subversion code?
How can I make each of my projects to have their own revision number?
What kind of hardware do I need to run a Subversion server?
Should I store my repository on an NFS server?
Why is my repository taking up so much disk space?
Does CollabNet have any tools to migrate VSS to SVN?
Is there a reporting tool available to track the transactions on a Subversion repository?
How do I convert my repository from using BDB to FSFS or from FSFS to BDB?
How do I do a network trace of Subversion client/server interaction?
What should I consider in planning a migration to Subversion?
Why wouldn't I want to migrate my whole repository?
What files are installed and what registry settings are changed when the MS Office Plugin is installed?
Concepts and terms in SVN
Does Subversion have changesets?
What is mergeinfo?
Does Subversion support symlinks?
What is the difference between revert and reverse merge?
Can I use wildcards or globbing to move many files at once?
Can SVN be installed into a segregated network (intra/inter)?
How do I run svnserve as a service on Windows?
What is a wedged repository and why does it happen?
Is it possible to run multiple versions of SVN on a single machine?
Common SVN error messages
Why am I getting "403 Forbidden" when trying to commit to repos?
How do I resolve a Subversion "423 Locked" error?
What does Subversion "405 Method Not Allowed" mean?
Why do I get the error "SSL negotiation failed: SSL error: decryption failed or bad record mac" in SSL Subversion operations with a lot of data?
I can see my repository in a web browser, but 'svn checkout' gives me the error "301 Moved Permanently." What's wrong?
How can I fix a Subversion 1.5 memory problem?
SVN permissions and passwords
How do I configure read write access for users to have rw access to three repositories and no access to the parent or other repositories?
What Subversion operations require read access versus write access?
I changed my SVN password, why can't I access my repository?
Why does my Subversion client cache passwords in plain text on disk?
Why do read-only operations still need repository write access?
What options are there for authenticating Subversion against an Active Directory Domain?
Tasks in Subversion
How do I configure Apache to search multiple OUs when authenticating Subversion users?
How can I find the number of files in a repository without checking it out?
How do I show HTTP data conversation to Apache?
How can I do an in-place import (i.e. add a tree to Subversion such that the original data becomes a working copy)?
How can I define command-line options for the editor?
How can I handle spaces in the editor path?
Can I maintain a modified version or vendor branch of third-party software using Subversion?
How do I enable Neon debugging in my Subversion client?
How do I detect adds, deletes, copies and renames in a working copy after they've already happened?
How can I make svn diff show me just the names of the changed files, not their contents?
Can I set properties on everything in the repository, then apply the properties to every new file coming into the repository?
How do I merge code from two completely separate repositories?
I have a project file that every developer must change, but I don't want those local mods to ever be committed. How can I make svn commit ignore the file?
How do I change the log message for a revision after it's been committed?
How do I completely remove a file from the repository's history?
How do I allow clients to authenticate against a Windows domain controller using SSPI authentication?
How can I hotbackup my repository when svnadmin fails on files larger than 2Gb?
How can I specify a Windows drive letter in a file:URL?
How do I generate an SSL certificate for my server?
How do I create a local backup of a remote SVN repository?
Other SVN Errors
Why do I get random "Access Denied" errors on Windows?
Why doesn't svn switch work in some cases?
Why can't I see the log entry for the file I just committed?
After upgrading to Berkeley DB 4.3 and later, I'm seeing repository errors and svnadmin recover fails.
Why do I get occasional, inconsistent errors when checking out over http from a repository running on MacOS X 10.4 (Tiger)?
Why do I get "already under version control" when I try to add a new file to a directory?
I got an error saying "This client is too old to work with working copy '...'. " How can I fix it without upgrading Subversion?
Why do I receive the error "volume label syntax is incorrect" when I checkout from a Windows client?
Why do I get "path not found" when trying to view an old version of my file?
Why does Subversion say my working copy is out of date when I try to commit?
Why do I get an "unrecognized URL scheme" error when I try to check out Subversion after building the distribution binary?
Why does my --diff-cmd complain about -u when I try to override it with --extensions?
Why does mod_dav_svn complain about a bad database version when I start Apache? It found db-3.X, rather than db-4.X.
When I run configure, I get errors about subs-1.sed line 38: Unterminated 's' command. What's wrong?
My repository keeps giving errors "Cannot allocate memory". What should I do?
My repository seems to get stuck, giving me DB_RUNRECOVERY errors. What could be the cause?
I'm getting the error "svn: bdb: call implies an access method which is inconsistent with previous calls". How do I fix this?
I'm trying to use mod_dav_svn with Apache on Win32 and I'm getting an error saying that the module cannot be found, yet the mod_dav_svn.so file is right there in \Apache\modules.
Under Windows XP, the Subversion server sometimes seems to send out corrupted data. Is this really happening?
VS.NET/ASP.NET seems to have a problem with the ".svn" directory name. What should I do?
Why aren't my repository hooks working? They're supposed to invoke external programs, but the invocations never seem to happen.
Why doesn't HTTP Digest auth work?
Why am I getting "Can't open file" and "system cannot find the file specified" errors when I try to check out a repository?
Other Subversion questions
When I access a repository using svn+ssh, my password is not cached in ~/.subversion/auth/. How do I avoid having to type it so often?
Why doesn't the $Revision$ keyword expand to the file's current revision, instead of the file's last-changed revision?
How come svn up subdir does not work when I check out a directory non-recursively (with -N) to reveal certain subdirectories?
I've contributed a patch to a project and the patch added a new file, how come svn update does not work?
Why am I having trouble doing write operations to a Subversion repository over a network?
I run Apache 1.x right now, and can't switch to Apache 2.0 just to serve Subversion repositories. Does that mean I can't run a Subversion server?
I heard that Subversion is an Apache extension. What does it use for servers?
Do I have to set up Apache to use Subversion?
Why does the svn revert require an explicit target?
What is the "dump/load cycle" people sometimes talk about when upgrading a Subversion server?
Every time users try to access my repository, the process just hangs. Is my repository corrupt?
SVN proxy questions
Can I run Subversion if I'm behind a proxy?
Where do I configure my client proxy settings?
LDAP server questions
How do I configure Subversion to authenticate against multiple LDAP domains?
Why do I get the "Invalid command 'AuthLDAPAuthoritative'" error when I try to set LDAP for SVN users?
Switching from CVS to SVN
How do I modify my CSVN UID?
Does Subversion have a keyword that behaves like $Log$ in CVS?
Can I use tags to merge changes from a branch to the trunk like with CVS?
SVN files and folders
How do I completely remove a file/folder from a Subversion repository?
Why are some files not imported during svn import?
How do I protect svn folder deletion at user level?
How do I check out a single file?
Can I remove a folder/file from CVS?
CollabNet TeamForge FAQ
Project member FAQ
Why can't I synchronize between Microsoft Project and CollabNet TeamForge?
What's the best way to search the CollabNet User Information Center?
Which arbitrary HTML elements can I customize?
What is CollabNet TeamForge?
What software configuration management tools are available in CollabNet TeamForge ?
What is CollabNet Build and Test?
What happens when I post to a moderated discussion forum?
What is a discussion?
Why are Microsoft Project and CollabNet TeamForge doing things I don't expect?
How can I access the native install version of SourceForge? I can only find the VMWare version.
How can I reduce the number of emails from monitoring a folder?
What is the file size limit on uploads or attachments in SourceForge?
Why do the open tracker counts differ from when I filter on "Open"?
How do I change the columns displayed in the tracker list?
Can I assign an artifact or task to a group of users?
Concepts and terms in TeamForge
How does CollabNet TeamForge support documents?
What is an agile project team?
What is change management?
What is a document in CollabNet TeamForge?
What is a discussion?
What is a release?
What is a tracker?
What is a task dependency?
What is tracker workflow?
What is an association?
What is an activity table component?
What is a project page component?
What is a wiki component?
Does CollabNet TeamForge support merge tracking?
Common errors in TeamForge
Why can't I synchronize between Microsoft Project and CollabNet TeamForge?
How can I troubleshoot/diagnose Firefox browser issues?
Why don't I see all tracker fields when attempting to export the report?
I am unable to edit a specific artifact via email, but I can via the web UI. Why is this?
Synchronizing my project plan, why do I get the error "Unable to check for pending changes"?
Why is SourceForge Explorer forgetting my settings and not logging me in?
Why can't I cut and paste project pages?
I deleted the email that verifies my CVS password. How can I retrieve my password?
TeamForge roles and permissions
Which role is assigned to me?
Can I request a role?
How do user roles work?
Do I have to use the administrator-given password always?
Why don't I have access to the "Reported in Release" information in my artifact?
Who can be a moderator?
Who can work with documents?
Tasks in TeamForge
Can I control which messages get posted to my forum?
How can I stay informed about events on my CollabNet TeamForge site?
Can I move a discussion to another project?
Can I associate objects of different projects?
How can I import tasks into TeamForge Task Manager?
What kind of objects can I create reports on?
How do I save a report so I can run it again later?
Is it possible to move an artifact from one tracker to another?
How do I create an artifact via email?
How can I change the display order of the fields in my tracker?
I don't need the priority and assigned-to fields, how do I get rid of them?
How do I create a parent/child artifact?
How do I put a notice to my users on the project home page?
How do I remove a news item?
How do I find the version of my MS Project plugin?
Managing documents in TeamForge
Why can't I edit a document when it opens in my browser?
Can I force files to be downloaded, rather than opened in the browser?
Why are some uploaded documents missing icons when displayed in SourceForge?
Can I link to documents outside of SourceForge?
Can I lock a document in SourceForge?
Does SourceForge automatically resolve conflicts in documents made by multiple concurrent editors?
Why can't I reply when someone comments on my review?
What document types are supported in SourceForge?
Why doesn"t an open review automatically close when a new version of the document is uploaded?
Managing forums in TeamForge
How can I monitor a forum or mailing list?
How do I create a new forum topic?
How do I find the email address for a forum?
How do I remove a user from a discussion?
How do I post a reply to a forum topic?
I can see the message I posted to a discussion in the web UI, but I didn't receive any of the responses via email. Why is this?
Why are some of the discussions threaded?
Managing wikis in TeamForge
Why would I attach things to a wiki?
How do I delete an attachement from a wiki page?
How do I edit the wiki home page?
I set my project to "use wiki homepage" so why isn't my wiki showing up?
TeamForge Lab Management FAQ
What is TeamForge Lab Management?
How do files get in and out of the system?
How can I improve response time on my TeamForge Lab Management box?
How is installing software on a TeamForge Lab Management system different from installing on my own machine?
What happens when I change a TeamForge Lab Management password?
What is a cloud in Lab Management?
What is the Project Build Library?
What is in the project build library?
What is the profile library?
What can I find out about a profile?
How do I select a profile?
What types of comparisons can I do?
What kinds of diffs can I get?
Troubleshooting
Is my system down?
Why are my credentials rejected?
Why is my system unstable?
Why is my system slow?
How can I speed up downloads from the Project Build Library?
Can I check a directory every night and only download new files or files that have changed?
What Lab Management systems are assigned to me?
How do users get their hands on a build?
How do I get files out of the Project Build Library?
Can I delete files and directories from the build library?
Project administrator FAQ
General questions about using TeamForge
Are the URLs in CollabNet TeamForge 6.0 the same as the URLs in CollabNet Enterprise Edition?
How is a project template structured?
Why do you need the authentication and authorization plugin for Hudson?
Is it mandatory to fill in all the fields while querying in issue tracker?
What is the difference between a stagger and normal header in query result heading settings?
How can Silver/Basic support customer file product enhancement requests?
Concepts and terms in TeamForge
What is a project?
What is a parent project?
What is a project page?
What is a freeform sub-page?
What is remote publishing?
What is a project page component?
What's included in a project page component, and how can I use it?
What is a text component?
What is a documents component?
What is a news component?
What is a Tracker Search Results component?
What is a project statistics component?
What is a wiki component?
What is an activity table component?
What is a subprojects component?
What is a linked application?
What is a project template?
What's included in a project template, and how can I use it?
What is report generation?
What is a private IP address and what are the private IP ranges?
Common errors in TeamForge
Why do I get a "Name is Invalid" error when trying to create a project using the createProject() method via the SOAP API?
TeamForge roles and permissions
How do user roles work?
What is a global role?
What is a requestable role?
Who can access an application?
Who can access source code?
Who can access a project?
Who should I allow into my project?
How does inheritance work?
Can I block a user's access to source code?
Who can see a project page?
Who can see a project page component?
Who can access project planning information?
Does the project owner receive a mail when a discussion forum is started in his project?
Do project owners get automatically subscribed to the discussion forum started by another member?
Is the discussion forum creator subscribed by default?
When a discussion forum is set up, do all members receive a notification mail?
Who is an owner of the subcomponent?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
How can I make the project pages invisible for any user who is authorized to see the project?
How do I give read-only anonymous access to cvs/svn repository?
Why do I see the project home page though I lack the necessary permission?
As a project admin, why don't I have permissions to the wiki?
Tasks in TeamForge
Can the query results be listed without the issue id?
Can the result of the query be personalized?
How do I edit the predefined data in the various fields in the issue tracker?
Can I add custom links to the Quick Links section of the application home page?
How can I import tasks into TeamForge Task Manager?
Can I use Crystal Reports to extract information from the SourceForge database?
How can I force files to download to the desktop?
Lab Management administration FAQ
How are my project systems being utilized?
Who controls which profiles can be used in a project?
What is involved in administrating profiles?
Can I get more systems for my project?
What is the correct procedure for modifying a hosted Lab Manager profile?
Site administrator FAQ
Migrating tools from CollabNet Enterprise Edition to CollabNet TeamForge 6.0
Migrating projects and categories
Migrating roles and permissions
Migrating SCM integrations
Migrating users and user groups
Migrating wiki
Migrating project pages
Migrating Issue Tracker
Migrating discussions
Migrating documents
Migrating announcements
Migrating project dashboard
Migrating remote publishing tool
Mapping CollabNet Enterprise Edition Host or Domain Configure settings to CollabNet TeamForge 6.0
General questions about using TeamForge
How does CollabNet TeamForge help protect data access?
How does CollabNet TeamForge help protect my data?
How do TeamForge licenses work?
How do I determine which version of SourceForge is currently running?
Where can I download the SourceForge DTD?
Can SourceForge accept email for more than one domain?
Can I block project data from public search engines?
How do I make SourceForge work the same when the IP address of the server changes?
Concepts and terms in TeamForge
J2EE Architecture and security
What's the difference between a managed and unmanaged CVS server?
Does CollabNet TeamForge support merge tracking?
What is a parent project?
How do I look up audit log?
What is an integrated application?
What is in the integrated application's configuration file?
What is a private IP address and what are the private IP ranges?
Common errors in TeamForge
Why do I get a proxy timeout when I try to view certain SCM pages?
Why don't all my team members appear in the "assigned to" field?
Why does my Hudson job fail with the following error: ERROR: svn: authentication cancelled org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled?
How can a user who deleted a document get it back?
Why are the dynamic images that SourceForge creates broken?
Why can't I commit to the repository?
Why does startup fail or produce errors?
TeamForge roles and permissions
What does it mean to be a site administrator?
How do site administrator roles work?
What is a site-wide role?
What is a user group?
Can I create a user group?
Can I ensure that only site admins can create projects?
What does it mean to be an additional site administrator?
How do I require approval for new user accounts?
Can I disable creation of user accounts?
Can I create new accounts as unrestricted by default?
How can I prevent users from creating their own account?
Why is a user restricted and unable to be changed?
Why don't I have access to the "Reported in Release" information in my artifact?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
Tasks in TeamForge
How do I post a site-wide broadcast message?
How do I remove the build and test link from SourceForge pages?
How do I remove the OCN link from my SourceForge instance?
What elements of a site can I customize?
What is the look project?
Can I substitute my own images for the default TeamForge images?
How does TeamForge use stylesheets?
How does TeamForge use Velocity templates?
Which arbitrary HTML elements can I customize?
Can I customize my site's email notifications?
Can I use my own custom JavaScript on my site?
Can I customize the web interface?
Can I add my own links to the top menu bar?
How do I create a local backup of a remote SVN repository?
Where do I configure my client proxy settings?
How do I send email from a specific sender address instead of the member address?
How do I create new values in the "Reported in Release" field?
How do I create a parent/child artifact?
How can I enforce strong passwords?
How can I remove logs and deleted items that are more than 14 days old to free up disk space?
How do I configure the user session timeout?
How do I enable post-commit logging?
How do I rebulid SourceForge search indexes?
Can I add custom links to the Quick Links section of the application home page?
Can I limit the number of characters for fields in a tracker?
Can I query the CollabNet TeamForge 6.0 database?
Managing email in TeamForge
I have made changes to the James config, how can I enable them without restarting SFEE?
Why am I getting an error about NoEmailShouldEverBeSentToNoBody@localhost?
Managing wikis in TeamForge
How do I detect orphan wiki pages?
How do I make the version comment required for wiki updates?
What is the complete wiki syntax that SFEE supports?
How do I generate a wiki table of contents?
Lab Management site administrator FAQ
What is an audit log?
What happens when I move a machine between projects?
What is port forwarding?
What is host URL mapping?
How does host URL mapping compare with port forwarding?
Why doesn't URL mapping work for me?
How are virtual guests different from physical machines?
What is involved in migrating a virtual guest?
What's a good way to read log information?
How are systems in my domain being utilized?
System administrator FAQ
General questions about using TeamForge
What does it take to install CollabNet TeamForge ?
What is the recommended installation method for SourceForge?
Do I need an advanced TeamForge install?
How many servers do I need to run a CollabNet TeamForge site?
Which application runs on which server?
How does SourceForge Enterprise Edition handle third-party applications?
Which ports should I keep open?
How does SourceForge Enterprise Edition manage security?
How does CollabNet TeamForge help protect data access?
What user activities are tracked?
How does CollabNet TeamForge help protect my data?
Does TeamForge work with LDAP?
J2EE Architecture and security
What security tools come with CollabNet TeamForge ?
What is a CERT advisory?
Should I move my TeamForge database to its own server?
Should I move my source control application to its own server?
Is it possible to change artifact prefixes in TeamForge?
What is the suggested log configuration for a production system?
Can I run other Java applications in the same JBoss instance as CollabNet Team Forge?
How does TeamForge handle multiple redundant LDAP servers?
Does SourceForge licensing have any dependencies on IP address of server?
Who is responsible for applying OS updates to the underlying VMware image?
Concepts and terms in TeamForge
What does it mean to run CollabNet TeamForge on a virtual machine?
What is a patch?
What is the look project?
What wiki engine does SFEE use?
Does CollabNet TeamForge support merge tracking?
What is a private IP address and what are the private IP ranges?
What is the vamessages.log used for?
How do I use the SourceForge updater to manage backups of old versions of SourceForge?
Common errors in TeamForge
Why won't my CollabNet TeamForge virtual machine installation start?
Why does my CollabNet TeamForge site show a different time than the host machine it is running on?
Why does my CollabNet SourceForge Enterprise site show a different time than the host machine it is running on?
Why won't my CollabNet SourceForge Enterprise virtual machine installation start?
Why don't the branding repo changes get rendered into UI?
After switching to ADS authentification, why did the Create button disappear from the user admin section?
How can I solve the PSQLException when starting the app server after changing my DB server IP address?
Why do search and email server show "Could not connect"?
Why is the password and login shell changed for users on my cvs/svn server?
JBoss crashed with out of memory error, how do I prevent this?
Why don't help links in TeamForge work after upgrade from SourceForge Enterprise 4.4?
Why am I getting "Could not connect" status for email and search server?
Why is my email taking a long time to arrive?
Due to firewall restrictions I cannot send email from James. How can I resolve this?
Why do we have errors creating or altering repositories and adding or removing users?
Why does the SOAP service show "could not connect" on the Server Status page when everything else appears to work?
Why do I get a server status error when I perform a search?
Why would some users not get email?
What does the "psql: could not connect to the server: No such file or directory" error message mean?
Why do I get a proxy timeout when I try to view certain SCM pages?
When using SourceForge Explorer version 4.4 SP1 to connect to SourceForge 4.4 SP1, I receive the following error message: "Error - wrong number of arguments".
Why do I get a URL "not found" or "moved permanently" error after applying a patch/upgrade?
Why can't TeamForge send my outbound mail?
TeamForge roles and permissions
How do I add users to user membership after upgrading from 5.0 to CTF 5.2?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
Why can't Oracle connect to my SourceForge installation?
Why does SearchReindex.sh fail on SourceForge 4.4?
Tasks in TeamForge
How do I post a site wide broadcast?
How do I enable post-commit logging?
How do I authenticate multiple LDAP via Apache?
How do I make the monitoring messages be sent from Forge Administrator?
How can I remove the RHEL test page after SourceForge installation?
How can I find the number of files in a repository without checking it out?
How do I connect to the Teamforge Postgres database?
How do I generate a wiki table of contents?
What is the correct procedure for modifying a hosted Lab Manager profile?
Can I add custom links to the Quick Links section of the application home page?
How do I configure the timeout for Apache in TeamForge?
How do I back up SourceForge?
How do I move an existing CVS repository into SourceForge?
How do I move an existing SVN repository into SourceForge?
Where do I configure my client proxy settings?
How do I make SourceForge work the same when the IP address of the server changes?
How do I capture the output of "top" command?
Managing email in TeamForge
How do I configure TeamForge to send mail on a specific network adapter in a multi-NIC configuration?
How can I check if port 25 is open?
How do I set up a local alias via James?
How do I configure email notifications of Subversion commits in SourceForge 4.x?
Does SourceForge support using /etc/aliases for local mail delivery?
Developer FAQ
What is the correct procedure for modifying a hosted Lab Manager profile?
How can I import tasks into TeamForge Task Manager?
How do I generate a wiki table of contents?
What is the SOAP API?
How does an application interact with CollabNet TeamForge SOAP services?
Is the CollabNet TeamForge SOAP API backwards-compatible?
How do I enable Neon debugging in my Subversion client?
How do I resolve timeouts when calling web services?
Can I run other Java applications in the same JBoss instance as CollabNet Team Forge?
How can I troubleshoot/diagnose Firefox browser issues?
How do I enable/disable Path Bathed Permissions via SOAP?
CollabNet Enterprise Edition FAQ
Project member FAQ
General questions about using CollabNet Enterprise Edition
Does the project owner receive a mail when a discussion forum is started in his project?
Do project owners get automatically subscribed to the discussion forum started by another member?
Is the discussion forum creator subscribed by default?
Is it mandatory to fill in all the fields while querying in issue tracker?
Where do I configure my client proxy settings?
I'm managing a website in my repository. How can I make the live site automatically update after every commit?
What will happen if I remove an attribute from an artifact type at the project level?
Can we set up work flow in project tracker?
What is the effect of marking an attribute as Use as identifier?
What are the preconditions and the format of the XML file that PT accepts for XML imports?
What will happen if I deactivate an artifact type at the project level?
Is the Project Tracker artifact code unique?
Can there be two attributes with the same name?
Why can't I use a list attribute as artifact identifier?
Why has CollabNet combined mailing lists and discussion forum tools in version 5.0 of CEE?
What about bookmarks to existing messages?
What will happen to my existing mailing list and discussion forum archives?
What are the HTML tags that can be used in CEE?
What time do announcements get published when a publish date is specified?
What happens to the news items that are removed?
Is there a size limit for attachments in documents and files?
Can the default folder in documents and files be deleted?
Why don't I get row or column options when I generate reports?
Concepts and terms in CollabNet Enterprise Edition
What is a project category?
What is an artifact template?
What is report generation?
What is sanity check?
What is meant by 'availability' of a query/template?
Why do we need saved artifact type lists?
What is the difference between a new and query task in Issue Tracker?
What is the difference between a stagger and normal header in query result heading settings?
What are the indexing stages?
What is the effect of marking attributes as 'Included in custom query'?
How does Project Tracker integrate with CVS/Subversion?
What is the difference between Simple, Advanced and Cross Project Query?
What is the difference between advisory warning and strict type reservations?
What is the difference between event and publish date for an announcement?
What is an RSS feed and where can it be used?
How does the prefix work in discussions?
Why should I use Documents and files instead of sharing files using email?
What does the ‘Move up’ option do while deleting a folder in a folder tree?
Does the CEE documents and files system version the documents?
Common errors in CollabNet Enterprise Edition
What do I need to know to troubleshoot CEE login/authentication issues?
Why are artifacts not linked across projects in Subversion commits?
Why can't I search for.html files in attachments?
I have checked out some files from Subversion, but they do not appear in the File downloads report. Why?
I know I have artifacts and SVN activity in my project but my charts display 'No metrics data available'. Why?
Why am I getting an empty table?
I have edited the project pages using the Project Content Editor, but they are not shown in the Subversion reports. Why?
CollabNet Enterprise Edition roles and permissions
Can a developer delete files from a project?
What is scope of permissions for a project owner?
What role should a user have if he wants to convert a private project to public?
Can the permission for a role be edited?
What roles/permissions does a registered user have in projects by default?
Can I set permissions so that users can move documents but not delete them?
As a guest user will I be able to enter an artifact?
How do I ensure that a project owner does not modify the Project Tracker artifact types in the project?
How do I allow registered users to submit an artifact and restrict them from doing a query?
Why am I unable to assign artifacts to a user while being able to add this user to the CC list?
Why am I not able to define Subversion reports at the domain level?
As a host user, I have performed some SVN client activities, but my charts do not show any data. Why?
Who is a trusted poster?
Tasks in CollabNet Enterprise Edition
How does a non-project member suggest a file in documents and files?
How do you add a section of text to the login page?
How do I require users to populate the "Assigned to" field on artifacts?
How do I view non UTF-8 characters in my browser?
How do I get credentials to access the support portal?
How do I use the CollabNet LogSummoner utility to get and view CEE logs?
Is it possible to get a pre-commit hook script to force a message to be entered on commit?
How do I revert a symlink added to www folder?
How do I use snapshot.py?
How do you determine the number of users logged in to a site at a particular time?
How do I verify downloads for correctness?
How do you find the BerkeleyDB version in a CEE site?
How do I rename a template?
How do I disable a template?
Can I restrict the subprojects being displayed on my project home page?
How can I view a page without branding?
How do I cancel my membership in a project?
Issue Tracker tasks in CollabNet Enterprise Edition
How do I provide a link to a specific comment in an issue?
How do I provide a link to another issue when I add comments in an issue?
Can we migrate data from Bugzilla to Issue Tracker or Bugzilla to Project Tracker?
How can I create shortcut links for the queries I execute most often?
Project Tracker tasks in CollabNet Enterprise Edition
Can I upload and edit multiple artifacts in Project Tracker at one time?
How can I export data from Project Tracker Artifacts?
Can I add common attributes to a cross project query?
How do you find a list of all projects in a single web page?
How can I make my project use Project Tracker if it is already configured to use Issue Tracker?
Can I suggest a query/artifact template for a project?
How can a saved query be copied from one project to another?
How do I delete an artifact?
Can I configure an artifact type to get automatically added to a project when the project is created?
How can I disable email notifications from Project Tracker?
How do I ensure that the artifact details are not included in the project tracker email notifications?
Can I query across multiple projects and artifact types?
Is there a method to find if an artifact type has been renamed at the project level?
CVS/Subversion tasks in CollabNet Enterprise Edition
How do I make TortoiseCVS show empty directories?
How do I rename a file in a CVS repository?
How do I check out a single file?
How do I see available protocols in my CVS client?
Project pages editor in CollabNet Enterprise Edition
Can I control access to my project pages?
What are the components I can add to my project pages?
How do I edit a document uploaded to a project page?
What can I do with the project pages editor?
Why is the text on pages within CEE too small for me to see easily?
How do I monitor my project using the project pages editor?
How do I get started using project pages?
How is Subversion connected to the project pages editor
Can I edit the project pages using Subversion and an HTML editor?
Discussions in CollabNet Enterprise Edition
Can I reuse a deleted discussion's name?
How can access to a discussion be restricted?
What are the sorting options in a discussion?
What happens to the subscription to discussions when the email address of a user is changed in the user profile?
How can you self-subscribe to a discussion?
Wikis in CollabNet Enterprise Edition
How can I add two spaces between my last paragraph and my next one?
Is there a way to add more icons or are there more that we can use outside of the ones on HelpOnIcons?
How can I use a word with CamelCase format (like CollabNet) in my wiki page without having wiki treat it as a wiki page?
Is there a way to move or copy a set of wiki pages from one CEE project to another?
Is it possible to have a wiki page or its content as a Project Page component?
What is the "Remove trailing whitespace button" all about?
How do I place the latest announcements on my project home page?
Is it possible to publish project announcements dynamically on any selected project page?
How do you delete folders with special characters in CVS repo?
Project administrator FAQ
General questions about using CollabNet Enterprise Edition
Is it mandatory to fill in all the fields while querying in issue tracker?
How can I find out what artifact codes are allowed when creating projects?
Why are artifacts not linked across projects in Subversion commits?
Do we allow JavaScript to be used on project home pages?
When does the number of attempts for successful login gets reset?
Do I need to configure anything to use scripts/custom CSS on a project home page?
Is the discussion forum creator subscribed by default?
Does the project owner receive a mail when a discussion forum is started in his project?
When a discussion forum is set up, do all members receive a notification mail?
Do project owners get automatically subscribed to the discussion forum started by another member?
Is there a list that distributes the OMC file downloads distribution?
Is there a POST query size limit?
Concepts and terms in CollabNet Enterprise Edition
What is report generation?
What is the difference between the 'Project – view' and 'Project Page – view' permissions?
What is Enable robots exclusion?
Common errors in CollabNet Enterprise Edition
What could be a reason for committed changes on a site through command line not getting displayed in GUI?
CollabNet Enterprise Edition roles and permissions
What roles/permissions does a registered user have in projects by default?
What is the difference between a stagger and normal header in query result heading settings?
Who is an owner of the subcomponent?
Can I set permissions so that users can move documents but not delete them?
What happens when a non-member of a site is invited to a project?
What is meant by 'Ownership role' option in the Add/Edit role page?
What permissions does a user need to be able to copy a saved query?
Where do I find the definitions for the permissions in each role?
Tasks in CollabNet Enterprise Edition
Can the query results be listed without the issue id?
Can the result of the query be personalized?
How do I edit the predefined data in the various fields in the issue tracker?
Can the features used or configured for a site be tracked?
How do I lock a project?
Can you configure default settings for a project in a site?
Can a project's name be changed?
How do you find a list of all projects in a single web page?
How do I delete a Project Tracker artifact in CEE?
How do I see available protocols in my CVS client?
How do I make TortoiseCVS show empty directories?
How do I rename a file in a CVS repository?
How do I view non UTF-8 characters in my browser?
Is there a way I can dynamically add all domain and guest users to a project?
How do I change my username and password?
How do I add a subversion-based project?
What is the command used in cvs to delete a user's certification table?
Is there a way to query for individual user permissions?
Is there a query to get a list of projects that haven't had any data written to Project Tracker artifacts?
Is there a way to find out the number of projects that were created in a given time frame, e.g last month?
Is it possible to view project deletion/creation in the audit log?
Questions about Lab Management
What is the intended use of a Build Library?
How does Lab Management support centralized build management? Does it work with build tools?
How can I troubleshoot connecting my Eclipse IDE to Lab Management?
What operating systems does Lab Management support?
Why can't I connect to Lab Management using port forwarding with SSH/Putty?
Why can't I establish a SSH / Putty session to my Linux or Solaris Lab Management system using a SSH tunnel?
Can I deploy Lab Management in my data center with hardware I already own?
How are users restricted within Lab Management?
System administrator FAQ
General questions about using CollabNet Enterprise Edition
The /var directory is 90% full, what should I do?
Does the project owner receive a mail when a discussion forum is started in his project?
When a discussion forum is set up, do all members receive a notification mail?
Do project owners get automatically subscribed to the discussion forum started by another member?
Is the discussion forum creator subscribed by default?
Is it mandatory to fill in all the fields while querying in issue tracker?
What should I back up when backing up JBoss?
Can SourceForge accept email for more than one domain?
How do I find out if a CEE hosted user's password has expired?
Concepts and terms in CollabNet Enterprise Edition
What is report generation?
Who is an owner of the subcomponent?
Where can I look for an overview of email processing?
What is the difference between a stagger and normal header in query result heading settings?
Common errors in CollabNet Enterprise Edition
How do I rectify "Could not authenticate user for SCM viewer"?
How do I troubleshoot my ssh tunnel access after putting in my public key?
CollabNet Enterprise Edition roles and permissions
What roles/permissions does a registered user have in projects by default?
Can I set permissions so that users can move documents but not delete them?
Tasks in CollabNet Enterprise Edition
Can the result of the query be personalized?
Can the query results be listed without the issue id?
How do I switch the IP addresses for my CSFE instance?
How do I edit the predefined data in the various fields in the issue tracker?
How do I make changes to the hostname/IP address in SourceForge 4.x?
How can I find the number of files in a repository without checking it out?
How do I disable basic HTTP authentication?
How do I set the site target for CEE TopTabs (tab-links at top of page)?
How do I change CEE background color?
How do I delete a Project Tracker artifact in CEE?
How do I install an ALM Project Template in CEE?
How do you find a list of all projects in a single web page?
How do you access the robot.txt file?
What is the correct procedure for modifying a hosted Lab Manager profile?
Application developer FAQ
How do I search for a value of a user defined multiselect field via the SOAP API?
Can the boolean option be used to run two separate queries at the same time in the issue tracker querying?
Can the query results be listed without the issue id?
Can the result of the query be personalized?
Is it mandatory to fill in all the fields while querying in issue tracker?
Is the discussion forum creator subscribed by default?
What is the difference between a stagger and normal header in query result heading settings?
What is sanity check?
What is the difference between a new and query task in Issue Tracker?
Can a developer delete files from a project?
Can I set permissions so that users can move documents but not delete them?
Can SourceForge accept email for more than one domain?
How do I resolve timeouts when calling web services?
Why are artifacts not linked across projects in Subversion commits?
How do I view non UTF-8 characters in my browser?
How do I rename a file in a CVS repository?
How do I make TortoiseCVS show empty directories?
How do I rename a file in a CVS repository?
CollabNet Desktop for Eclipse FAQ
Where do I configure my client proxy settings?
Why do artifact attributes still show up in my Project Tracker Mylyn editor after the project admin hides or removes them?
Does Eclipse Desktop work with the CollabNet Enterprise free 15 user download?
I've installed CollabNet Desktop but can't see any of the Mylyn features. What gives?
Do I need to have Mylyn installed to use the CollabNet Desktop plugins for Project Tracker or Issue Tracker?
Where can I find more information about the changes in the release?
When I press the Validate button I get this message: "Your project is valid, but this server might not be compatible with your version of mylyn. You are running CollabNet API version 1.2.0. CollabNet server is running 1.1.0". What does it mean?
Does CollabNet Desktop - Eclipse work with SourceForge Enterprise Edition's tracker tool?
Does CollabNet Desktop - Eclipse Edition work with MyEclipse Enterprise Workbench 6.6.0?
How do I clear the old SVN repo password in Eclipse, Subclipse?
Why do I get a "malformed file...option expected" error when trying to do SVN checkout in Eclipse?
During Installation I get an error message that says I need the plug-in "org.eclipse.pde.ui". What do I do?
Will this work with my version of CollabNet Enterprise edition?
CollabNet Desktop for Windows FAQ
How can I run a query across all artifacts and tasks in all projects?
What document formats can be opened directly from CollabNet Desktop for Windows?
When I try to login using the CollabNet Desktop I get the following error: Error logging in. Please check your credentials. I know my credentials are correct because I can login using the web browser.
CollabNet Desktop for Visual Studio FAQ
Why do I get a "malformed file...option expected" error when trying to do SVN checkout in Eclipse?
CollabNet Connector Framework FAQ
What is the CollabNet Connector Framework?
What's new in this release?
What are the connector requirements for HP Quality Center?
CollabNet TeamForge 5.3 User Guide
Overview
Get started
Quick start: Working on a TeamForge project
Join a TeamForge site
Join a project
Identify yourself
Get the code
Find a forum
Catch up on project news
Find project resources
Quick start: Managing a TeamForge project
Create a TeamForge project
Add users to a project
Create a project page
Create a tracker
Create a planning folder
Set up hardware for your team to use
Help for project members
Plan and track anything
Estimate effort for agile development
Find tracker artifacts
Display tracker artifact information
Filter tracker artifacts
Search a tracker
Search for tracker artifacts
Find your own artifacts
Save a search for tracker artifacts
Share a saved tracker search
Run a saved search
Remove a saved search
Create a tracker artifact
Create a tracker artifact by email
Update a tracker artifact
Edit a tracker artifact by email
Change multiple artifacts
Move a tracker artifact
Associate tracker artifacts with other items
Associate a tracker artifact with a document, task, integrated application object, or forum
Associate a tracker artifact with a file release
Associate a tracker artifact with a code commit
Make a tracker artifact depend on another artifact
Schedule work on an artifact
Set up a tracker
Create a tracker
Enable or disable fields
Make tracker fields required or optional
Create custom tracker fields
Configure tracker field values
Assign a tracker artifact automatically
Change a tracker
Create a tracker workflow
Export tracker artifacts
Work on tasks
Create a task
Edit a task
Find tasks
Filter tasks
Search for tasks
Viewing your assigned tasks
Update task status
Schedule a task before or after another task
View task dependencies
Associate a task with other items
Manage tasks
Copy a task
Move a task
Report on tasks
Organize tasks
Create a task folder
Rename a task folder
Reorder task folders
Delete a task folder
Manage task workflow
Alert project members about overdue tasks
Require approval for changing tasks
Handle a change request
Indicate task status with colors
Measure task workloads
Set the default task calendar
Manage tasks in Microsoft Project
Install the Task Manager Add-in for Microsoft Project
Log in to CollabNet TeamForge
Create tasks from Microsoft Project
Import tasks in one direction
Assign a resource when there is no match in CollabNet TeamForge
Synchronize tasks
Synchronize task data with
Synchronize with a different task folder
Document your work
Find and view a document
Go to a document
Search for a document
Create a document
Edit a document
Update a document
Change the active document version
Lock a document
Unlock a document
Get a document reviewed
Start a document review
Read review responses
Edit review details
Send a reminder email
Close a document review
Review a document
Associate a document with other items
Manage documents
Copy a document
Move a document
Delete a document
Organize documents
Create a document folder
Rename a document folder
Move a document folder
Reorder document folders
Delete a document folder
Work with documents from Microsoft Office
Install the Document Manager Add-in for Microsoft Office
Open a document from TeamForge
Save a document to TeamForge
Update a document
Communicate with project members
Participate in discussions and mailing lists
Create a forum topic
Reply to a forum message
Subscribe to a mailing list
Post to a forum by email
Associate forum messages with other items
Administer forums and mailing lists
Create a discussion forum
Rename a discussion forum
Add or modify moderators
Approve a forum post
Reject a forum message
Delete a forum message
Delete a forum topic
Stop moderating a forum
Share project news
Post a news item
Delete a news item
Contribute to the project wiki
Start a Wiki
Create a new Wiki page
Add Wiki content
Search a wiki
Manage source code
View code commits
Associate code commits with other items
Associate code with other items while committing
Create associations with code that is already committed
Create a source code repository
Store your repository SSH key
Provision hardware
What Lab Management systems are assigned to me?
Find an available host to use
Allocate yourself a TeamForge Lab Management machine
Compare profiles or profile versions
Rebuild a system
Log into a TeamForge Lab Management system
Log into a UNIX system
Log into a Windows system
Set up a tunnel with PuTTY
Set up a VNC server on TeamForge Lab Management
Connect to a VNC server from your desktop
Transfer files in and out of the system
Transfer files with WebDAV
Connect to WebDAV with Windows Explorer on Windows XP
Connect to WebDAV with Mozilla Firefox on Windows XP
Connecting to WebDAV with Mac OS X
Connect to WebDAV with Nautilus on Linux
Transfer files with SFTP
Connect to TeamForge Lab Management with Windows Remote Desktop
Find a build
Connect to network services outside TeamForge Lab Management
Reach a TeamForge Lab Management server from the outside
Reach outside destinations from within TeamForge Lab Management
Release a host
Allocate a host from a cloud
Build and test your software
Upload to a CollabNet File Release
Upload a file to a CollabNet release
Publish promoted builds to a CollabNet release
Upload to CollabNet Documents
Upload a file to a CollabNet document application
Generate and update CollabNet Tracker artifacts
Set up a build to generate CollabNet tracker artifacts
Upload to the Lab Management Project Build Library (PBL)
Get a Lab Management API key
Upload build results to a Lab Management Project Build Library
Release products
Download a release
Create a package
Create a release
Add files to a release
Update files in a release
Delete files from a release
Update release attributes
Change a package's name or description
Associate a release with other items
Delete a package
Delete a release
Watch for changes
Sort emails from TeamForge automatically
Monitor an item
Monitor many items
Monitor an application
What am I monitoring?
Who is monitoring this item?
Choose monitoring email frequency
Choose application monitoring email frequency
Monitor an item for someone else
Help for project administrators
Create a TeamForge project
Create a planning folder
Update a planning folder
Reorder planning folders
Move a planning folder
Build your project web site
Assemble your project web site
Create a project page
Create a project page component
Reorder project page components
Hide a project page component
Rename a project page component
Delete a project page component
Control access to a project page
Reorder project pages
Hide a project page
Rename a project page
Report on project activity
Report on tracker artifacts
Save a report template
Run a report
Export report results
Delete a report template
Control project access
Control access by user role
Give roles to a project member
Give a role to multiple project members
Assign roles to a user group
Assign user groups to a role
Create a role
Create a project administrator role
Change a role
Control access by project type
Control access by user class
Control access to source code
Show or hide an application
Manage project membership
Add users to a project
Remove a user from a project
Handle a request for project membership
Handle a request to leave a project
Create a project template
Categorize a project
Make other applications available to project members
Link an external application
Change a linked application
Reorder linked applications
Require a wiki version comment
Provide build and test services
Install the CollabNet plugin
Install Hudson and the Build & Test plugin
Install the Build & Test plugin on your Hudson server
Connect to your Build & Test server
Upgrade the CollabNet plugin on your Hudson server
Authenticate and authorize users in Hudson
Authenticate users in Hudson
Authorize users at the site level
Authorize users at the project level
Assign project-level Hudson roles in TeamForge
Configure global CollabNet settings
Provision hardware for project members
Set up hardware for your team to use
Reallocate a system
Edit a project
Dictate which profiles can be used in your project
Deliver a build
Get the PBL upload client
Upload a file
Change the description of a file
Move a file
Allow clouds in a project
Help for product owners
Define the scope of your project
Monitor project output
Help for site administrators
Manage users
Create a new user account
Create a user group
Add a user to a user group
Find a user
Edit a user account
Acting on multiple user accounts
Reset the admin account password
Support projects
Create a new project
Approve a new project
Rename a project
Delete a project
Update a project template
Require documents to be associated with artifacts
Manage project categories
Add a project category
Edit a project category
Move a project category
Delete a project category
Disabling project categorization
Provide source control services
Integrate a source code server
Approve a source control repository request
Approve an unmanaged CVS server access request
Edit SCM integration details
Integrate an unmanaged CVS repository with CollabNet TeamForge
Create a loginfo trigger file
Create a modified verifymsg trigger file
Change your site's look and feel
Customize anything on your site
Customize the home page of your site
Customize the home page of projects
Change your site's outgoing emails
Provide external applications
Create a site-wide linked application
Edit a site-wide linked application
Monitor your site
Check your server's status
Check your site's configuration
Read your site's logs
Get build information
Keep your site secure
Set password requirements
Prevent cross-site scripting (XSS)
Support hardware provisioning
Set up a new TeamForge Lab Management project
Move hosts from one project to another
Forward a port
Stop port forwarding
Set up host URL mapping
Stop URL mapping
Delete a project
Undelete a project
Expand your domain with virtual guests
Create a virtual guest
Migrate a virtual guest
Delete a virtual guest
Add and remove profiles
Add a new profile
Stop using a profile
Enable a profile
Administer clouds
Add a new cloud
Add a cloud host
Define a host type
Delete a cloud
Help for system administrators
Set up a CollabNet TeamForge site
Install TeamForge on dedicated hardware
Set up hardware for CollabNet TeamForge
Get TeamForge 5.3
Specify host and domain names
Configure your site
Set basic database options
Set up email
Install the CollabNet TeamForge application
Supply your TeamForge license key
Install an advanced CollabNet TeamForge site
Set up hardware
Get CollabNet TeamForge 5.3
Configure your site
Specify host and domain names
Set basic database options
Set up email
Install the CollabNet TeamForge application
Set up the database for your CollabNet TeamForge site
Set up a PostgreSQL database
Set up an Oracle database
Start your new CollabNet TeamForge site
Supply your TeamForge license key
Install TeamForge on VMware
Get CollabNet TeamForge 5.3
Configure CollabNet TeamForge
Supply your TeamForge license key
Upgrade to CollabNet TeamForge 5.3
Upgrade on the same box
Back up CollabNet TeamForge 5.2 data
Remove CollabNet TeamForge 5.2
Get TeamForge
Install the CollabNet TeamForge 5.3 application
Finish your upgrade
Upgrade on a new box
Set up hardware
Get TeamForge
Back up CollabNet TeamForge 5.2 data
Install the CollabNet TeamForge 5.3 application
Finish your upgrade
Upgrade to TeamForge 5.3 on VMware
Install a different build of the same release
Support CollabNet TeamForge users
Authenticate users with LDAP
Set up LDAP integration for the CollabNet TeamForge server
Set up LDAP for a CVS integration server
Modify the application policy
Let users see what's in a project template
Permit big file uploads
Run the site in a local language
Choose where your online help comes from
Grow your CollabNet TeamForge installation
Set up source control on its own server
Set up the database for your CollabNet TeamForge site on a separate server
Set up a PostgreSQL database on its own server
Set up an Oracle database on its own server
Protect your CollabNet TeamForge site
Set up SELinux
Protect Apache with SSL
Set up Apache for SSL encryption
Generate Apache SSL certificates
Prevent HTTPS cracking
Protect integrations with SSL
Maintain your CollabNet TeamForge installation
Monitor services on your site
Get information about a CollabNet TeamForge site
Patch CollabNet TeamForge
Apply a patch
Apply a patch without a network connection
Revert a patch upgrade
Troubleshoot patches
Can't install patch
Patch installation fails
Specify DNS servers
Optimize PostgreSQL with vacuum
Change the location of a log file
Back up and restore CollabNet TeamForge data
Restore backed-up CollabNet TeamForge data
Back up a PostgreSQL database
Restore a PostgreSQL database
Help for application developers
Use the CollabNet TeamForge API
Get started with the CollabNet TeamForge SOAP API
Send commit data to CollabNet TeamForge via SOAP
Update an application to the latest TeamForge API
Use the TeamForge Lab Management API
CollabNet TeamForge FAQ
Project member FAQ
Why can't I synchronize between Microsoft Project and CollabNet TeamForge?
What's the best way to search the CollabNet User Information Center?
Which arbitrary HTML elements can I customize?
What is CollabNet TeamForge?
What software configuration management tools are available in CollabNet TeamForge ?
What is CollabNet Build and Test?
What is a discussion?
Why are Microsoft Project and CollabNet TeamForge doing things I don't expect?
How can I access the native install version of SourceForge? I can only find the VMWare version.
How can I reduce the number of emails from monitoring a folder?
What is the file size limit on uploads or attachments in SourceForge?
Why do the open tracker counts differ from when I filter on "Open"?
How do I change the columns displayed in the tracker list?
Can I assign an artifact or task to a group of users?
Concepts and terms in TeamForge
What is TeamForge?
How does CollabNet TeamForge support documents?
How does CollabNet TeamForge support documents?
What is an agile project team?
What is change management?
What is a document in CollabNet TeamForge?
What is a discussion?
What is a release?
What is a tracker?
What is a task dependency?
What is tracker workflow?
What is an association?
What is an activity table component?
What is a project page component?
What is a wiki component?
Does CollabNet TeamForge support merge tracking?
Common errors in TeamForge
Why can't I synchronize between Microsoft Project and CollabNet TeamForge?
How can I troubleshoot/diagnose Firefox browser issues?
Why don't I see all tracker fields when attempting to export the report?
I am unable to edit a specific artifact via email, but I can via the web UI. Why is this?
Synchronizing my project plan, why do I get the error "Unable to check for pending changes"?
Why is SourceForge Explorer forgetting my settings and not logging me in?
Why can't I cut and paste project pages?
I deleted the email that verifies my CVS password. How can I retrieve my password?
TeamForge roles and permissions
How do user roles work?
Why don't I have access to the "Reported in Release" information in my artifact?
Who can work with documents?
Tasks in TeamForge
How can I stay informed about events on my CollabNet TeamForge site?
Can I move a discussion to another project?
Can I associate objects of different projects?
How can I import tasks into TeamForge Task Manager?
What kind of objects can I create reports on?
How do I save a report so I can run it again later?
Is it possible to move an artifact from one tracker to another?
How do I create an artifact via email?
How can I change the display order of the fields in my tracker?
I don't need the priority and assigned-to fields, how do I get rid of them?
How do I create a parent/child artifact?
How do I put a notice to my users on the project home page?
How do I remove a news item?
How do I find the version of my MS Project plugin?
Managing documents in TeamForge
Why can't I edit a document when it opens in my browser?
Can I force files to be downloaded, rather than opened in the browser?
Why are some uploaded documents missing icons when displayed in SourceForge?
Can I link to documents outside of SourceForge?
Can I lock a document in SourceForge?
Does SourceForge automatically resolve conflicts in documents made by multiple concurrent editors?
Why can't I reply when someone comments on my review?
What document types are supported in SourceForge?
Why doesn"t an open review automatically close when a new version of the document is uploaded?
Managing forums in TeamForge
How can I monitor a forum or mailing list?
How do I create a new forum topic?
How do I find the email address for a forum?
How do I remove a user from a discussion?
How do I post a reply to a forum topic?
I can see the message I posted to a discussion in the web UI, but I didn't receive any of the responses via email. Why is this?
Why are some of the discussions threaded?
Managing wikis in TeamForge
Why would I attach things to a wiki?
How do I delete an attachement from a wiki page?
How do I edit the wiki home page?
I set my project to "use wiki homepage" so why isn't my wiki showing up?
TeamForge Lab Management FAQ
What is TeamForge Lab Management?
How do files get in and out of the system?
How can I improve response time on my TeamForge Lab Management box?
How is installing software on a TeamForge Lab Management system different from installing on my own machine?
What happens when I change a TeamForge Lab Management password?
What is the Project Build Library?
What is in the project build library?
What is the profile library?
What can I find out about a profile?
How do I select a profile?
What types of comparisons can I do?
What kinds of diffs can I get?
What is a cloud in Lab Management?
Troubleshooting
Is my system down?
Why are my credentials rejected?
Why is my system unstable?
Why is my system slow?
How can I speed up downloads from the Project Build Library?
Can I check a directory every night and only download new files or files that have changed?
What Lab Management systems are assigned to me?
How do users get their hands on a build?
How do I get files out of the Project Build Library?
Can I delete files and directories from the build library?
Project administrator FAQ
General questions about using TeamForge
How is a project template structured?
Why do you need the authentication and authorization plugin for Hudson?
What is the difference between a stagger and normal header in query result heading settings?
How can Silver/Basic support customer file product enhancement requests?
Concepts and terms in TeamForge
What is a project?
What is a project page?
How does TeamForge support dynamic planning?
What is a planning folder?
Why can't I move these artifacts into this planning folder?
How does TeamForge automatically sum up effort estimates?
How do you measure "effort?"
What are all these charts about?
What can I learn from a burndown chart?
What can I learn from an Open by Priority chart?
What can I learn from an Open vs. Closed chart?
What is a feature tree?
What is an iteration?
What is a product owner?
What is a project administrator?
What is an agile project team?
Who can access project planning information?
What is a project page component?
What is a project page component for?
What is a text component?
What is a documents component?
What is a news component?
What is a Tracker Search Results component?
What is a project statistics component?
What is a wiki component?
What is an activity table component?
What is a linked application?
What is a project template?
What is in a project template?
What is report generation?
What is a private IP address and what are the private IP ranges?
Common errors in TeamForge
Why do I get 'Name is Invalid' error when trying to create a project using createProject() method via the SOAP API?
TeamForge roles and permissions
How do user roles work?
Who can access an application?
Who can access source code?
Who can access a project?
Who should I allow into my project?
Can I block a user's access to source code?
Who can see a project page?
Who can see a project page component?
Who can access project planning information?
Does the project owner receive a mail when a discussion forum is started in his project?
Do project owners get automatically subscribed to the discussion forum started by another member?
Is the discussion forum creator subscribed by default?
When a discussion forum is set up, do all members receive a notification mail?
Who is an owner of the subcomponent?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
How can I make the project pages invisible for any user who is authorized to see the project?
How do I give read-only anonymous access to cvs/svn repository?
Why do I see the project home page though I lack the necessary permission?
As a project admin, why don't I have permissions to the wiki?
Tasks in TeamForge
Can the query result be listed without the issue id?
Can the result of the query be personalized?
How do I edit the predefined data in the various fields in the issue tracker?
Can I add custom links to the Quick Links section of the application home page?
How can I import tasks into TeamForge Task Manager?
Can I use crystal reports to extract information from the SourceForge database?
How can I force files to download to the desktop?
Lab Management administration FAQ
How are my project systems being utilized?
Who controls which profiles can be used in a project?
What is involved in administrating profiles?
Can I get more systems for my project?
What is the correct procedure for modifying a hosted Lab Manager profile?
Site administrator FAQ
General questions about using TeamForge
How does CollabNet TeamForge help protect data access?
How does CollabNet TeamForge help protect my data?
How do TeamForge licenses work?
How do I determine which version of SourceForge is currently running?
Where can I download the SourceForge DTD?
Can SourceForge accept email for more than one domain?
Can I block project data from public search engines?
How do I make SourceForge work the same when the IP address of the server changes?
Concepts and terms in TeamForge
J2EE Architecture and security
What's the difference between a "managed" and "unmanaged" CVS server?
Does CollabNet TeamForge support merge tracking?
What is a private IP address and what are the private IP ranges?
Common errors in TeamForge
Why do I get a proxy timeout when I try to view certain SCM pages?
Why do I get a URL "not found" or "moved permanently" error after applying a patch/upgrade?
Why can't SourceForge send my outbound mail?
Not all my team members appear in the "assigned to" field. Why is that?
Why does my Hudson job fail with the following error: ERROR: svn: authentication cancelled org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled?
How can a user who deleted a document get it back?
Why are the dynamic images that SourceForge creates broken?
Why can't I commit to the repository?
Why does startup fail or produce errors?
TeamForge roles and permissions
What is a user group?
Can I create a user group?
Can I ensure that only site admins can create projects?
How do I require approval for new user accounts?
Can I disable creation of user accounts?
Can I create new accounts as 'unrestricted' by default?
Why is a user restricted and cannot be changed?
Why don't I have access to the "Reported in Release" information in my artifact?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
Tasks in TeamForge
How do I remove the build and test link from SourceForge pages?
How do I remove the OCN link from my SourceForge instance?
What elements of a site can I customize?
What is the look project?
Can I substitute my own images for the default TeamForge images?
How does TeamForge use stylesheets?
How does TeamForge use Velocity templates?
Which arbitrary HTML elements can I customize?
Can I customize my site's email notifications?
Can I use my own custom JavaScript on my site?
Can I customize the web interface?
Can I add my own links to the top menu bar?
How do I create a local backup of a remote SVN repository?
Where do I configure my client proxy settings?
How do I send email from a specific sender address instead of the member address?
How do I create new values in the "Reported in Release" field?
How do I create a parent/child artifact?
How can I enforce strong passwords?
How can I remove logs and deleted items that are more than 14 days old to free up disk space?
How do I configure the user session timeout?
How do I enable post-commit logging?
How do I rebulid SourceForge search indexes?
Can I block project data from public search engines?
Can I add custom links to the Quick Links section of the application home page?
Can I limit the number of characters for fields in a tracker?
Managing email in TeamForge
I have made changes to the James config, how can I enable them without restarting SFEE?
Why am I getting an error about NoEmailShouldEverBeSentToNoBody@localhost?
Managing wikis in TeamForge
How do I detect orphan wiki pages?
How do I make the version comment required for wiki updates?
What is the complete wiki syntax that SFEE supports?
How do I generate a wiki table of contents?
Lab Management site administrator FAQ
What is an audit log?
What happens when I move a machine between projects?
What is port forwarding?
What is host URL mapping?
How does host URL mapping compare with port forwarding?
Why doesn't URL mapping work for me?
How are virtual guests different from physical machines?
What is involved in migrating a virtual guest?
What's a good way to read log information?
How are systems in my domain being utilized?
System administrator FAQ
General questions about using TeamForge
What does it take to install CollabNet TeamForge ?
What is the recommended installation method for SourceForge?
Do I need an advanced TeamForge install?
How many servers do I need to run a CollabNet TeamForge site?
Which application runs on which server?
How does SourceForge Enterprise Edition (SFEE) handle third-party applications?
Which ports should I keep open?
How does SourceForge Enterprise Edition (SFEE) manage security?
How does CollabNet TeamForge help protect data access?
What user activities are tracked?
How does CollabNet TeamForge help protect my data?
Does TeamForge work with LDAP?
J2EE Architecture and security
What security tools come with CollabNet TeamForge ?
What is a CERT advisory?
Should I move my TeamForge database to its own server?
Should I move my source control application to its own server?
Is it possible to change artifact prefixes in TeamForge?
What is the suggested log configuration for a production system?
Can I run other java applications in the same JBoss instance as CollabNet Team Forge?
How does TeamForge handle multiple redundant LDAP servers?
Does SourceForge licensing have any dependencies on IP address of server?
What is the recommended installation method for SourceForge?
Who is responsible for applying OS updates to the underlying VMware image?
Concepts and terms in TeamForge
What does it mean to run CollabNet TeamForge on a virtual machine?
What is a patch?
What is the look project?
What wiki engine does SFEE use?
Does CollabNet TeamForge support merge tracking?
What is a private IP address and what are the private IP ranges?
What is the vamessages.log used for?
How do I use the SourceForge updater to manage backups of old versions of SourceForge?
Common errors in TeamForge
Why won't my CollabNet TeamForge virtual machine installation start?
Why does my CollabNet TeamForge site show a different time than the host machine it is running on?
Why does my CollabNet SourceForge Enterprise site show a different time than the host machine it is running on?
Why won't my CollabNet SourceForge Enterprise virtual machine installation start?
Why don't the branding repo changes get rendered into UI?
After switching to ADS authentification, why did the Create button disappear from the user admin section?
How can I solve the PSQLException when starting the app server after changing my DB server IP address?
Why do search and email server show "Could not connect"?
Why does the server lock up when SVN commits are performed in VM edition?
Why is the password and login shell changed for users on my cvs/svn server?
JBoss crashed with out of memory error, how do I prevent this?
Why don't help links in TeamForge work after upgrade from SourceForge Enterprise 4.4?
Why am I getting "Could not connect" status for email and search server?
Why is my email taking a long time to arrive?
Due to firewall restrictions I cannot send email from James. How can I resolve this?
Why do we have errors creating or altering repositories and adding or removing users?
Why does the SOAP service show "could not connect" on the Server Status page when everything else appears to work?
Why do I get a server status error when I perform a search?
Why would some users not get email?
What does the "psql: could not connect to the server: No such file or directory" error message mean?
Why do I get a proxy timeout when I try to view certain SCM pages?
When using SourceForge Explorer version 4.4 SP1 to connect to SourceForge 4.4 SP1, I receive the following error message: "Error - wrong number of arguments".
Why do I get a URL "not found" or "moved permanently" error after applying a patch/upgrade?
Why can't SourceForge send my outbound mail?
TeamForge roles and permissions
How do I add users to user membership after upgrading from 5.0 to CTF 5.2?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
Why can't Oracle connect to my SourceForge installation?
Why does SearchReindex.sh fail on SourceForge 4.4?
Tasks in TeamForge
How do I post a site wide broadcast?
How do I enable post-commit logging?
How do I authenticate multiple LDAP via Apache?
How do I make the monitoring messages be sent from Forge Administrator?
How can I remove the RHEL test page after CSFE installation?
How can I find the number of files in a repository without checking it out?
How do I connect to the Teamforge Postgres database?
How do I generate a wiki table of contents?
What is the correct procedure for modifying a hosted Lab Manager profile?
Can I add custom links to the Quick Links section of the application home page?
How do I configure the timeout for Apache in TeamForge?
How do I back up SourceForge?
How do I move an existing CVS repository into SourceForge?
How do I move an existing SVN repository into SourceForge?
Where do I configure my client proxy settings?
How do I make SourceForge work the same when the IP address of the server changes?
How do I capture the output of "top" command?
Managing email in TeamForge
How do I configure TeamForge to send mail on a specific network adapter in a multi-NIC configuration?
How can I check if port 25 is open?
How do I set up a local alias via James?
How do I configure email notifications of Subversion commits in SourceForge 4.x?
Does SourceForge support using /etc/aliases for local mail delivery?
Developer FAQ
What is the correct procedure for modifying a hosted Lab Manager profile?
How can I import tasks into TeamForge Task Manager?
How do I generate a wiki table of contents?
What is the SOAP API?
How does an application interact with CollabNet TeamForge SOAP services?
Is the CollabNet TeamForge SOAP API backwards-compatible?
How do I enable Neon debugging in my Subversion client?
How do I resolve timeouts when calling web services?
Can I run other java applications in the same JBoss instance as CollabNet Team Forge?
How can I troubleshoot/diagnose Firefox browser issues?
How do I enable/disable Path Bathed Permissions via SOAP?
CollabNet TeamForge reference guide
Reference information for project members
My Page
The Document Details page
Wiki syntax
Wiki editing buttons
Task fields synchronized with Microsoft Project
Filters for automatically sorting emails from your TeamForge site
Reference information for CollabNet TeamForge project managers
The Project Dashboard page
Reference information for system administrators
5.3 Platform information
Minimum hardware requirements for CollabNet TeamForge
Supported software for CollabNet TeamForge 5.3
Packages required for Red Hat 5
Scripts
bootstrap-data.sh
The collabnet script
environment_check.sh
install.sh
pbl.py
snapshot.py
upgrade-site.sh
Log files
JBoss logs
Oracle logging
SCM (CVS, Subversion, and Perforce) logs
Email logs
Search logs
Project Build Library audit log
Profile audit log
User Audit Log
Host audit log
Project audit log
Configuration files
TeamForge configuration variables
ACTIVITY_LINKS_CUSTOMIZATION
ADMIN_EMAIL
APPLICATION_LOG_DIR
APPROVE_NEW_USER_ACCOUNTS
ARTIFACT_LIST_LIMIT
CLEARCASE_INTEGRATION_ENABLED
DATABASE_HOST
DATABASE_NAME
DATABASE_PASSWORD
DATABASE_TYPE
DATABASE_USERNAME
DEDICATED_INSTALL
DOMAIN_localhost
HOST_localhost
HTTPD_LOG_DIR
INCLUDE_ORGANIZATION_USER_FIELD
INITIAL_PASSWORD_CHANGE_ACTIVATION_CODE_TIMEOUT
INTEGRATION_JAVA_OPTS
INTEGRATION_LOG_DIR
JAMES_GATEWAY_HOST
JAMES_LOG_DIR
JAMES_POSTMASTER_EMAIL
JAVA_HOME
JBOSS_JAVA_OPTS
LOG_DIR
MIGRATION_LOG_DIR
ORGANIZATION_EDITABLE
PERFORCE_LOG_DIR
PGSQL_LOG_DIR
RUNTIME_LOG_DIR
SEARCH_LOG_DIR
SITE_DIR
SSL
SSL_CERT_FILE
SSL_KEY_FILE
SYSTEM_EMAIL
The patch manifest file
login-config.xml
httpd.conf
iptables
Reference information for developers
TeamForge services available via SOAP
The CollabNet service
The role-based access control service
The project categorization service
The document service
The file storage service
The discussions service
The integration data service
The news service
The project pages service
The file release service
The software configuration management (SCM) service
The tasks service
The tracker service
The wiki service
Example integration script
Context-specific objects for manipulating Velocity pages
ArrayTool
FORM [FormTool]
LINK [LinkTool]
MESSAGE [MessageTool]
STRING [StringTool]
TEXTPARSER [TextParserTool]
Context-specific object members
PAGE_INFO [PageInformationTool]
GLOBAL [GlobalTool]
ApiTool
Lab Management API methods
CheckHostConsistency
CloudCreateHosts
GetAuthToken
HostAllocate
HostAssignProfileAndRebuild
HostDelete
HostFree
HostGetAssignedProfile
HostGetMyAssignedProfile
HostPerfColl
HostPowercycle
HostRebuildCancel
HostRebuild
PblChangeDesc
PblDelete
PblMove
PblUpload
ProfileAdd
ProfileDelete
ProfileGetMyPkglist
ProfileGetPkglist
QueryAlloc
QueryMembership
Status
StatusSigned
UserCanLogin
Support options
Where can I get more information about CollabNet TeamForge ?
Request a feature
Report a bug
Release notes
Highlights of CollabNet TeamForge 5.3
Added features
Resolved issues
Overview
Get started
Quick start: Working on a TeamForge project
Join a TeamForge site
Join a project
Identify yourself
Get the code
Find a forum
Catch up on project news
Find project resources
Quick start: Managing a TeamForge project
Create a TeamForge project
Add users to a project
Create a project page
Create a tracker
Create a planning folder
Set up hardware for your team to use
Help for project members
Plan and track anything
Estimate effort for agile development
Find tracker artifacts
Display tracker artifact information
Filter tracker artifacts
Search a tracker
Search for tracker artifacts
Find your own artifacts
Save a search for tracker artifacts
Share a saved tracker search
Run a saved search
Remove a saved search
Create a tracker artifact
Create a tracker artifact by email
Update a tracker artifact
Edit a tracker artifact by email
Change multiple artifacts
Move a tracker artifact
Associate tracker artifacts with other items
Associate a tracker artifact with a document, task, integrated application object, or forum
Associate a tracker artifact with a file release
Associate a tracker artifact with a code commit
Make a tracker artifact depend on another artifact
Schedule work on an artifact
Set up a tracker
Create a tracker
Enable or disable fields
Make tracker fields required or optional
Create custom tracker fields
Configure tracker field values
Assign a tracker artifact automatically
Change a tracker
Create a tracker workflow
Export tracker artifacts
Work on tasks
Create a task
Edit a task
Find tasks
Filter tasks
Search for tasks
Viewing your assigned tasks
Update task status
Schedule a task before or after another task
View task dependencies
Associate a task with other items
Manage tasks
Copy a task
Move a task
Report on tasks
Organize tasks
Create a task folder
Rename a task folder
Reorder task folders
Delete a task folder
Manage task workflow
Alert project members about overdue tasks
Require approval for changing tasks
Handle a change request
Indicate task status with colors
Measure task workloads
Set the default task calendar
Manage tasks in Microsoft Project
Install the Task Manager Add-in for Microsoft Project
Log in to CollabNet TeamForge
Create tasks from Microsoft Project
Import tasks in one direction
Assign a resource when there is no match in CollabNet TeamForge
Synchronize tasks
Synchronize task data with
Synchronize with a different task folder
Document your work
Find and view a document
Go to a document
Search for a document
Create a document
Edit a document
Update a document
Change the active document version
Lock a document
Unlock a document
Get a document reviewed
Start a document review
Read review responses
Edit review details
Send a reminder email
Close a document review
Review a document
Associate a document with other items
Manage documents
Copy a document
Move a document
Delete a document
Organize documents
Create a document folder
Rename a document folder
Move a document folder
Reorder document folders
Delete a document folder
Work with documents from Microsoft Office
Install the Document Manager Add-in for Microsoft Office
Open a document from TeamForge
Save a document to TeamForge
Update a document
Communicate with project members
Participate in discussions and mailing lists
Create a forum topic
Reply to a forum message
Subscribe to a mailing list
Post to a forum by email
Associate forum messages with other items
Administer forums and mailing lists
Create a discussion forum
Rename a discussion forum
Add or modify moderators
Approve a forum post
Reject a forum message
Delete a forum message
Delete a forum topic
Stop moderating a forum
Share project news
Post a news item
Delete a news item
Contribute to the project wiki
Start a Wiki
Create a new Wiki page
Add Wiki content
Search a wiki
Manage source code
View code commits
Associate code commits with other items
Associate code with other items while committing
Create associations with code that is already committed
Create a source code repository
Store your repository SSH key
Provision hardware
What Lab Management systems are assigned to me?
Find an available host to use
Allocate yourself a TeamForge Lab Management machine
Compare profiles or profile versions
Rebuild a system
Log into a TeamForge Lab Management system
Log into a UNIX system
Log into a Windows system
Set up a tunnel with PuTTY
Set up a VNC server on TeamForge Lab Management
Connect to a VNC server from your desktop
Transfer files in and out of the system
Transfer files with WebDAV
Connect to WebDAV with Windows Explorer on Windows XP
Connect to WebDAV with Mozilla Firefox on Windows XP
Connecting to WebDAV with Mac OS X
Connect to WebDAV with Nautilus on Linux
Transfer files with SFTP
Connect to TeamForge Lab Management with Windows Remote Desktop
Find a build
Connect to network services outside TeamForge Lab Management
Reach a TeamForge Lab Management server from the outside
Reach outside destinations from within TeamForge Lab Management
Release a host
Allocate a host from a cloud
Build and test your software
Upload to a CollabNet File Release
Upload a file to a CollabNet release
Publish promoted builds to a CollabNet release
Upload to CollabNet Documents
Upload a file to a CollabNet document application
Generate and update CollabNet Tracker artifacts
Set up a build to generate CollabNet tracker artifacts
Upload to the Lab Management Project Build Library (PBL)
Get a Lab Management API key
Upload build results to a Lab Management Project Build Library
Release products
Download a release
Create a package
Create a release
Add files to a release
Update files in a release
Delete files from a release
Update release attributes
Change a package's name or description
Associate a release with other items
Delete a package
Delete a release
Watch for changes
Sort emails from TeamForge automatically
Monitor an item
Monitor many items
Monitor an application
What am I monitoring?
Who is monitoring this item?
Choose monitoring email frequency
Choose application monitoring email frequency
Monitor an item for someone else
Help for project administrators
Create a TeamForge project
Create a planning folder
Update a planning folder
Reorder planning folders
Move a planning folder
Build your project web site
Assemble your project web site
Create a project page
Create a project page component
Reorder project page components
Hide a project page component
Rename a project page component
Delete a project page component
Control access to a project page
Reorder project pages
Hide a project page
Rename a project page
Report on project activity
Report on tracker artifacts
Save a report template
Run a report
Export report results
Delete a report template
Control project access
Control access by user role
Give roles to a project member
Give a role to multiple project members
Assign roles to a user group
Assign user groups to a role
Create a role
Create a project administrator role
Change a role
Control access by project type
Control access by user class
Control access to source code
Show or hide an application
Manage project membership
Add users to a project
Remove a user from a project
Handle a request for project membership
Handle a request to leave a project
Create a project template
Categorize a project
Make other applications available to project members
Link an external application
Change a linked application
Reorder linked applications
Require a wiki version comment
Provide build and test services
Install the CollabNet plugin
Install Hudson and the Build & Test plugin
Install the Build & Test plugin on your Hudson server
Connect to your Build & Test server
Upgrade the CollabNet plugin on your Hudson server
Authenticate and authorize users in Hudson
Authenticate users in Hudson
Authorize users at the site level
Authorize users at the project level
Assign project-level Hudson roles in TeamForge
Configure global CollabNet settings
Provision hardware for project members
Set up hardware for your team to use
Reallocate a system
Edit a project
Dictate which profiles can be used in your project
Deliver a build
Get the PBL upload client
Upload a file
Change the description of a file
Move a file
Allow clouds in a project
Help for product owners
Define the scope of your project
Monitor project output
Help for site administrators
Manage users
Create a new user account
Create a user group
Add a user to a user group
Find a user
Edit a user account
Acting on multiple user accounts
Reset the admin account password
Support projects
Create a new project
Approve a new project
Rename a project
Delete a project
Update a project template
Require documents to be associated with artifacts
Manage project categories
Add a project category
Edit a project category
Move a project category
Delete a project category
Disabling project categorization
Provide source control services
Integrate a source code server
Approve a source control repository request
Approve an unmanaged CVS server access request
Edit SCM integration details
Integrate an unmanaged CVS repository with CollabNet TeamForge
Create a loginfo trigger file
Create a modified verifymsg trigger file
Change your site's look and feel
Customize anything on your site
Customize the home page of your site
Customize the home page of projects
Change your site's outgoing emails
Provide external applications
Create a site-wide linked application
Edit a site-wide linked application
Monitor your site
Check your server's status
Check your site's configuration
Read your site's logs
Get build information
Keep your site secure
Set password requirements
Prevent cross-site scripting (XSS)
Support hardware provisioning
Set up a new TeamForge Lab Management project
Move hosts from one project to another
Forward a port
Stop port forwarding
Set up host URL mapping
Stop URL mapping
Delete a project
Undelete a project
Expand your domain with virtual guests
Create a virtual guest
Migrate a virtual guest
Delete a virtual guest
Add and remove profiles
Add a new profile
Stop using a profile
Enable a profile
Administer clouds
Add a new cloud
Add a cloud host
Define a host type
Delete a cloud
Help for system administrators
Set up a CollabNet TeamForge site
Install TeamForge on dedicated hardware
Set up hardware for CollabNet TeamForge
Get TeamForge 5.3
Specify host and domain names
Configure your site
Set basic database options
Set up email
Install the CollabNet TeamForge application
Supply your TeamForge license key
Install an advanced CollabNet TeamForge site
Set up hardware
Get CollabNet TeamForge 5.3
Configure your site
Specify host and domain names
Set basic database options
Set up email
Install the CollabNet TeamForge application
Set up the database for your CollabNet TeamForge site
Set up a PostgreSQL database
Set up an Oracle database
Start your new CollabNet TeamForge site
Supply your TeamForge license key
Install TeamForge on VMware
Get CollabNet TeamForge 5.3
Configure CollabNet TeamForge
Supply your TeamForge license key
Upgrade to CollabNet TeamForge 5.3
Upgrade on the same box
Back up CollabNet TeamForge 5.2 data
Remove CollabNet TeamForge 5.2
Get TeamForge
Install the CollabNet TeamForge 5.3 application
Finish your upgrade
Upgrade on a new box
Set up hardware
Get TeamForge
Back up CollabNet TeamForge 5.2 data
Install the CollabNet TeamForge 5.3 application
Finish your upgrade
Upgrade to TeamForge 5.3 on VMware
Install a different build of the same release
Support CollabNet TeamForge users
Authenticate users with LDAP
Set up LDAP integration for the CollabNet TeamForge server
Set up LDAP for a CVS integration server
Modify the application policy
Let users see what's in a project template
Permit big file uploads
Run the site in a local language
Choose where your online help comes from
Grow your CollabNet TeamForge installation
Set up source control on its own server
Set up the database for your CollabNet TeamForge site on a separate server
Set up a PostgreSQL database on its own server
Set up an Oracle database on its own server
Protect your CollabNet TeamForge site
Set up SELinux
Protect Apache with SSL
Set up Apache for SSL encryption
Generate Apache SSL certificates
Prevent HTTPS cracking
Protect integrations with SSL
Maintain your CollabNet TeamForge installation
Monitor services on your site
Get information about a CollabNet TeamForge site
Patch CollabNet TeamForge
Apply a patch
Apply a patch without a network connection
Revert a patch upgrade
Troubleshoot patches
Can't install patch
Patch installation fails
Specify DNS servers
Optimize PostgreSQL with vacuum
Change the location of a log file
Back up and restore CollabNet TeamForge data
Restore backed-up CollabNet TeamForge data
Back up a PostgreSQL database
Restore a PostgreSQL database
Help for application developers
Use the CollabNet TeamForge API
Get started with the CollabNet TeamForge SOAP API
Send commit data to CollabNet TeamForge via SOAP
Update an application to the latest TeamForge API
Use the TeamForge Lab Management API
CollabNet TeamForge FAQ
Project member FAQ
Why can't I synchronize between Microsoft Project and CollabNet TeamForge?
What's the best way to search the CollabNet User Information Center?
Which arbitrary HTML elements can I customize?
What is CollabNet TeamForge?
What software configuration management tools are available in CollabNet TeamForge ?
What is CollabNet Build and Test?
What is a discussion?
Why are Microsoft Project and CollabNet TeamForge doing things I don't expect?
How can I access the native install version of SourceForge? I can only find the VMWare version.
How can I reduce the number of emails from monitoring a folder?
What is the file size limit on uploads or attachments in SourceForge?
Why do the open tracker counts differ from when I filter on "Open"?
How do I change the columns displayed in the tracker list?
Can I assign an artifact or task to a group of users?
Concepts and terms in TeamForge
What is TeamForge?
How does CollabNet TeamForge support documents?
How does CollabNet TeamForge support documents?
What is an agile project team?
What is change management?
What is a document in CollabNet TeamForge?
What is a discussion?
What is a release?
What is a tracker?
What is a task dependency?
What is tracker workflow?
What is an association?
What is an activity table component?
What is a project page component?
What is a wiki component?
Does CollabNet TeamForge support merge tracking?
Common errors in TeamForge
Why can't I synchronize between Microsoft Project and CollabNet TeamForge?
How can I troubleshoot/diagnose Firefox browser issues?
Why don't I see all tracker fields when attempting to export the report?
I am unable to edit a specific artifact via email, but I can via the web UI. Why is this?
Synchronizing my project plan, why do I get the error "Unable to check for pending changes"?
Why is SourceForge Explorer forgetting my settings and not logging me in?
Why can't I cut and paste project pages?
I deleted the email that verifies my CVS password. How can I retrieve my password?
TeamForge roles and permissions
How do user roles work?
Why don't I have access to the "Reported in Release" information in my artifact?
Who can work with documents?
Tasks in TeamForge
How can I stay informed about events on my CollabNet TeamForge site?
Can I move a discussion to another project?
Can I associate objects of different projects?
How can I import tasks into TeamForge Task Manager?
What kind of objects can I create reports on?
How do I save a report so I can run it again later?
Is it possible to move an artifact from one tracker to another?
How do I create an artifact via email?
How can I change the display order of the fields in my tracker?
I don't need the priority and assigned-to fields, how do I get rid of them?
How do I create a parent/child artifact?
How do I put a notice to my users on the project home page?
How do I remove a news item?
How do I find the version of my MS Project plugin?
Managing documents in TeamForge
Why can't I edit a document when it opens in my browser?
Can I force files to be downloaded, rather than opened in the browser?
Why are some uploaded documents missing icons when displayed in SourceForge?
Can I link to documents outside of SourceForge?
Can I lock a document in SourceForge?
Does SourceForge automatically resolve conflicts in documents made by multiple concurrent editors?
Why can't I reply when someone comments on my review?
What document types are supported in SourceForge?
Why doesn"t an open review automatically close when a new version of the document is uploaded?
Managing forums in TeamForge
How can I monitor a forum or mailing list?
How do I create a new forum topic?
How do I find the email address for a forum?
How do I remove a user from a discussion?
How do I post a reply to a forum topic?
I can see the message I posted to a discussion in the web UI, but I didn't receive any of the responses via email. Why is this?
Why are some of the discussions threaded?
Managing wikis in TeamForge
Why would I attach things to a wiki?
How do I delete an attachement from a wiki page?
How do I edit the wiki home page?
I set my project to "use wiki homepage" so why isn't my wiki showing up?
TeamForge Lab Management FAQ
What is TeamForge Lab Management?
How do files get in and out of the system?
How can I improve response time on my TeamForge Lab Management box?
How is installing software on a TeamForge Lab Management system different from installing on my own machine?
What happens when I change a TeamForge Lab Management password?
What is the Project Build Library?
What is in the project build library?
What is the profile library?
What can I find out about a profile?
How do I select a profile?
What types of comparisons can I do?
What kinds of diffs can I get?
What is a cloud in Lab Management?
Troubleshooting
Is my system down?
Why are my credentials rejected?
Why is my system unstable?
Why is my system slow?
How can I speed up downloads from the Project Build Library?
Can I check a directory every night and only download new files or files that have changed?
What Lab Management systems are assigned to me?
How do users get their hands on a build?
How do I get files out of the Project Build Library?
Can I delete files and directories from the build library?
Project administrator FAQ
General questions about using TeamForge
How is a project template structured?
Why do you need the authentication and authorization plugin for Hudson?
What is the difference between a stagger and normal header in query result heading settings?
How can Silver/Basic support customer file product enhancement requests?
Concepts and terms in TeamForge
What is a project?
What is a project page?
How does TeamForge support dynamic planning?
What is a planning folder?
Why can't I move these artifacts into this planning folder?
How does TeamForge automatically sum up effort estimates?
How do you measure "effort?"
What are all these charts about?
What can I learn from a burndown chart?
What can I learn from an Open by Priority chart?
What can I learn from an Open vs. Closed chart?
What is a feature tree?
What is an iteration?
What is a product owner?
What is a project administrator?
What is an agile project team?
Who can access project planning information?
What is a project page component?
What is a project page component for?
What is a text component?
What is a documents component?
What is a news component?
What is a Tracker Search Results component?
What is a project statistics component?
What is a wiki component?
What is an activity table component?
What is a linked application?
What is a project template?
What is in a project template?
What is report generation?
What is a private IP address and what are the private IP ranges?
Common errors in TeamForge
Why do I get 'Name is Invalid' error when trying to create a project using createProject() method via the SOAP API?
TeamForge roles and permissions
How do user roles work?
Who can access an application?
Who can access source code?
Who can access a project?
Who should I allow into my project?
Can I block a user's access to source code?
Who can see a project page?
Who can see a project page component?
Who can access project planning information?
Does the project owner receive a mail when a discussion forum is started in his project?
Do project owners get automatically subscribed to the discussion forum started by another member?
Is the discussion forum creator subscribed by default?
When a discussion forum is set up, do all members receive a notification mail?
Who is an owner of the subcomponent?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
How can I make the project pages invisible for any user who is authorized to see the project?
How do I give read-only anonymous access to cvs/svn repository?
Why do I see the project home page though I lack the necessary permission?
As a project admin, why don't I have permissions to the wiki?
Tasks in TeamForge
Can the query result be listed without the issue id?
Can the result of the query be personalized?
How do I edit the predefined data in the various fields in the issue tracker?
Can I add custom links to the Quick Links section of the application home page?
How can I import tasks into TeamForge Task Manager?
Can I use crystal reports to extract information from the SourceForge database?
How can I force files to download to the desktop?
Lab Management administration FAQ
How are my project systems being utilized?
Who controls which profiles can be used in a project?
What is involved in administrating profiles?
Can I get more systems for my project?
What is the correct procedure for modifying a hosted Lab Manager profile?
Site administrator FAQ
General questions about using TeamForge
How does CollabNet TeamForge help protect data access?
How does CollabNet TeamForge help protect my data?
How do TeamForge licenses work?
How do I determine which version of SourceForge is currently running?
Where can I download the SourceForge DTD?
Can SourceForge accept email for more than one domain?
Can I block project data from public search engines?
How do I make SourceForge work the same when the IP address of the server changes?
Concepts and terms in TeamForge
J2EE Architecture and security
What's the difference between a "managed" and "unmanaged" CVS server?
Does CollabNet TeamForge support merge tracking?
What is a private IP address and what are the private IP ranges?
Common errors in TeamForge
Why do I get a proxy timeout when I try to view certain SCM pages?
Why do I get a URL "not found" or "moved permanently" error after applying a patch/upgrade?
Why can't SourceForge send my outbound mail?
Not all my team members appear in the "assigned to" field. Why is that?
Why does my Hudson job fail with the following error: ERROR: svn: authentication cancelled org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled?
How can a user who deleted a document get it back?
Why are the dynamic images that SourceForge creates broken?
Why can't I commit to the repository?
Why does startup fail or produce errors?
TeamForge roles and permissions
What is a user group?
Can I create a user group?
Can I ensure that only site admins can create projects?
How do I require approval for new user accounts?
Can I disable creation of user accounts?
Can I create new accounts as 'unrestricted' by default?
Why is a user restricted and cannot be changed?
Why don't I have access to the "Reported in Release" information in my artifact?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
Tasks in TeamForge
How do I remove the build and test link from SourceForge pages?
How do I remove the OCN link from my SourceForge instance?
What elements of a site can I customize?
What is the look project?
Can I substitute my own images for the default TeamForge images?
How does TeamForge use stylesheets?
How does TeamForge use Velocity templates?
Which arbitrary HTML elements can I customize?
Can I customize my site's email notifications?
Can I use my own custom JavaScript on my site?
Can I customize the web interface?
Can I add my own links to the top menu bar?
How do I create a local backup of a remote SVN repository?
Where do I configure my client proxy settings?
How do I send email from a specific sender address instead of the member address?
How do I create new values in the "Reported in Release" field?
How do I create a parent/child artifact?
How can I enforce strong passwords?
How can I remove logs and deleted items that are more than 14 days old to free up disk space?
How do I configure the user session timeout?
How do I enable post-commit logging?
How do I rebulid SourceForge search indexes?
Can I block project data from public search engines?
Can I add custom links to the Quick Links section of the application home page?
Can I limit the number of characters for fields in a tracker?
Managing email in TeamForge
I have made changes to the James config, how can I enable them without restarting SFEE?
Why am I getting an error about NoEmailShouldEverBeSentToNoBody@localhost?
Managing wikis in TeamForge
How do I detect orphan wiki pages?
How do I make the version comment required for wiki updates?
What is the complete wiki syntax that SFEE supports?
How do I generate a wiki table of contents?
Lab Management site administrator FAQ
What is an audit log?
What happens when I move a machine between projects?
What is port forwarding?
What is host URL mapping?
How does host URL mapping compare with port forwarding?
Why doesn't URL mapping work for me?
How are virtual guests different from physical machines?
What is involved in migrating a virtual guest?
What's a good way to read log information?
How are systems in my domain being utilized?
System administrator FAQ
General questions about using TeamForge
What does it take to install CollabNet TeamForge ?
What is the recommended installation method for SourceForge?
Do I need an advanced TeamForge install?
How many servers do I need to run a CollabNet TeamForge site?
Which application runs on which server?
How does SourceForge Enterprise Edition (SFEE) handle third-party applications?
Which ports should I keep open?
How does SourceForge Enterprise Edition (SFEE) manage security?
How does CollabNet TeamForge help protect data access?
What user activities are tracked?
How does CollabNet TeamForge help protect my data?
Does TeamForge work with LDAP?
J2EE Architecture and security
What security tools come with CollabNet TeamForge ?
What is a CERT advisory?
Should I move my TeamForge database to its own server?
Should I move my source control application to its own server?
Is it possible to change artifact prefixes in TeamForge?
What is the suggested log configuration for a production system?
Can I run other java applications in the same JBoss instance as CollabNet Team Forge?
How does TeamForge handle multiple redundant LDAP servers?
Does SourceForge licensing have any dependencies on IP address of server?
What is the recommended installation method for SourceForge?
Who is responsible for applying OS updates to the underlying VMware image?
Concepts and terms in TeamForge
What does it mean to run CollabNet TeamForge on a virtual machine?
What is a patch?
What is the look project?
What wiki engine does SFEE use?
Does CollabNet TeamForge support merge tracking?
What is a private IP address and what are the private IP ranges?
What is the vamessages.log used for?
How do I use the SourceForge updater to manage backups of old versions of SourceForge?
Common errors in TeamForge
Why won't my CollabNet TeamForge virtual machine installation start?
Why does my CollabNet TeamForge site show a different time than the host machine it is running on?
Why does my CollabNet SourceForge Enterprise site show a different time than the host machine it is running on?
Why won't my CollabNet SourceForge Enterprise virtual machine installation start?
Why don't the branding repo changes get rendered into UI?
After switching to ADS authentification, why did the Create button disappear from the user admin section?
How can I solve the PSQLException when starting the app server after changing my DB server IP address?
Why do search and email server show "Could not connect"?
Why does the server lock up when SVN commits are performed in VM edition?
Why is the password and login shell changed for users on my cvs/svn server?
JBoss crashed with out of memory error, how do I prevent this?
Why don't help links in TeamForge work after upgrade from SourceForge Enterprise 4.4?
Why am I getting "Could not connect" status for email and search server?
Why is my email taking a long time to arrive?
Due to firewall restrictions I cannot send email from James. How can I resolve this?
Why do we have errors creating or altering repositories and adding or removing users?
Why does the SOAP service show "could not connect" on the Server Status page when everything else appears to work?
Why do I get a server status error when I perform a search?
Why would some users not get email?
What does the "psql: could not connect to the server: No such file or directory" error message mean?
Why do I get a proxy timeout when I try to view certain SCM pages?
When using SourceForge Explorer version 4.4 SP1 to connect to SourceForge 4.4 SP1, I receive the following error message: "Error - wrong number of arguments".
Why do I get a URL "not found" or "moved permanently" error after applying a patch/upgrade?
Why can't SourceForge send my outbound mail?
TeamForge roles and permissions
How do I add users to user membership after upgrading from 5.0 to CTF 5.2?
Can I set permissions so that users can move documents but not delete them?
Can I grant users permissions to create their own accounts?
Why can't Oracle connect to my SourceForge installation?
Why does SearchReindex.sh fail on SourceForge 4.4?
Tasks in TeamForge
How do I post a site wide broadcast?
How do I enable post-commit logging?
How do I authenticate multiple LDAP via Apache?
How do I make the monitoring messages be sent from Forge Administrator?
How can I remove the RHEL test page after CSFE installation?
How can I find the number of files in a repository without checking it out?
How do I connect to the Teamforge Postgres database?
How do I generate a wiki table of contents?
What is the correct procedure for modifying a hosted Lab Manager profile?
Can I add custom links to the Quick Links section of the application home page?
How do I configure the timeout for Apache in TeamForge?
How do I back up SourceForge?
How do I move an existing CVS repository into SourceForge?
How do I move an existing SVN repository into SourceForge?
Where do I configure my client proxy settings?
How do I make SourceForge work the same when the IP address of the server changes?
How do I capture the output of "top" command?
Managing email in TeamForge
How do I configure TeamForge to send mail on a specific network adapter in a multi-NIC configuration?
How can I check if port 25 is open?
How do I set up a local alias via James?
How do I configure email notifications of Subversion commits in SourceForge 4.x?
Does SourceForge support using /etc/aliases for local mail delivery?
Developer FAQ
What is the correct procedure for modifying a hosted Lab Manager profile?
How can I import tasks into TeamForge Task Manager?
How do I generate a wiki table of contents?
What is the SOAP API?
How does an application interact with CollabNet TeamForge SOAP services?
Is the CollabNet TeamForge SOAP API backwards-compatible?
How do I enable Neon debugging in my Subversion client?
How do I resolve timeouts when calling web services?
Can I run other java applications in the same JBoss instance as CollabNet Team Forge?
How can I troubleshoot/diagnose Firefox browser issues?
How do I enable/disable Path Bathed Permissions via SOAP?
CollabNet TeamForge reference guide
Reference information for project members
My Page
The Document Details page
Wiki syntax
Wiki editing buttons
Task fields synchronized with Microsoft Project
Filters for automatically sorting emails from your TeamForge site
Reference information for CollabNet TeamForge project managers
The Project Dashboard page
Reference information for system administrators
5.3 Platform information
Minimum hardware requirements for CollabNet TeamForge
Supported software for CollabNet TeamForge 5.3
Packages required for Red Hat 5
Scripts
bootstrap-data.sh
The collabnet script
environment_check.sh
install.sh
pbl.py
snapshot.py
upgrade-site.sh
Log files
JBoss logs
Oracle logging
SCM (CVS, Subversion, and Perforce) logs
Email logs
Search logs
Project Build Library audit log
Profile audit log
User Audit Log
Host audit log
Project audit log
Configuration files
TeamForge configuration variables
ACTIVITY_LINKS_CUSTOMIZATION
ADMIN_EMAIL
APPLICATION_LOG_DIR
APPROVE_NEW_USER_ACCOUNTS
ARTIFACT_LIST_LIMIT
CLEARCASE_INTEGRATION_ENABLED
DATABASE_HOST
DATABASE_NAME
DATABASE_PASSWORD
DATABASE_TYPE
DATABASE_USERNAME
DEDICATED_INSTALL
DOMAIN_localhost
HOST_localhost
HTTPD_LOG_DIR
INCLUDE_ORGANIZATION_USER_FIELD
INITIAL_PASSWORD_CHANGE_ACTIVATION_CODE_TIMEOUT
INTEGRATION_JAVA_OPTS
INTEGRATION_LOG_DIR
JAMES_GATEWAY_HOST
JAMES_LOG_DIR
JAMES_POSTMASTER_EMAIL
JAVA_HOME
JBOSS_JAVA_OPTS
LOG_DIR
MIGRATION_LOG_DIR
ORGANIZATION_EDITABLE
PERFORCE_LOG_DIR
PGSQL_LOG_DIR
RUNTIME_LOG_DIR
SEARCH_LOG_DIR
SITE_DIR
SSL
SSL_CERT_FILE
SSL_KEY_FILE
SYSTEM_EMAIL
The patch manifest file
login-config.xml
httpd.conf
iptables
Reference information for developers
TeamForge services available via SOAP
The CollabNet service
The role-based access control service
The project categorization service
The document service
The file storage service
The discussions service
The integration data service
The news service
The project pages service
The file release service
The software configuration management (SCM) service
The tasks service
The tracker service
The wiki service
Example integration script
Context-specific objects for manipulating Velocity pages
ArrayTool
FORM [FormTool]
LINK [LinkTool]
MESSAGE [MessageTool]
STRING [StringTool]