SVN HowTo

Aus open7x0.org

Wechseln zu: Navigation, Suche


Inhaltsverzeichnis

Repositories

Our repositories are (in alphabetic order):

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:

CVS

CVS has been replaced by SVN and is not supported any longer by open7x0.

Persönliche Werkzeuge