Hey there Sam,

On 3/8/07, Samuel DeVore <[EMAIL PROTECTED]> wrote:
>
>
>
> for the vendors I live by the
> <
> http://svnbook.red-bean.com/nightly/en/svn.advanced.vendorbr.html#svn.advanced.vendorbr.svn_load_dirs
> >
> script makes life much easier for me.


I take it this means you use  the vendors directory in the root of the repo
for the initial vendor drops, then tag each drop and merge the changes
between 'current' and the previous tag into the vendors directory in the
cake or app directoies, e.g.

repo
    trunk
        app
            controllers
            ....
            ....
            vendors <-----
        cake                   |------ changes merged from below into here
        vendors  <-------

    branches
    tags
    vendor <----vendor drops of cake, external calsses etc go here
        cake
            current
            1.1.2.xxx
            1.1.3.xxx
            etc...
        some_lib
            current
            1.0.1
            1.1.2
            etc...

Is this along the lines of what you're doing?

Cheers,

Sonic

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to