emdebian logo
 

About Emdebian
 Emdebian & Debian
 Purpose
 Customisations
 Flavours
 Extending Emdebian
 Localisation support
 Emdebian Tdebs

Cross toolchains
 Toolchain packages

Emdebian Crush
 Packages
 Build Tools
 Repository Key
 Installation Guide

Emdebian Grip
 Packages
 Repository Key
 Update logs
 Installation Guide

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://www.emdebian.org/repos/current

You could browse our repository, as well.

to check out the current code, do

svn co http://www.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://www.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://www.emdebian.org/var/emdebian/svn/ (list contents)

svn checkout svn+ssh://www.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
  • 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: Mon, Apr 27 06:42:28 UTC 2009
Copyright © 2000-2009 The Embedded Debian Project;
Emdebian is an offical subproject of Debian.