svn:externals saved our butts on a lot of that. We setup ZF as externals in our projects so every time a new instance of the project is checked out, the ZF library is local to the product in the htdocs folder. I realize lots of people like using a central ZF library, but keeping them as externals is the best way to keep your application dependencies on ZF (and any other library) in your repo. We also support about 30 applications, so its not feasible for all of those to use the same ZF library or all we would ever do is update applications to use a new version of the framework.
- Jason On Fri, Aug 6, 2010 at 2:14 PM, Paul <[email protected]> wrote: > Well Tortoise Subversion is just a svn client. I have that all sorted. > The issue is where are the local copies stored. Centralized dev server or > each developer local machine. Wanted to see most organizations do, and some > best practices. > > > On 8/6/2010 1:51 PM, Deborah Dalcin wrote: > > Should also check out tortoise subversion. It's not without it's problems, > but it's a pretty solid tool. > > On Fri, Aug 6, 2010 at 12:18 PM, Paul <[email protected]> wrote: > >> We currently use PHING, I have heard of Apache Maven, will look into this. >> >> On 8/6/2010 12:00 PM, Hector Virgen wrote: >> >>> Apache Maven >>> >> > > > -- > www.pseudoworlds.gibbserv.net/mms > www.killk.gibbserv.net > > -- Jason Austin Senior Solutions Implementation Engineer NCSU - OIT - Outreach Technology [email protected]
