<br><br><div class="gmail_quote">On Fri, Apr 17, 2009 at 11:29 PM, Alexander Belchenko <span dir="ltr"><<a href="mailto:bialix@ukr.net">bialix@ukr.net</a>></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">> First to establish some credibility I am already successfully using<br>
> BeyondCompare with the extmerge plugin. šWorks great!<br>
<br>
</div>Why extmerge plugin? You're talking about diff, so I suppose you need (or you mean actually)<br>
difftools plugin. Hm?<br>
<div class="im"><br>
> Using BeyondCompare as an external diff tool seemed like it would be<br>
> even easier. šI just need an alias in my bazaar.conf:<br>
><br>
> [ALIASES]<br>
> bc = diff --using 'C:\\Program\ Files\\Beyond\ Compare\ 3\\BComp.exe'<br>
><br>
> I figured out that the escapes were necessary to get the command passed<br>
> back the way windows needs it. šLousy windows paths! š:)<br>
<br>
</div>No, it's a dumb shlex.split code! Bad bad shlex.split that suppose it's always working with unix paths.<br>
<br>
You can use "/" instead of "\" šas a workaround.<br>
<div class="im"><br>
> Then when I do<br>
><br>
> bzr bc foo.cs<br>
><br>
> As expected, I do get the GUI diff tool looking at the 'old' and 'new'<br>
> files which are apparently read-only in a temp directory.<br>
><br>
> When I close Beyond COmpare (even if I do nothing else in<br>
> BeyondCompare), I get an error. šHere is the complete interaction:<br>
><br>
> C:\Documents and Settings\martitza\Desktop\work>bzr bc foo.cs<br>
> === modified file 'foo.cs'<br>
> bzr: ERROR: [Error 32] The process cannot access the file because it is<br>
> being used by another process:<br>
> 'C:/docume~1/martitza/locals~1/temp/1/bzr-diff-sq3ypm'<br>
><br>
> Why the error?<br>
><br>
> 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's still open by your tool.<br>
Something like that. But without looking at .bzr.log it'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>