[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.epf] Re: Migration to newever library version
|
Hello.
You cannot load multiple versions of the same plugin into the same library.
All library elements are identified by global unique ids and hence such ids
needs to be unique. To get more than one copy of an element you need to use
the copy operation in the library view. In general we recommend to use a
version control system like Rational ClearCase which allows you to label and
restore old versions of whole groups of files.
Best regards,
Peter.
P.S.: Surely they should not be an exception when loading the same content
twice, but an error message. Please, file a bugzilla with reproducible
steps.
"K.Benameur" <benameur@xxxxxxxxxxx> wrote in message
news:f973f4$goo$1@xxxxxxxxxxxxxxxxxxxx
> Hi all,
>
> It is a very good question. May be it can be addressed by an update of an
> existing guideline as the Development Guideline ?
>
> I think that we should have a "recommended" procedure from the EPF team to
> update plug-ins to a new version.
> It is now a fairly common scenario that multiple versions of the same
> plug-ins are out.
>
> And it is not only related to Open Up but for any library / plug-in as
> part of the development process (we are developing our own library /
> plug-ins without Open Up).
>
>
> In short, what is the recommended procedure to migrate to a new version ?
> Do we have to export / import ? What are the risks? What we may lose ?
>
>
> Best Regards
>
>