TmL Repository and Team Project Sets

When you want to work on TmL code obtained from our CVS Repositories, the simplest way to set up your workspace is to import our team project sets.

Simply pick the project set below that is appropriate for your use, save it to a local disk and in Eclipse choose File > Import > Team > Team Project Set.

For most contributors, we recommend using tml-anonymous.psf. Since the TmL code is located on three different repositories, importing this project set will ask you three times for your user and password information. Use

After entering this three times during import, Eclipse will not ask you again. Since committers with write access to the repository need a different repository setup, there are specific project sets for committers.

For more details on Team Project Sets, see the Eclipse Workbench documentation.

Project Set ContentsAnonymous AccessCommitter AccessReadme
TmL Complete tml-all-anonymous.psf tml-all-committer.psf
Common utilities tml-common-anonymous.psf tml-common-committer.psf
Device Framework tml-device-anonymous.psf tml-device-committer.psf tml-device-readme.txt
VNC Component tml-vnc-anonymous.psf tml-vnc-committer.psf tml-vnc-readme.txt

WWW viewcvs access

Our repositories can also be accessed over the internet through the viewcvs interface:

Direct manual access to our Repositories

Finally, if you want to manually browse our repositories in the Eclipse CVS Repository Explorer or a similar CVS browser, here is how to access them:

  RepositoryModule path
TmL Common Repository :pserver:dev.eclipse.org:/cvsroot/dsdp org.eclipse.tml.device
TmL Device Framework Repository :pserver:dev.eclipse.org:/cvsroot/dsdp org.eclipse.tml.device
TmL VNC Component Repository :pserver:dev.eclipse.org:/cvsroot/dsdp org.eclipse.tml.vnc

Commit Notifications

You can subscribe to the dsdp-tml-cvs-commit mailing list to receive notification E-Mails for new checkins.

Background information on CVS and Eclipse