On May 21, 2010, at 9:18 PM, Ed Leafe wrote:

>>> How do I check that the folders the update is using are the correct ones
>>> and correspond to those I use to run the forms.
>>> 
>>> If it is not a problem of locations any suggestions would be welcome
>>> 
>>> Mike Ayers
>>> 
>>> _______________________________________________
>> 
>> I am seeing the same thing also.
> 
>       I'm not sure why this is happening; I'll look into it tomorrow.


        I think that I see the problem: the __version__.py file in the web 
update is slightly off; for some reason the script that automatically updates 
that file didn't run. The log is below, where you can see that after I 
committed r5765, the auto-increment didn't happen. The next auto-increment 
wasn't until Paul's commit 2 days later.

        Dabo uses __version__.py to track the version of the code that is being 
run, and that is the basis for the web update check. The latest __version__.py 
in web update says it is r5763, while web update thinks that it is r5765. I'll 
change the revision on the server so that it matches the revision in 
__version__.py, and it will no try to update to versions you already have.

> the screen also displays the message the
> "This appears to be the first time you are running Dabo" which is not
> true as It has been running for some time now

        That's a bug that I added when I reshuffled the web update logic to 
update all of Dabo, instead of requiring separate updates for each component. 
To put it simply, I forgot a 'not', which reversed the logic for detecting 
first time usage. I won't be able to push that fix to Web Update until I can 
review the rest of the code to make sure that it's solid, but I'll try to get 
to that in the next few days.

-- Ed Leafe



[...@homer ~/projects/dabo]$ svn log -r 5763:5767
------------------------------------------------------------------------
r5763 | paul | 2010-03-22 11:14:02 -0400 (Mon, 22 Mar 2010) | 1 line

auto-incrementing of revision
------------------------------------------------------------------------
r5764 | ed | 2010-03-22 11:18:13 -0400 (Mon, 22 Mar 2010) | 2 lines

Changed the behavior when attempting to set the Face to a non-existent 
fontface. Instead of throwing an error, an entry is written to the Dabo error 
log describing the issue. 

------------------------------------------------------------------------
r5765 | ed | 2010-03-27 17:17:37 -0400 (Sat, 27 Mar 2010) | 5 lines

Updated dLed to make it data-aware. It can now be bound to a DataSource and 
DataField, and have its Color reflect the underlying boolean value.

Cleaned up the test messages printed for dGrid.


------------------------------------------------------------------------
r5766 | paul | 2010-03-29 05:01:36 -0400 (Mon, 29 Mar 2010) | 2 lines

Fixed ticket #1325

------------------------------------------------------------------------
r5767 | paul | 2010-03-29 05:02:03 -0400 (Mon, 29 Mar 2010) | 1 line

auto-incrementing of revision
------------------------------------------------------------------------

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to