Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| equinox:equinox [2009-03-20 01:49] – 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 12: | Line 26: | ||
| * {{equinox: | * {{equinox: | ||
| - | ===== About ===== | + | ===== svn2git |
| - | * Nick: equinox | + | < |
| - | * e-Mail: [[equinox@chaos-at-home.org]] / [[https://www.chaos-at-home.org/equinox.pub|Public Key]] | + | # mkdir / |
| - | * ICQ: 170426865 | + | |
| - | * Jabber: the-equinox@jabber.org | + | inside old repo |
| - | * Spezialgebiete: | + | |
| - | * Listenpunkt | + | # svn log -q | awk -F ' |
| + | |||
| + | edit / | ||
| + | |||
| + | # cd / | ||
| + | # git svn clone -s -A authors-transform.txt https://[ old-svn-repo-url | ||
| + | # cd [ repo ] | ||
| + | # git gc --aggressive | ||
| + | # git filter-branch -f --msg-filter 'sed -e "/ | ||
| + | # rm -r .git/refs/ | ||
| + | # git remote add origin [ git-repo-url ]:[ repo ].git | ||
| + | # git push --all origin | ||
| + | # git branch --set-upstream-to origin/ | ||
| + | # git pull | ||
| + | |||
| + | this should give you an ' | ||
| + | |||
| + | # cd ../.. | ||
| + | # rm -rf / | ||
| + | |||
| + | # cd path/ | ||
| + | # git clone [ git-repo-url | ||
| + | |||
| + | inside old svn repo find all svn ignore tags and edit .gitignore | ||
| + | |||
| + | # svn proplist -Rv | ||
| + | </ | ||