Re: Handling non-sequential vendor releases

2012-08-29 Thread Stefan Sperling
On Wed, Aug 29, 2012 at 04:02:40PM -0400, Ryan Lange wrote: > Now, instead of importing the vendor's 1.0.1 package into current, I > would import it into 1.0.1. This seems like a much cleaner solution > to me, but I'm always afraid that there's something I'm missing. Can > anyone see anything wrong

Handling non-sequential vendor releases

2012-08-29 Thread Ryan Lange
Hi all, I've been thinking up a repository structure for some personal projects that I am planning. These projects are extensions for a third-party application, so, naturally, I want to keep versions of this third-party application in a vendor branch so that they're available to test against.