On Mon, May 14, 2012 at 1:11 AM, Stefan Majewsky <span dir="ltr"><<a href="mailto:stefan.majewsky@googlemail.com" target="_blank">stefan.majewsky@googlemail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sun, May 13, 2012 at 10:03 AM, Viranch Mehta <<a href="mailto:viranch.mehta@gmail.com">viranch.mehta@gmail.com</a>> wrote:<br>
> So how do I fix the tagging<br>
> stuff that you mentioned above, on which you'll be relying on in future?<br>
<br>
</div>Look up the commit ID of the initial commit e.g. in `git log` or `gitk`, and say<br>
<br>
git tag svn-import $COMMIT_ID<br>
git push --tags origin<br></blockquote><div><br></div><div>Done. If it matters, remote rejected the push tags saying unannotated tags</div><div>are not allowed. So I did "git tag -af svn-import $COMMIT_ID" and pushed</div>
<div>again (-a makes the tag annotated and -f was required to force the re-tagging)</div><div><br></div><div>Viranch</div><div><br></div></div>