Hey<div>All across the various git-svn tutorials and even in the set of commands mentioned by you to use git-svn , the "$ git svn " command has been used directly but my git gives an error "git: 'svn' is not a git command." when i use it. I probably need to install or setup some stuff , can you tell me what exactly?<br>
<br><div class="gmail_quote">On Mon, Mar 12, 2012 at 3:45 AM, Supreet Pal Singh <span dir="ltr"><<a href="mailto:supreetpal@gmail.com">supreetpal@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><br><div class="gmail_quote"><div><div class="h5">On Mon, Mar 12, 2012 at 3:37 AM, Stefan Majewsky <span dir="ltr"><<a href="mailto:stefan.majewsky@googlemail.com" target="_blank">stefan.majewsky@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Sun, Mar 11, 2012 at 10:58 PM, Supreet Pal Singh<br>
<<a href="mailto:supreetpal@gmail.com" target="_blank">supreetpal@gmail.com</a>> wrote:<br>
> Yes , please do.<br>
<br>
Here goes. Put it in your $PATH and use like:<br>
<br>
$ git-review-board git-svn..HEAD > my.patch<br>
<br>
git-svn is a branch which is automatically updated by git-svn. For<br>
setting up git-svn initially, you do exactly the following:<br>
<br>
$ mkdir kdegames && cd kdegames<br>
$ git svn init svn://<a href="http://anonsvn.kde.org/home/kde/trunk/KDE/kdegames/" target="_blank">anonsvn.kde.org/home/kde/trunk/KDE/kdegames/</a><br>
$ git svn fetch -r 1280000<br>
$ git svn fetch<br>
$ git svn rebase<br>
<br>
For everything else, refer to a git-svn tutorial. The important part<br>
is that you do not simply "git svn clone" like the tutorials suggest.<br>
In this case, git-svn will fetch all 1285069 revisions and thus<br>
overload the anonsvn server. The revision to the first "git svn fetch"<br>
says where git-svn should start checking out. I chose revision 1280000<br>
in this example: This gives you the last three weeks of kdegames<br>
history, which should be enough since the history is most probably not<br>
important for you. (If it is, use <a href="http://websvn.kde.org" target="_blank">websvn.kde.org</a> to dig into the<br>
logs.)<br></blockquote><div><br></div></div></div><div>Seems convenient enough. I will buzz you if I run in to any trouble. Thanks. </div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<br>
Greetings<br>
<span><font color="#888888">Stefan<br>
</font></span><br>_______________________________________________<br>
kde-games-devel mailing list<br>
<a href="mailto:kde-games-devel@kde.org" target="_blank">kde-games-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-games-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-games-devel</a><br>
<br></blockquote></div></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br>Thanks<br>Supreet<br><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Thanks<br>Supreet<br><br>
</div>