hi,<br>
After Martin's wake up call yesterday:<br>
> 9 Apr open development week 3<br>
> 16 Apr bugfixes only<br>
I decided to finish it off once and for all. I was fighting mostly with<br>
my ide at home for the last a couple of weeks .<br>
<font size="1">(eclipse is quite unstable on gcj which will be used if that's the java in your path,<br>
not that I didn't know it, but somehow I never got my config right until now.)</font><br>
With my ide sorted out, I achieved more last night than I did in the previous 3 weeks.<br>
<br>
I think I got it right now:<br><div><span class="gmail_quote">On 2/21/07, <b class="gmail_sendername">Martin Pool</b> <<a href="mailto:mbp@sourcefrog.net">mbp@sourcefrog.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> I would like this:<br>><br>> * the standard command removes the working file<br>> * it refuses to remove it if that would lose data, unless --force is<br>> given</blockquote><div><br>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Kate, the KDE Advanced Text Editor">
<pre><span style="color: rgb(221, 0, 0);">+ * ``bzr remove`` and ``bzr rm`` will now remove the working file, if</span>
<span style="color: rgb(221, 0, 0);">+ it could be recovered again.</span>
<span style="color: rgb(221, 0, 0);">+ This has been done for consistency with cvs, svn and the unix rm command.</span>
<span style="color: rgb(221, 0, 0);">+ The old ``remove`` behaviour has been retained in the new option</span>
<span style="color: rgb(221, 0, 0);">+ ``bzr remove --keep``, which will just stop versioning the file,</span>
<span style="color: rgb(221, 0, 0);">+ but not delete it.</span>
<span style="color: rgb(221, 0, 0);">+ ``bzr remove --force`` have been added which will always delete the </span>
<span style="color: rgb(221, 0, 0);">+ files.</span>
<span style="color: rgb(221, 0, 0);">+ ``bzr remove`` is also more verbose.</span>
<span style="color: rgb(221, 0, 0);">+ (Marius Kruger, #82602)</span>
</pre><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">also note that blackbox/test_remove.py has been reworked, <br>
and that more whitebox tests for workingtree.remove have been added.<br>
<br>
<br>
regards<br>
marius<br>
</div><br></div>