but it seems tantalisingly like Git could be used for it :-)
Patrick Altman
@paltman
yeah
it might be worth experimenting with a pinax-project repo
put zero on master and then branch from there
account branch for PPA for example
then if PPA had versions it would breanch from account to things like account-1.2, account-1.2
i’d like to revisit this as branches
as that seems like that is really what they are
long lived branches
i guess the only difference with a typical branch is that they are never designed to merge upstream
but only get updates from upstream
James Tauber
@jtauber
it occurs to me that locally you could have, say, PPA, with two remotes set up: one the master of the PPA repo and one the PPA-branch of the pinax-project repo. That’s how you could basically keep them in sync