On Monday 29 January 2007 16:11, Peter Dimov wrote: > A main assumption in current implementation is that a revision is global > to the whole repository. This is however not the case with bazaar and > other distributed version control systems.
Really? While I am not an bzr user, I thought that each branch in bzr has its own revision numbering. Thus supporting multiple locations (with independent revision numbering) really means supporting multiple repositories (see #2086), which, in the case of bzr, means supporting multiple branches, no? A more severe problem for vc backends other than svn is imho the fact that the vc api currently only supports a linear history, which means that (from Trac's point of view) each revision can only have a single ancestor. This is not the case e.g. for Monotone or Mercurial, and maybe others. - Thomas -- Thomas Moschny <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
