Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| equinox:equinox [2015-02-24 03:23] – equinox | equinox:equinox [2025-11-09 09:25] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Christian Pointner ====== | ====== Christian Pointner ====== | ||
| + | |||
| + | ===== About ===== | ||
| + | |||
| + | * Nick: equinox | ||
| + | * e-Mail: [[equinox@realraum.at]] | ||
| + | * ICQ: 170426865 | ||
| + | * Jabber: equinox@realraum.at | ||
| + | * Spezialgebiete: | ||
| ===== Logo Vorschlag ===== | ===== Logo Vorschlag ===== | ||
| - | Vorschlag für ein Realraum | + | Vorschlag für ein realraum |
| + | |||
| + | Aktuelle Version: | ||
| + | |||
| + | * {{http:// | ||
| + | |||
| + | Alte Version: | ||
| * {{equinox: | * {{equinox: | ||
| Line 11: | Line 25: | ||
| * {{equinox: | * {{equinox: | ||
| * {{equinox: | * {{equinox: | ||
| - | |||
| - | |||
| - | ===== About ===== | ||
| - | |||
| - | * Nick: equinox | ||
| - | * e-Mail: [[equinox@chaos-at-home.org]] / [[https:// | ||
| - | * ICQ: 170426865 | ||
| - | * Jabber: the-equinox@jabber.org | ||
| - | * Spezialgebiete: | ||
| ===== svn2git ===== | ===== svn2git ===== | ||
| Line 25: | Line 30: | ||
| < | < | ||
| # mkdir / | # mkdir / | ||
| + | |||
| + | inside old repo | ||
| # svn log -q | awk -F ' | # svn log -q | awk -F ' | ||
| Line 31: | Line 38: | ||
| # cd / | # cd / | ||
| - | # git svn clone -s -A authors-transform.txt https://svn.spreadspace.org/[ repo ]/ [ repo ] | + | # git svn clone -s -A authors-transform.txt https://[ old-svn-repo-url ]/[ repo ]/ [ repo ] |
| # cd [ repo ] | # cd [ repo ] | ||
| # git gc --aggressive | # git gc --aggressive | ||
| # git filter-branch -f --msg-filter 'sed -e "/ | # git filter-branch -f --msg-filter 'sed -e "/ | ||
| # rm -r .git/ | # rm -r .git/ | ||
| - | # git remote add origin | + | # git remote add origin |
| # git push --all origin | # git push --all origin | ||
| # git branch --set-upstream-to origin/ | # git branch --set-upstream-to origin/ | ||
| Line 47: | Line 54: | ||
| # cd path/ | # cd path/ | ||
| - | # git clone gitspread:[ repo ].git | + | # git clone [ git-repo-url ]:[ repo ].git |
| - | inside old svn repo find all svn ignore tags and set .gitignore | + | inside old svn repo find all svn ignore tags and edit .gitignore |
| # svn proplist -Rv | # svn proplist -Rv | ||
| </ | </ | ||