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 "Getting started for new committer"

(maillist)
(check out the source code)
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
== check out the source code ==
 
== check out the source code ==
 +
* STP now accessed via subversion(SVN), the old CVS repository has been locked, and only allow browsing, all new code has been commit to SVN
 +
  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'''
 +
  Browsing: '''http://dev.eclipse.org/viewsvn/index.cgi/?root=STP_SVN'''
 +
 
  * following instruction on eclipse site to check out /cvsroot/stp
 
  * following instruction on eclipse site to check out /cvsroot/stp
 
   http://wiki.eclipse.org/index.php/CVS_Howto
 
   http://wiki.eclipse.org/index.php/CVS_Howto
Line 8: Line 13:
 
   http://wiki.eclipse.org/index.php/Development_Conventions_and_Guidelines
 
   http://wiki.eclipse.org/index.php/Development_Conventions_and_Guidelines
 
  * dependency.
 
  * dependency.
   http://wiki.eclipse.org/index.php/Install_and_run_the_snapshot_build
+
   http://wiki.eclipse.org/STP_Service_Creation_getting_started_guide_for_stp_0.7
  
 
== presentation on stp ==
 
== presentation on stp ==

Latest revision as of 21:48, 17 December 2007

home page

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

check out the source code

* STP now accessed via subversion(SVN), the old CVS repository has been locked, and only allow browsing, all new code has been commit to SVN
  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
  Browsing: http://dev.eclipse.org/viewsvn/index.cgi/?root=STP_SVN
* 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/STP_Service_Creation_getting_started_guide_for_stp_0.7

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