[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Updating proprietary product-file code
From: |
Greg Chicares |
Subject: |
Re: [lmi] Updating proprietary product-file code |
Date: |
Wed, 05 May 2010 16:16:32 +0000 |
User-agent: |
Thunderbird 2.0.0.24 (Windows/20100228) |
On 2010-05-02 03:09Z, Greg Chicares wrote:
> On 2010-05-01 16:56Z, Greg Chicares wrote:
>> On 2010-04-29 19:16Z, Greg Chicares wrote:
>>> On 2010-04-28 12:33Z, Greg Chicares wrote:
>>>> On 2010-04-27 14:33Z, Greg Chicares wrote:
>>>>> On 2010-04-26 14:14Z, Greg Chicares wrote:
>>>>>> On 2010-04-26 12:42Z, Greg Chicares wrote:
>>>>>>> On 2010-04-23 23:57Z, Greg Chicares wrote:
>>>>>>>> On 2010-04-07 11:47Z, Greg Chicares wrote:
>>>>>>>>> On 2010-04-05 19:52Z, Greg Chicares wrote:
>>>>>>>>>> On 2010-04-02 13:55Z, Greg Chicares wrote:
>>>>>>>>>>> On 2010-04-01 03:13Z, Greg Chicares wrote:
>>>>>>>>>>>> The svn repository is self-consistent, but if you have proprietary
>>>>>>>>>>>> code that writes product files, you need to update it. Here are
>>>>>>>>>>>> the commands I used for the last two svn updates:
Similarly:
20100505T1612Z
Rename two classes.
/lmi/src/products/src[0]$sed -i my_db.cpp -e 's/TDBValue/database_entity/g' \
-e 's/TDatabase/product_database/g'