<br><br><div class="gmail_quote">On Fri, Apr 17, 2009 at 11:29 PM, Alexander Belchenko <span dir="ltr">&lt;<a href="mailto:bialix@ukr.net">bialix@ukr.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Maritza Mendez ÐÉÛÅÔ:<br>
<div class="im">&gt; First to establish some credibility I am already successfully using<br>
&gt; BeyondCompare with the extmerge plugin. šWorks great!<br>
<br>
</div>Why extmerge plugin? You&#39;re talking about diff, so I suppose you need (or you mean actually)<br>
difftools plugin. Hm?<br>
<div class="im"><br>
&gt; Using BeyondCompare as an external diff tool seemed like it would be<br>
&gt; even easier. šI just need an alias in my bazaar.conf:<br>
&gt;<br>
&gt; [ALIASES]<br>
&gt; bc = diff --using &#39;C:\\Program\ Files\\Beyond\ Compare\ 3\\BComp.exe&#39;<br>
&gt;<br>
&gt; I figured out that the escapes were necessary to get the command passed<br>
&gt; back the way windows needs it. šLousy windows paths! š:)<br>
<br>
</div>No, it&#39;s a dumb shlex.split code! Bad bad shlex.split that suppose it&#39;s always working with unix paths.<br>
<br>
You can use &quot;/&quot; instead of &quot;\&quot; šas a workaround.<br>
<div class="im"><br>
&gt; Then when I do<br>
&gt;<br>
&gt; bzr bc foo.cs<br>
&gt;<br>
&gt; As expected, I do get the GUI diff tool looking at the &#39;old&#39; and &#39;new&#39;<br>
&gt; files which are apparently read-only in a temp directory.<br>
&gt;<br>
&gt; When I close Beyond COmpare (even if I do nothing else in<br>
&gt; BeyondCompare), I get an error. šHere is the complete interaction:<br>
&gt;<br>
&gt; C:\Documents and Settings\martitza\Desktop\work&gt;bzr bc foo.cs<br>
&gt; === modified file &#39;foo.cs&#39;<br>
&gt; bzr: ERROR: [Error 32] The process cannot access the file because it is<br>
&gt; being used by another process:<br>
&gt; &#39;C:/docume~1/martitza/locals~1/temp/1/bzr-diff-sq3ypm&#39;<br>
&gt;<br>
&gt; Why the error?<br>
&gt;<br>
&gt; I have not tried to use any other external diff command.<br>
<br>
</div>Please, show the relevant part of .bzr.log to us.<br>
I suspect some code try to delete temporary file/directory while it&#39;s still open by your tool.<br>
Something like that. But without looking at .bzr.log it&#39;s just a guess.<br>
</blockquote><div><br>Thanks.š I should have known that.š I will get the .bzr.log and post it here.<br><br>-M<br>š<br></div></div><br>