Skip to content

Krazy Moves to Gitorious

Sunday, 31 October 2010  |  awinterz

I just finished moving the Krazy repository from KDE SVN trunk/quality to Gitorious.

Seems to work ok. For the record, here's how I did it: % git svn clone svn+ssh://winterz@svn.kde.org/home/kde/trunk/quality/krazy2 % cd krazy2 % git remote add origin git@gitorious.org:krazy/krazy.git % git push origin master

Note that the "git svn clone" took a few hours since it searches through all 1.2million revisions in the KDE SVN looking for krazy2 commits.

"git log" shows a very long list of changes we made over the years so I'm content that we have some history.