It does look like the problem maybe bzr is trying to delete one of the readonly temp files. <br><br>To recap I have <br><br><u><b>bazaar.conf</b></u><br><span style="font-family: courier new,monospace;">[ALIASES]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">
bc = diff --using &#39;C:\\Program\ Files\\Beyond\ Compare\ 3\\BComp.exe&#39;</span><br style="font-family: courier new,monospace;"><br>and the command I used was<br><br><span style="font-family: courier new,monospace;">bzr bc foo.cs</span><br>
<br>and BComp.exe [from <a href="http://scootersoftware.com">scootersoftware.com</a>] starts as expected.  But when I try to close it, I get this in my .bzr.log:<br><br><span style="font-family: courier new,monospace;">Fri 2009-04-17 17:10:41 -0700</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">0.311  bzr arguments: [u&#39;bc&#39;, u&#39;foo.cs&#39;]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">0.381  looking for plugins in C:/Documents and Settings/martitza/Application Data/bazaar/2.0/plugins</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">0.381  looking for plugins in C:/Program Files/Bazaar/plugins</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">1.072  opening working tree &#39;C:/Documents and Settings/martitza/Desktop/work/Tools&#39;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">6.889  Traceback (most recent call last):</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;bzrlib\commands.pyo&quot;, line 716, in exception_to_return_code</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  File &quot;bzrlib\commands.pyo&quot;, line 911, in run_bzr</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;bzrlib\commands.pyo&quot;, line 547, in run_argv_aliases</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  File &quot;bzrlib\commands.pyo&quot;, line 926, in ignore_pipe</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;bzrlib\builtins.pyo&quot;, line 1768, in run</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  File &quot;bzrlib\diff.pyo&quot;, line 428, in show_diff_trees</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;bzrlib\diff.pyo&quot;, line 836, in show_diff</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  File &quot;bzrlib\diff.pyo&quot;, line 742, in finish</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;bzrlib\osutils.pyo&quot;, line 386, in rmtree</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  File &quot;shutil.pyo&quot;, line 178, in rmtree</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;bzrlib\osutils.pyo&quot;, line 380, in _win32_delete_readonly</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">WindowsError: [Error 32] The process cannot access the file because it is being used by another process: &#39;C:/docume~1/martitza/locals~1/temp/1/bzr-diff-fewne-&#39;</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">6.900  return code 3</span><br><br>Does anyone have an idea about how to fix this?  The BeyondCompare GUI has definitely exited.  Perhaps there could be a race?<br>
<br>Thanks<br>-M<br><br>