Bzr development stopped
Talden
talden at gmail.com
Mon Nov 26 20:33:20 UTC 2012
On Sun, Nov 25, 2012 at 3:55 PM, Jelmer Vernooij <jelmer at samba.org> wrote:
> On Sat, 2012-11-24 at 18:20 -0800, Chris Hecker wrote:
> > I may be in the minority, but I don't care that much about the ui or
> > simplicity of the command line, but I need to be able to rename files
> > without duplicating them in the repo, I want empty directories, I want
> > the hybrid centralized stuff (and more of this, actually), and I need
> > windows support to be good.
> FWIW, git and bzr deduplicate storing renamed files in roughly the same
> way. In both VCSes renaming a file generally shouldn't cause that files
> contents to be stored more than once.
>
I assume here that you mean a vanilla rename, a change in path only rather
than path + content. For Java development that never happens (well tending
towards never) - renaming or repackaging a class changes the content and
the location of the file.
For Subversion that's a copy+modify and a delete (IE not really a rename
but at least it's not duplicating data). Git, I thought, just adds the new
file and removes the old - deduplication only occurs if the content is
unmodified (same hash). Does bazaar avoid the duplication in a non-trivial
move - these are very common in our projects where we regularly refactor?
--
Talden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/bazaar/attachments/20121127/e727f329/attachment.html>
More information about the bazaar
mailing list