Howto SVK

root@piggy:~# cat svk-etc-anlegen.sh 
  • Install svk
apt-get install svk
  • Initialize a depot in /root/.svk
svk depotmap --init
  • Import /etc making it a working copy
svk import --to-checkout -m"inital" //etc /etc
  • Make your depot not that readable
chmod -R go-rwx ~/.svk
  • Remove volatile files from revision control
cd /etc
svk rm -K adjtime ld.so.cache


SVK Howto

  • svk help:
svk help intro

Welche Verzeichnisse werden mit svk verwaltet ?

svk ls //

SVK alle Änderungen Committen

1. Neue Dateien dazu

svk add .

2. Welche Dateien wurden gelöscht die noch im Repo sind ?

svk st | grep "\!" 
svk revert datei
svk del datei

3. Committen

svk commit -m"Stand 06/2008: funktioniert gut, Feisty stable, Hardy Testing"

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • Zeilen und Absätze werden automatisch erzeugt.
  • Potentially problem-causing HTML tags are filtered.
  • Each email address will be obfuscated in a human readble fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.

Weitere Informationen über Formatierungsoptionen