Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
equinox:equinox [2007-04-03 23:56]
equinox
equinox:equinox [2015-09-16 12:41]
127.0.0.1 external edit
Line 1: Line 1:
 ====== Christian Pointner ====== ====== Christian Pointner ======
 +
 +===== Logo Vorschlag =====
 +
 +Vorschlag für ein realraum Logo:
 +
 +Aktuelle Version:
 +
 +  * {{http://​github.com/​realraum/​logo| auf Github...}}
 +
 +Alte Version:
 +
 +  * {{equinox:​logo-bl.svg| schwarz}}
 +  * {{equinox:​logo-wh.svg| weiß}}
 +  * {{equinox:​logo-schrift2-bl.svg| schwarz mit Schrift}}
 +  * {{equinox:​logo-schrift2-wh.svg| weiß mit Schrift}}
 +  * {{equinox:​logo-schrift-bl.svg| schwarz mit Schrift unterhalb}}
 +  * {{equinox:​logo-schrift-wh.svg| weiß mit Schrift unterhalb}}
 +
 +
 +===== About =====
 +
 +  * Nick: equinox
 +  * e-Mail: [[equinox@chaos-at-home.org]] / [[https://​www.chaos-at-home.org/​equinox.pub|Public Key]]
 +  * ICQ: 170426865
 +  * Jabber: the-equinox@jabber.org
 +  * Spezialgebiete:​ Mikrocontroller,​ Elektronik, Netzwerktechnik
 +
 +===== svn2git =====
 +
 +<​file>​
 +# mkdir /​tmp/​svn2git
 +
 +inside old repo
 +
 +# svn log -q | awk -F '​|'​ '/^r/ {sub("​^ ", "",​ $2); sub(" $", "",​ $2); print $2" = "​$2"​ <"​$2">"​}'​ | sort -u > /​tmp/​svn2git/​authors-transform.txt
 +
 +edit /​tmp/​svn2git/​authors-transform.txt
 +
 +# cd /​tmp/​svn2git/​
 +# git svn clone -s -A authors-transform.txt https://[ old-svn-repo-url ]/[ repo ]/ [ repo ]
 +# cd [ repo ]
 +# git gc --aggressive
 +# git filter-branch -f --msg-filter 'sed -e "/​git-svn-id:/​d"'​ -- --all
 +# rm -r .git/​refs/​original
 +# git remote add origin [ git-repo-url ]:[ repo ].git
 +# git push --all origin
 +# git branch --set-upstream-to origin/​master master
 +# git pull
 +
 +this should give you an '​Already up-to-date.'​
 +
 +# cd ../..
 +# rm -rf /​tmp/​svn2git
 +
 +# cd path/​to/​new/​repo
 +# git clone [ git-repo-url ]:[ repo ].git
 +
 +inside old svn repo find all svn ignore tags and edit .gitignore
 +
 +# svn proplist -Rv
 +</​file>​
 +
realraum Graz, Brockmanngasse 15, 8010 Graz, realraum - Verein für Technik in Kultur und Gesellschaft
  • /var/lib/dokuwiki/data/pages/equinox/equinox.txt
  • Last modified: 2016-08-28 17:40
  • by equinox