SVN
From Bettyhacks.com - Hack BettyTV-Remote
(New page: == SVN == Dient zur Versionsverwaltung des Quellcodes von Firmware und Tools. Siehe auch (http://de.wikipedia.org/wiki/Subversion_%28Software%29 Wikipedia]. Ein SVN Repository ist unter ...) |
(→Linux (Ubuntu)) |
||
Line 1: | Line 1: | ||
== SVN == | == SVN == | ||
− | + | Die Abkürzung SVN steht für [http://de.wikipedia.org/wiki/Subversion_%28Software%29 Subversion]. Dabei handelt es sich um eine [http://de.wikipedia.org/wiki/Versionsverwaltung Versionsverwaltung] für Quellcodes von Software dient. Die alternative Firmware [[Boop]] verwendet ein SVN Repository (=Projektarchiv) zum verwalten des ihres Quelltextes. | |
− | + | Der Quelltext kann auf der [http://boopfirmware.svn.sourceforge.net/ Sourceforge Projektseite] im Browser betrachtet werden. Für arbeiten am Quelltext (Patches, Mods, ...) wird der Download per SVN-Client empfohlen. | |
+ | |||
+ | == Quelltext Download == | ||
+ | === Linux (Ubuntu) === | ||
+ | Via Terminal:<br> | ||
+ | ggf. Subversion installieren: | ||
+ | $ sudo apt-get install subversion | ||
+ | Download (checkout) in ein Unterverzeichnis namens ''boopfirmware'': | ||
+ | $ svn checkout svn://svn.code.sf.net/p/boopfirmware/code/boop/trunk boopfirmware | ||
+ | |||
+ | === Windows === | ||
+ | * z.b. http://tortoisesvn.tigris.org/ | ||
+ | === MacOS === | ||
+ | * tba | ||
+ | |||
+ | [[Category:Tools]] |