We have a rather large library that we need to periodically import (and then patch) to our code base.
The SVN Book seems to reccomend a "vendor branch" scheme where we keep our patched version of the "vendor drops". This would work, except that the vendor also uses SVN and gives us read access to their reop.
It would be great to have access to history of the vendor files when we need to update our patches.
So my question is:
Is there a way to have a patched "vendor branch" that also somehow keeps access to the history for the vendor files?
(I've seen mention of svn:external folders, but I'm not sure I really understand the full ramifications in terms of pegging a revision, nor how exactly we would maintain our own patches against that.)
What is the correct route to take here? (FWIW, the vendor releases once a month. We intend to pull updates about once/twice a year.)
Thanks