On Thu, Sep 10, 2009 at 6:07 PM, Eugene Kononov <[email protected]>wrote:
> > > >> I am looking to upgrade from JBT 7.02 to 7.04 and am wondering what >> the best method is. >> >> I can always set it up just like a fresh project within eclipse, but >> will have to manually add my indicators, strategy classes and update >> with any other modifications (basically new methods in contract >> factory). Is this how everyone does an upgrade or is there a more >> automated way (eg: apply a patch?) >> > > > I recommend using a directory comparison utility, such as Beyond Compare, > or similar. > http://www.scootersoftware.com/moreinfo.php > The best way is the following: - svn checkout http://anyversion - do your stuff - svn update -r 1234 or svn switch (if Eugene would like to tag the versions) Thus you won't loose you changes AND it will notice any conflict. -- Florent, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JBookTrader" 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/jbooktrader?hl=en -~----------~----~----~----~------~----~------~--~---
