Interesting oddity in convert svn

Eric M. Hopper hopper at omnifarious.org
Mon Oct 15 22:11:05 CDT 2007


In this changeset:

http://selenic.com/repo/hg/rev/ef338e34a9060749ae7cd5c99dd22433eec6ae5f

in this bunch of code:

+        if revnum in self.modulemap:
+            new_module = self.modulemap[revnum]
+            if new_module != self.module:
+                self.module = new_module
+                self.reparent(self.module)
+

it becomes fairly clear that an individual Subversion changeset is
thought to belong to either one branch or another, but not to several
branches.  This assumption is incorrect.

In revision 11 of this repository:

https://svn.generalpresence.com:5131/repos/

I have a change which does indeed simultaneously affect several branches
at the same time.  I was going through the entire repository fiddling
with keyword substitution settings.

How deeply embedded is this assumption?

Thanks,
-- 
A word is nothing more or less than the series of historical
connotations given to it. That's HOW we derive meaning, and to claim
that there is an arbitrary meaning of words above and beyond the way
people use them is a blatant misunderstanding of the nature of language.
-- Anonymous blogger
-- Eric Hopper (hopper at omnifarious.org http://www.omnifarious.org/~hopper)--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 185 bytes
Desc: This is a digitally signed message part
Url : http://selenic.com/pipermail/mercurial-devel/attachments/20071015/7dc94fdf/attachment.pgp 


More information about the Mercurial-devel mailing list