equinox:equinox

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
equinox:equinox [2008-02-05 21:48] – added link to public key equinoxequinox:equinox [2025-11-09 09:25] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
   * Nick: equinox   * Nick: equinox
-  * e-Mail: [[equinox@chaos-at-home.org]] / [[https://www.chaos-at-home.org/equinox.pub|Public Key]]+  * e-Mail: [[equinox@realraum.at]]
   * ICQ: 170426865   * ICQ: 170426865
-  * Jabber: the-equinox@jabber.org +  * Jabber: equinox@realraum.at 
-  * Spezialgebiete: Mikrocontroller, Elektronik+  * Spezialgebiete: Mikrocontroller, Elektronik, Netzwerktechnik 
 + 
 +===== 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}} 
 + 
 +===== 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>
  
  • /srv/dokuwiki/data/attic/equinox/equinox.1202248110.txt.gz
  • Last modified: 2025-11-09 09:24
  • (external edit)