What constitutes the "identity" of a changeset?

Paul Moore p.f.moore at gmail.com
Mon Mar 31 16:21:43 BST 2008


On 28/03/2008, Jelmer Vernooij <jelmer at samba.org> wrote:

> bzr-svn uses the SVN repository UUID to identify revisions. It should
> be able to handle that situation just fine if both locations contain the
> same repository and works without problems for me pulling from different
> locations.
>
> How did you create the local clone exactly? It sounds like it's not
> really a clone (different uuid perhaps?). Can you run "svn info" on the
> remote and local URLs and see if the UUID is different?

Sorry, I kept using "svnclone" where I meant "svnsync". My mistake.

I used svnsync to create a local copy of the repository (I don't know
of any other way of making a local mirror if all the access I have to
the remote system is http - is there another?)

Checking svn info, it does indeed look like svnsync results in
different UUIDs. So this can never be a way of "priming" a local bzr
snapshot - I have to create the snapshot from the same source (the
same UUID, in any case) as I want to pull from in the end.

Paul


More information about the bazaar mailing list