Hi Dan,

I don't know if this would be appropriate for your situation or not, but
the framework is available via Subversion (SVN), which can help
facilitate updates.

For example, if you want your development machine to be on the bleeding
edge of the framework, you can simply 'svn update' your working copy
from the HEAD of the repository.

Externals definitions are also nice when you have your application code
managed with SVN. Such a setup allows your framework library copy to be
 pinned to a particular revision or updated to HEAD. See
http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html for
more information about svn:externals.

Of course, if your code changes are substantial, you may have to edit
conflicts from such updates, but the costs may be worth the benefits.

Best regards,
Darby

Dan Rossi wrote:
> Not really only used it for a week and had to hack up view renderer
> classes for the template engine I use which sits in the Views directory,
> so would have to copy it over all the time.
> 
> Thomas Weidner wrote:
>> Hy Dan,
>>
>> actually you have to download the new release and just copy it over
>> the old one.
>> That's all...
>>
>> Easy isn't it ? ;-)
>>
>> Greetings
>> Thomas
>> I18N Team Leader
>>
>> ----- Original Message ----- From: "Dan Rossi" <[EMAIL PROTECTED]>
>> To: "Andi Gutmans" <[EMAIL PROTECTED]>
>> Cc: "Darby Felton" <[EMAIL PROTECTED]>; <[email protected]>
>> Sent: Tuesday, July 31, 2007 6:39 AM
>> Subject: Re: [fw-general] Zend Framework 1.0.1 released
>>
>>
>>> Hi, im very new here, is there a PEAR like installer to run the
>>> update or does it have to be overwritten all the time ?
>>>
>>> Andi Gutmans wrote:
>>>> Thanks Darby and all the rest for getting this out the door!
>>>>
>>>>> -----Original Message-----
>>>>> From: Darby Felton [mailto:[EMAIL PROTECTED] Sent: Monday, July 30,
>>>>> 2007 1:14 PM
>>>>> To: [EMAIL PROTECTED]; [email protected]
>>>>> Subject: [fw-general] Zend Framework 1.0.1 released
>>>>>
>>>>> Hi everyone,
>>>>>
>>>>> It is my pleasure to announce the release of Zend Framework 1.0.1,
>>>>> available now at http://framework.zend.com.
>>>>>
>>>>> This mini release includes fixes for 33 issues since the 1.0.0
>>>>> release only a month ago. These issues are generally bug fixes and
>>>>> improvements, though some feature additions have been included with
>>>>> this release.
>>>>>
>>>>> This release includes enforcement of our new policy of only
>>>>> publishing documentation translations that are at least 50%
>>>>> complete. At this time the published translations are Japanese,
>>>>> German, French, and Russian.
>>>>>
>>>>> Also noteworthy for the 1.0.1 release are many improvements for
>>>>> Zend_Gdata and numerous bug fixes for Zend_Db.
>>>>>
>>>>> More significant enhancements and feature additions are scheduled
>>>>> for the upcoming minor release, 1.1.0, which should be in early
>>>>> September.
>>>>>
>>>>> If you are interested in proposed Zend Framework improvements and
>>>>> new Zend Framework components, please check out the proposals page:
>>>>>
>>>>> http://framework.zend.com/wiki/x/Lw
>>>>>
>>>>> Many thanks to all the Zend Framework contributors who make these
>>>>> releases possible!
>>>>>
>>>>> Best regards,
>>>>> Darby
>>>>>
>>>>>
>>>>
>>>>
>>
> 
> 

Reply via email to