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 'C:\\Program\ Files\\Beyond\ Compare\ 3\\BComp.exe'</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'bc', u'foo.cs']</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 'C:/Documents and Settings/martitza/Desktop/work/Tools'</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 "bzrlib\commands.pyo", line 716, in exception_to_return_code</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> File "bzrlib\commands.pyo", line 911, in run_bzr</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> File "bzrlib\commands.pyo", line 547, in run_argv_aliases</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> File "bzrlib\commands.pyo", line 926, in ignore_pipe</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> File "bzrlib\builtins.pyo", line 1768, in run</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> File "bzrlib\diff.pyo", line 428, in show_diff_trees</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> File "bzrlib\diff.pyo", line 836, in show_diff</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> File "bzrlib\diff.pyo", line 742, in finish</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> File "bzrlib\osutils.pyo", line 386, in rmtree</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> File "shutil.pyo", line 178, in rmtree</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> File "bzrlib\osutils.pyo", 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: 'C:/docume~1/martitza/locals~1/temp/1/bzr-diff-fewne-'</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>