<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"><br>
</div>I use git exclusively. It makes keeping track of separate patch sets<br>
trivial. Just make a branch for each patch set, and have as many<br>
commits in each branch as you desire. To upstream them just do "git<br>
svn rebase". You can also merge in other branches. To export patches<br>
you can just use format-patch which will make a .patch file for each<br>
commit in the branch, although I think you have to remove the headers<br>
to get coreutils-patch to apply it.<br>
<font color="#888888"><br>
- Michael Spencer<br>
</font></blockquote></div><br><div>Is their any problem when a patch is committed, then gets pulled back into your git fork? Does it treat the changes coming from the svn mirror as conflicts?</div>