Christian Boos wrote: > I think it will be > simpler to use the reponame (mount point) as the key. > If the goal is simply to be able to change that mount point without > doing a whole resync, we could add a `trac-admin <env> remount old new" > command, which could do that in one go.
After hitting "send" on my first message, I figured the two issues are actually orthogonal: currently, the reponame is used both as a unique key and as the mount point, but nothing prevents us from separating the two uses and adding a .mount option later. So yes, I went ahead and used the reponame as the key. >> and would also allow having a mount point with >> caps or the "." character, as requested at the bottom of >> MultipleRepositorySupport. > That's a detail, we can easily get that by splitting at the last "." seen. That will work for "." characters, but not for the case where mount points should have uppercase letters like "MyModule", as the keys are converted to lowercase by ConfigParser. -- Remy
signature.asc
Description: OpenPGP digital signature
