The source code of the ea-Geier is stored in a SubVersion repository on SourceForge.
- about the SubVersion repository
- browse the ea-Geier repository
- browse the source code
- checkout the source code:
svn co https://ea-geier.svn.sourceforge.net/svnroot/ea-geier/trunk ea-geier
Third-Party Libraries
3rd-party libraries are not part of the ea-Geier and must not be checked into the repository.
Configuration
Update your SubVersion configuration (e.g. .subversion/config – might be different depending on the used operating system) to allow automatic generation of properties when committing changes:
enable-auto-props = yes
[auto-props] # image formats *.bmp = svn:mime-type=image/bmp *.gif = svn:mime-type=image/gif *.ico = svn:mime-type=image/ico *.jpeg = svn:mime-type=image/jpeg *.jpg = svn:mime-type=image/jpeg *.png = svn:mime-type=image/png # text formats *.css = svn:mime-type=text/css; svn:eol-style=native; svn:keywords=Id .htaccess = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id *.htm = svn:mime-type=text/html; svn:eol-style=native; svn:keywords=Id *.html = svn:mime-type=text/html; svn:eol-style=native; svn:keywords=Id *.ini = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id *.js = svn:mime-type=text/javascript; svn:eol-style=native; svn:keywords=Id *.php = svn:mime-type=text/x-php; svn:eol-style=native; svn:keywords=Id *.sql = svn:mime-type=text/x-sql; svn:eol-style=native; svn:keywords=Id *.tpl = svn:mime-type=text/x-php; svn:eol-style=native; svn:keywords=Id *.txt = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id *.xml = svn:mime-type=text/xml; svn:eol-style=native; svn:keywords=Id CHANGES = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id COPYING = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id COPYRIGHT = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id CREDITS = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id LICENSE = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id INSTALL = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id README = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id TODO = svn:mime-type=text/plain; svn:eol-style=native; svn:keywords=Id # application formats *.pdf = svn:mime-type=application/pdf