|
Embedded Debian SVN RepositoryThis 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 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 Modulestrunk: 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:
|
Last Modified: Mon, Apr 27 06:42:28 UTC 2009
Copyright © 2000-2009
The Embedded Debian Project;
Emdebian is an offical subproject of Debian.