2008/7/11 James Westby &lt;<a href="mailto:jw%2Bdebian@jameswestby.net">jw+debian@jameswestby.net</a>&gt;:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, 2008-07-09 at 22:24 -0600, Scott Scriven wrote:<br>
&gt; This is a fix for bug 247150. &nbsp;It makes &#39;bzr init-repo&#39; work in a<br>
&gt; fresh directory. &nbsp;Otherwise, this happens:<br>
&gt;<br>
&gt; &nbsp; % mkdir foo ; cd foo<br>
&gt; &nbsp; % bzr.dev init-repo<br>
&gt; &nbsp; bzr: ERROR: command &#39;init-repository&#39; requires argument LOCATION<br>
<br>
</div>I asked about this behaviour not too long ago, and John said it<br>
was intentional, as a kind of safety catch. Accidentally setting<br>
up a shared repository can lead to your data not being stored<br>
where you thought it was, which could be disastorous.<br>
<br>
However, I don&#39;t know if that&#39;s a big enough concern to force<br>
the inconsistency with &quot;init&quot; here.</blockquote></div><br>I think this will be good (to be consistent with init).<br>And its not much of a disaster&nbsp; if&nbsp; your&nbsp; new branches are configured to use a shared repository, since we now have the `reconfigure` command which  will make recovery very easy. (I see the reconfigure help needs some love, as it took me a while to figure out how to use it )<br>
<br>What may help to reduce unexpected behavior, is if these commands can be made more verbose: print `bzr info` after the init/init-repo.&nbsp; Then you would know what happened. I see that these commands never print anything, even if you run them with -v /--verbose. But thats for another patch to fix. Let me know if anybody would have and issue if I make these commands print something by default.<br>
<br>regards<br>marius <br><br><br><br>