Community Resources

From Openmoko

Revision as of 14:48, 10 August 2006 by HaraldWelte (Talk | contribs)

Jump to: navigation, search

Contents

Mailing lists

There are a number of development related mailinglsts at lists.gta01.

coreteam

Product Management and Consulting only, for strategic discussions

devel

Main developer list, this is where all questions are raied and hopefully answered ;)

buglog

A read-only list where every status update to a bug (bugzilla entry) will get posted. Nice to keep updated on the bugsquashing progess

commitlog

A read-only list where every source code change (commit to the subversion server) gets posted. Nice to keep posted on development progress.

Wiki

This Wiki. You're already in it, if you're reading this.

Bugzilla

Our bug tracking system, available at bugzilla.gta01.

SVN

There is a Subversion server available at svn.gta01.hmw-consulting.de.

Web access for occasional browsing is available via SvnWeb

If you need help, please read more about Using Subversion.

SVN Tree Layout

The Subversion (svn) tree is laid out as follows:

  • trunk (main branch, similar to CVS "HEAD")
    • src (program source code)
      • host (programs that work on the host PC)
        • sjf2410-linux
        • ...
      • target (programs that work on the target device)
        • dialer
        • package_manager
        • ...
    • doc (Documentation)
      • ...
  • branches (branches, created by lead developers if required)
    • src
      • host
        • ...
      • target
        • ...
  • developers (private/experimental branches, created by individual developers)
    • laforge
      • ...
    • sean
    • mickey
      • ...
    • ...
  • releases (official 'releases' of code in 'trunk' or 'branches')
    • src
      • host
        • ...
      • target
        • ...
Personal tools

Mailing lists

There are a number of development related mailinglsts at lists.gta01.

coreteam

Product Management and Consulting only, for strategic discussions

devel

Main developer list, this is where all questions are raied and hopefully answered ;)

buglog

A read-only list where every status update to a bug (bugzilla entry) will get posted. Nice to keep updated on the bugsquashing progess

commitlog

A read-only list where every source code change (commit to the subversion server) gets posted. Nice to keep posted on development progress.

Wiki

This Wiki. You're already in it, if you're reading this.

Bugzilla

Our bug tracking system, available at bugzilla.gta01.

SVN

There is a Subversion server available at svn.gta01.hmw-consulting.de.

Web access for occasional browsing is available via SvnWeb

If you need help, please read more about Using Subversion.

SVN Tree Layout

The Subversion (svn) tree is laid out as follows:

  • trunk (main branch, similar to CVS "HEAD")
    • src (program source code)
      • host (programs that work on the host PC)
        • sjf2410-linux
        • ...
      • target (programs that work on the target device)
        • dialer
        • package_manager
        • ...
    • doc (Documentation)
      • ...
  • branches (branches, created by lead developers if required)
    • src
      • host
        • ...
      • target
        • ...
  • developers (private/experimental branches, created by individual developers)
    • laforge
      • ...
    • sean
    • mickey
      • ...
    • ...
  • releases (official 'releases' of code in 'trunk' or 'branches')
    • src
      • host
        • ...
      • target
        • ...