Note I didn&#39;t say that SVN was going to be any good at doing these.&nbsp; I just was disagreeing with your statement that SVN &quot;couldn&#39;t&quot; do these things.&nbsp; :-)<br><br><div class="gmail_quote">On Fri, Jul 11, 2008 at 8:40 AM, Jeffrey Ollie &lt;<a href="mailto:jeff@ocjtech.us">jeff@ocjtech.us</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Thu, Jul 10, 2008 at 11:41 PM, Colin Burnett &lt;<a href="mailto:cmlburnett@gmail.com">cmlburnett@gmail.com</a>&gt; wrote:<br>

&gt;<br>
&gt; Though this svn:mergeinfo support should make merges less<br>
&gt; painful...when finally implemented. &nbsp;Though, using a property for<br>
&gt; merge info seems like a cheap hack to me. &nbsp;In git the merge commit has<br>
&gt; two parent commits which intrinsically and permanently links the<br>
&gt; merge. &nbsp;A number of the outstanding issues seem entirely expected for<br>
&gt; a tacked-on solution. &nbsp;I&#39;m being smug. &nbsp;:)<br>
<br>
</div>It *is* a cheap hack. &nbsp;I&#39;ve used the predecessor &quot;svnmerge&quot; script<br>
before (as I said it&#39;s in heavy use by Digium on Asterisk). &nbsp;Basically<br>
what it does is use a special property to keep track of what<br>
changesets have been &quot;merged&quot; into the current branch. &nbsp;And by<br>
&quot;merged&quot; I mean extract a diff from the changeset on the other branch<br>
and apply the diff to the current branch and commit it if there were<br>
no conflicts. &nbsp;The svnmerge script kept the log message (mostly) but<br>
the committer ID would be whoever ran the svnmerge script. &nbsp;The<br>
svnmerge script would also merge several changesets on the other<br>
branch into a single commit on the branch being merged into. &nbsp;Not very<br>
friendly if you&#39;re trying to do a blame/annotate type operation.<br>
<br>
Jeff<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
</div></div></blockquote></div><br>