Hello, I have another question, this time about how revisions are stored. I&#39;ve been reading the website and from <a href="http://bazaar-vcs.org/Revision">http://bazaar-vcs.org/Revision</a> it says that revisions don&#39;t store an exact copy of every single version. Additionally I&#39;ve read that commits don&#39;t succeed unless something in the branch has been modified (or you use --unchanged).
<br><br>My question/request for clarification is, does that mean that when you run a commit (say on a whole branch), Bazaar-NG only looks at modified files and stores information about that? So unmodified files in each successive commit don&#39;t add up to the total size of the branch?
<br><br>The reason why I&#39;m asking (in case it would help clarify what I&#39;m asking) is because I&#39;m thinking of making a few directories versioned on my computer, and instead of having to run bzr to commit everytime I change something, I&#39;m thinking of scheduling a task for bzr to try to commit said directories/branches on a regular basis (say daily or weekly); since Bazaar won&#39;t commit if nothing&#39;s changed, that works according to plan, but now I&#39;m curious as to which is &quot;better&quot; in terms of storage space, commit a particular FILE (
i.e., if I edit something, I commit it afterwards) or if I should just let the scheduler take care of things since it will only commit the file (in essence) after all.<br><br>Thanks!<br><br>Angela<br><br clear="all"><br>-- 
<br>And I write in my seasonal plume.<br><a href="http://seasonalplume.net">http://seasonalplume.net</a><br><a href="http://indisguise.org">http://indisguise.org</a>