On Mar 9, 11:40 am, "AD7six" <[EMAIL PROTECTED]> wrote:
> On Mar 7, 9:00 pm, "Sonic Baker" <[EMAIL PROTECTED]> wrote:
>
>
>
> > On 3/5/07, AD7six <[EMAIL PROTECTED]> wrote:
>
> > > On Mar 5, 9:52 pm, "Sonic Baker" <[EMAIL PROTECTED]> wrote:
> > > > Hi bakers,
>
> > > > I know this has been touched on before but I would like to pay a revisit
> > > if
> > > > you'll bare with me for a few minutes. With the advent of cakePHP 1.2 on
> > > the
> > > > horizon people have been coming out with some nice additions to the
> > > > framework which require external libraries to be added to the Global
> > > > 'Vendors' directory. Since I usually only keep my 'app' directory under
> > > > version control this causes me re-think my practices once again.
> > > > Therefore, I was wondering if you would take a minute to share your
> > > version
> > > > control strategies so we may see a show of hands and see the most common
> > > > set-ups used.
> > > > So, which of the following set-ups do you use:
>
> > > > (a) Keep your entire cake installation with your application in your own
> > > > Repository and merge new changes as necessary with every new release
> > > drop.
>
> > > > (b) Keep your entire cake installation with your application in your own
> > > > Repository and use svn::externals to point the framework files to the
> > > > cakePHP repository.
>
> > > That's me too. externals only for the cake folder.
>
> > Hi there AD7six,
> > Do you mean only the 'cake' subfolder within the framework?
>
> Hi Sonic,
>
> I always use a modified production style install so that everything is
> out of the webroot even on shared hosts.
>
> The simple view of what I have is the following:
>
> webroot/
> .htaccess
> index.php
> css/
> img/
> files/
> private_files/
> app/
> cake/*
> vendors/
>
> The cake folder is the only thing that is an external. Everything else
> is 'just' in my svn repository.
>
> If you wanted to be 100% covered you could set up your repository as:
> Create vendor branch for cake
For clarity that should read "Create vendor branch from a full
download (meaing the whole zip app/ cake/ etc)"
Cheers,
AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---