Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDT/Developers Tools"

< PDT
Line 1: Line 1:
 
This page lists the various development tools that we use in our PHPIDE project.
 
This page lists the various development tools that we use in our PHPIDE project.
  
* [http://http://www.nongnu.org/cvs/ CVS] is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents
+
* [http://http://www.nongnu.org/cvs/ CVS] is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents <br>
  
* [http://almworks.com/deskzilla/overview.html Deskzilla] is a desktop client for Mozilla's Bugzilla™ bug tracking system. Each PHPIDE team member gets a free license provided by http://almworks.com/<br> [[Image:deskzilla_sg.gif]]  
+
* [http://almworks.com/deskzilla/overview.html Deskzilla] is a desktop client for Mozilla's Bugzilla™ bug tracking system. Each PHPIDE team member gets a free license provided by http://almworks.com/<br> [[Image:deskzilla_sg.gif]] <br>
  
* [http://www.bugzilla.org/ Bugzilla] is server software designed to help you manage software development
+
* [http://www.bugzilla.org/ Bugzilla] is server software designed to help you manage software development <br>

Revision as of 12:12, 22 November 2006

This page lists the various development tools that we use in our PHPIDE project.

  • CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents
  • Deskzilla is a desktop client for Mozilla's Bugzilla™ bug tracking system. Each PHPIDE team member gets a free license provided by http://almworks.com/
    Deskzilla sg.gif
  • Bugzilla is server software designed to help you manage software development

Back to the top