[Eric] Re: Re: Automatic update of files from SVN

Detlev Offenbach detlev at die-offenbachs.de
Mon Apr 20 18:09:17 BST 2009


On Sonntag, 19. April 2009, Marco wrote:
> Detlev Offenbach wrote:
> > On Mittwoch, 15. April 2009, Marco wrote:
> >> Detlev Offenbach wrote:
> >> > On Mittwoch, 15. April 2009, Marco wrote:
> >> >> Hi,
> >> >>
> >> >> I would like Eric to automatically update files which have
> >> >> change in a SVN repository. Eric polls SVN regularly for changed
> >> >> files of a project. How can I configure it to immediately
> >> >> upgrade changed files from repository?
> >> >
> >> > You can't and it is not a good idea because an update might overwrite
> >> > changes you made to afile but haven't saved.
> >>
> >> There is no risk of a simultaneous change since I want to use it just to
> >> download back results from server processes.
> >
> > I'll include such a function. However, it will not be enabled by default
> > and has to be enabled via the configuration dialog.
>
> Hi Detlev,
>
> That is really great. Thx.
>
> How about my other request for diabling sorting in the browser? This
> feature is a true K.O. criteria because the order of functions and sub
> function has important semantic for my use case.
>

That is unlikely to be implemented because of the way the module parser works. 
It stores the results in Python dictionaries and these do not have a sense of 
ordering. That means you will get the data back in a different oredr than you 
stored it.

Regards,
Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the Eric mailing list