emdebian logo
 

About Emdebian
 Emdebian & Debian
 Purpose
 Customisations
 Flavours
 Extending Emdebian
 Tdeb support

Cross toolchains
 Toolchain packages

Emdebian Crush
 Packages
 Root Filesystem
 Build Tools
 Autobuild Report
 Repository Key
 Crossbuild bugs
 Packaging bugs

Emdebian Grip
 Packages
 Repository Key
 Packaging bugs

Documentation
 Introductory Guide
 Emdebian Wiki
 Emdebian FAQ
 Packaging rules
 Packaging infrastructure
 Packaging guideline
 DebConf paper

Support
 Contact Us
 Mailing List Archives

Help Emdebian
 Developers' Info
 Subversion
 ToDo list

News

History
 Slind
 Stag
 Emdebsys

Links
 Emdebian Bootldr
 Emdebian Kernel
 Emdebian JTAG
 Scratchbox
 QEmu
 CELF

Valid HTML 4.01!

 
   

Embedded Debian SVN Repository


This is the home page for the Embedded Debian SVN Repository. We have moved all our stuff out of the sourceforge CVS repository (Jan 2006). The old cvs is still there for the time being but will now be ignored, so don't use it.

Anonymous SVN (Read Only)

Anonymous SVN access is available for anyone. To see what is in the repository, do

svn list http://buildd.emdebian.org/repos/current

You could browse our repository, as well.

to check out the current code, do

svn co http://buildd.emdebian.org/repos/current/

to check out the emdebian-tools package, use debcheckout:

$ debcheckout emdebian-tools $ debcheckout apt-cross

This will checkout the current emdebian code in a subdirectory called current. See the list of modules in the repository. Note: a full check out of current code can easily be over 20Mb and is likely to increase as more packages are emdebianised.

to check out a single module, e.g the website, do

svn co http://buildd.emdebian.org/repos/current/website/

This will checkout the website in a subdirectory called website with the main content in website/trunk. See the list of modules in the repository.

Developer SVN (Read/Write)

Developer SVN access is available, using ssh. Anyone with a login on the machine has read/write access. If you need this facility contact Wookey.

Access the repository like this:

svn list svn+ssh://buildd.emdebian.org/var/emdebian/svn/ (list contents)

svn checkout svn+ssh://buildd.emdebian.org/var/emdebian/svn/current/host/trunk/emdebian-tools/ (check out emdebian-tools)

Available Modules

trunk: In most cases, actual code resides in a trunk/ directory beneath the package name. This provides support for dedicated build-area directories, branches and SVN tags on a per-package basis. The links to the browser are to the trunk subdirectory, where trunk/ exists. When checking out a particular module, use the module name without the final trunk/.

The following modules are currently available:

  • current - all the latest code
    • emdebian - code to support the emdebian server
      • trunk/
        • bin - cronjobs and other automation scripts.
        • buildcross - toolchain builder for the Emdebian repository.
        • machine - machine:variant rootfs customisation scripts.
        • repo - sqlite and PHP handlers for the Emdebian repository to update toolchains and compare versions against Debian.
    • host - code intended to run on the cross-building host and other packages to support emdebian cross-building.
      • trunk/
        • apt-cross - upstream SVN for the apt-cross Debian package.
        • emdebian-tools - upstream SVN for the emdebian-tools Debian package.
        • empath - Generate a path to cross-build a target package. (Prototype code, not released yet.)
        • langupdate - upstream SVN for a native Emdebian package that will be cross-built for each Emdebian distribution to handle the translation packages generated by emdebian-tools.
    • target - emdebian patch files generated by emdebian-tools when building emdebianised packages for installation on embedded devices. Organised similarly to a Debian mirror pool: initial letter of the Debian source package in alphabetical order, then by source package name. e.g. current/target/trunk/b/busybox/trunk/.
    • website - SVN support for changes to www.emdebian.org website in english and spanish.
  • superceded Older work has been migrated to 'superceded', including:
    • compbuild
    • cross-get - the precursor to apt-cross written in bash.
    • ed-framework
    • pkg
    • stag-addons - tools (dpkg, debhelper, dpkg-cross) modifed for use with stag

See the emdebian contact page for information on contacting us.

Last Modified: Wed, Sep 10 02:31:14 UTC 2008
Copyright © 2000-2008 The Embedded Debian Project;
Emdebian is an offical subproject of Debian.