When defining mirrors, do you prefer to use a different id, or are
there any problems with reusing the id for the repo being mirrored?
In other words, would you do this:
<mirror>
<id>m-internal</id> <------ different id
<mirrorOf>internal</mirrorOf>
<url>...</url>
</mirror>
or this
<mirror>
<id>internal</id>
<mirrorOf>internal</mirrorOf>
<url>...</url>
</mirror>
?
Background: In order to use mirrorOf=*, I find that I have to define
a mirror for all of the repositories I want to allow access to, and
then choose one of those as mirrorOf=* to catch any unwanted extras.
(I don't have a single repo that has everything in it.)
Thanks,
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]