SVN HowTo
Aus open7x0.org
(Weitergeleitet von SVN)
Inhaltsverzeichnis |
Repositories
Our repositories are (in alphabetic order):
- cm (svn): software development of the CridManager.
- fw-tools (svn): open source around Lemmis Firmware
- M740-Wizard (svn): some support files of the M740 Wizzard.
- tvbp (svn): TV Browser Plugin: a 'CridManager' plugin for the TV Browser.
- uclibc_build_env (svn): the uclibc build environment for the VDR.
- vdr-m7x0 (svn): the VDR.
see also the repository overview: http://www.open7x0.org/cgi-bin/viewvc.cgi/
Obtaining source code
mkdir open7x0-src cd open7x0-src svn co svn://open7x0.org/$$$/trunk $$$ # -or- svn co svn://open7x0.org/$$$/branches/... $$$
- $$$: the repository you want. Use the repository browser to find out your trunk/branch/tag.
Compiling VDR
To compile the vdr by yourself change to a directory of your choice and try the following commands:
svn co svn://open7x0.org/fw-tools/trunk/vdr-tools/make-vdr-1.4.1 cd make-vdr-1.4.1 ./make-uclibc ./make-vdr
The call of ./make-uclibc for creating the uclibc-toolchain will download megabytes of free software and take a while. ./make-vdr is much faster.
If you want to compile a new vdr with the same toolchain again, just do:
cd make-vdr-1.4.1 svn update ./make-vdr
All these scripts have been tested under SuSE Linux 10.0 and should work on other unix systems.
Tools
Windows-explorer plugin:
Eclipse plugins:
- Subversive http://www.polarion.org/index.php?page=overview&project=subversive
- Subclipse http://subclipse.tigris.org/
CVS
CVS has been replaced by SVN and is not supported any longer by open7x0.
Kategorien: SVN | HowTo

