Hello,<br><br>I&#39;m evaluating switching from subversion to <span class="nfakPe">bazaar</span> for my company. I had a question that I was hoping I could get some help on.<br><br>It seems one can just modify files without telling <span class="nfakPe">bazaar</span>
about the intent to do so. And then &#39;bzr status&#39; has to figure out what
all is being modified - possibly by doing a &#39;stat&#39; on each file in the
repository. While this might be ok for a local disk, this is terrible
for workspaces on NFS. I think future <span class="nfakPe">bazaar</span> releases should consider supporting a mode where one needs to explicitly do a &#39;bzr edit filename&#39; to tell <span class="nfakPe">bazaar</span>
that it is going to modify a file (same as perforce). Any other files
that are modified would not show up in &#39;bzr status&#39; - in fact, it might
be better if files don&#39;t have write permissions unless one does an &#39;bzr
edit&#39; on it.<br><br>Please note that a &#39;bzr edit&#39; doesn&#39;t need to send any message across the network - it just needs to be recorded in the local repository. This differentiates it from a similar command in version control systems like perforce.<br>

<font color="#888888">
<br><br>- Mohit<br></font><br>