From 37484bf073c8a331f93fcc193fc3631a35ec7c74 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 15 Apr 2008 10:53:09 +0000 Subject: Revision automatisch setzten. git-svn-id: https://svn.neo-layout.org@483 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/X/de | 3 +-- linux/rev | 37 ------------------------------------- linux/xmodmap/neo_de.xmodmap | 3 +-- 3 files changed, 2 insertions(+), 41 deletions(-) delete mode 100755 linux/rev (limited to 'linux') diff --git a/linux/X/de b/linux/X/de index 8b26853..2aa64bf 100644 --- a/linux/X/de +++ b/linux/X/de @@ -214,8 +214,7 @@ xkb_symbols "sundeadkeys" { // Other Questions: // // -// $Revision: $, $Date: $ -// $HeadURL$ +// $Revision$, $Date$ // http://pebbles.schattenlauf.de/layout.php diff --git a/linux/rev b/linux/rev deleted file mode 100755 index 2f7c541..0000000 --- a/linux/rev +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -# Autoren: Pascal Hauck -# Benjamin Kellermann - - -case $1 in - "--help" | "-h") - echo "Aufruf: $0 " - echo "Beispiel: $0 xmodmap/neo_de.xmodmap X/de" - echo "»$0« ändert in der oder den die Nummer der aktuellen Revision." - echo "Im Anschluss sollten gemachte Änderungen" - echo "per »svn commit« wie gewohnt übertragen werden." - echo "NEO Tastaturlayout\tVer. 0.3\tMärz 2008\t\t\tREV" - exit;; - "") - echo "Aufruf: »$0«" - echo "»$0 --help« gibt Ihnen mehr Informationen." - exit 1 -esac - -# Abfragen der nächsten Revisionsnummer -REVISION=$(( $(svn info | sed -n 5~p | cut -f2 -d\:) + 1)) - -for DATEI in "$@"; -do - # Sicherung der aktuellen Arbeitskopie - cp -a $DATEI $DATEI.bak - - # Revisionsnummer in ändern - echo "Ändere Zeile:" - grep "Revision" $DATEI - - sed -e "s/Revision [0-9]*, .*/Revision $REVISION, $(date)/1;" $DATEI > $DATEI.tmp - mv $DATEI.tmp $DATEI - echo "In Zeile:" - grep "Revision" $DATEI -done diff --git a/linux/xmodmap/neo_de.xmodmap b/linux/xmodmap/neo_de.xmodmap index db17b2c..32172c8 100644 --- a/linux/xmodmap/neo_de.xmodmap +++ b/linux/xmodmap/neo_de.xmodmap @@ -10,8 +10,7 @@ !! Other Questions: !! !! -!! $Revision: $, $Date: $ -!! $HeadURL$ +!! $Revision$, $Date$ !! http://pebbles.schattenlauf.de/layout.php !! !! To try the layout in this file, simply do xmodmap . -- cgit v1.2.3