Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Getting started for new committer"

(check out the source code)
(check out the source code)
Line 3: Line 3:
  
 
== check out the source code ==
 
== check out the source code ==
  *STP code base is moving to svn now.  
+
  * STP code base is moving to svn now.  
 
   * Anonymous access: '''http://dev.eclipse.org/svnroot/stp/trunk''' or '''svn://dev.eclipse.org/svnroot/stp/trunk'''
 
   * Anonymous access: '''http://dev.eclipse.org/svnroot/stp/trunk''' or '''svn://dev.eclipse.org/svnroot/stp/trunk'''
 
   * Committer access: '''svn+ssh://dev.eclipse.org/svnroot/stp/trunk'''
 
   * Committer access: '''svn+ssh://dev.eclipse.org/svnroot/stp/trunk'''

Revision as of 23:03, 26 November 2007

home page

http://www.eclipse.org/stp/

check out the source code

* STP code base is moving to svn now. 
 * Anonymous access: http://dev.eclipse.org/svnroot/stp/trunk or svn://dev.eclipse.org/svnroot/stp/trunk
 * Committer access: svn+ssh://dev.eclipse.org/svnroot/stp/trunk
* following instruction on eclipse site to check out /cvsroot/stp
  http://wiki.eclipse.org/index.php/CVS_Howto
* Development conventions and Guidelines
  http://wiki.eclipse.org/index.php/Development_Conventions_and_Guidelines
* dependency.
  http://wiki.eclipse.org/index.php/Install_and_run_the_snapshot_build

presentation on stp

http://wiki.eclipse.org/index.php/STP_Presentation_at_EclipseCon_2007

wiki

http://wiki.eclipse.org/index.php/STP
http://wiki.eclipse.org/index.php/STP_Sub-project_specific_pages

bugzilla

* register to bugzilla
https://bugs.eclipse.org/bugs/

maillist

https://dev.eclipse.org/mailman/listinfo/stp-dev
http://dev.eclipse.org/mhonarc/lists/stp-pmc/maillist.html
https://dev.eclipse.org/mailman/listinfo/stp-commits
http://dev.eclipse.org/mhonarc/lists/stp-dev/maillist.html

IRC

server:irc.freenode.net:6667 
channel:#eclipse-stp

weekly meeting

Every Thursday 11:00 CET http://wiki.eclipse.org/STP_Planning_Meetings

unittest and build

http://wiki.eclipse.org/STP_Build_101
http://wiki.eclipse.org/index.php/STP_Build_Process_and_Procedures


links

http://www.eclipse.org/resources/

Back to the top