[Kde-games-devel] [GSoC 2012] KDE game using QML ("Qt Quick")

Stefan Majewsky stefan.majewsky at googlemail.com
Sun Mar 11 22:07:44 UTC 2012


On Sun, Mar 11, 2012 at 10:58 PM, Supreet Pal Singh
<supreetpal at gmail.com> wrote:
> Yes , please do.

Here goes. Put it in your $PATH and use like:

$ git-review-board git-svn..HEAD > my.patch

git-svn is a branch which is automatically updated by git-svn. For
setting up git-svn initially, you do exactly the following:

$ mkdir kdegames && cd kdegames
$ git svn init svn://anonsvn.kde.org/home/kde/trunk/KDE/kdegames/
$ git svn fetch -r 1280000
$ git svn fetch
$ git svn rebase

For everything else, refer to a git-svn tutorial. The important part
is that you do not simply "git svn clone" like the tutorials suggest.
In this case, git-svn will fetch all 1285069 revisions and thus
overload the anonsvn server. The revision to the first "git svn fetch"
says where git-svn should start checking out. I chose revision 1280000
in this example: This gives you the last three weeks of kdegames
history, which should be enough since the history is most probably not
important for you. (If it is, use websvn.kde.org to dig into the
logs.)

Greetings
Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: git-review-board
Type: application/octet-stream
Size: 309 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-games-devel/attachments/20120311/7a11c1ab/attachment.obj>


More information about the kde-games-devel mailing list