On 13/09/16 00:34, Ryan J Ollos wrote:
On Mon, Sep 12, 2016 at 4:09 PM Gary <[email protected]> wrote:
I am a bit confused over the github mirror for bloodhound as it appears
to lack some of the organisation provided by the ASF hosted svn repo.
Specifically I am wondering where the vendor branches for trac are. Am I
missing something?
Cheers,
Gary
My experience is that the repository layout must be defined in the
mirroring configuration, so the configuration is probably a generic trunk,
branches, tags layout that hasn't accounted for "site" and "vendor". I
imagine we could contact INFRA about this, or move vendor to
branches/vendor.
- Ryan
Interesting. I'd probably keep the vendor branches separate myself. The
vendor branches are one way to keep some clarity about a patched
external library. You can see
http://svnbook.red-bean.com/en/1.8/svn.advanced.vendorbr.html for more
details of that.
In the github forking world there may be other means that are preferred
for having a patched version of a library, possibly keeping a fork of
the project as part of the organisation. I don't know if that is normal
for the apache github organisation.
Cheers,
Gary