SVN
From Bettyhacks.com - Hack BettyTV-Remote
(→SVN) |
m (bischen aufgehübscht, links zum copy & pasten hinzugefügt) |
||
Line 1: | Line 1: | ||
== SVN == | == SVN == | ||
− | Die Abkürzung SVN steht für Subversion. Dabei handelt es sich um eine | + | 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 https://boopfirmware.svn.sourceforge.net/svnroot/boopfirmware/boop/trunk boopfirmware | ||
+ | |||
+ | === Windows === | ||
+ | * z.b. http://tortoisesvn.tigris.org/ | ||
+ | === MacOS === | ||
+ | * tba | ||
+ | |||
+ | [[Category:Tools]] |