Book a Demo

Author Topic: checking out package/ get latest  (Read 3844 times)

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
checking out package/ get latest
« on: February 01, 2012, 05:34:31 am »
why When I check out a package it also get latest version of that package?

I wana try to check out a package and than "merge to baseline" not both at the same time

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: checking out package/ get latest
« Reply #1 on: February 01, 2012, 08:51:57 pm »
Yes AFAIK it will do a getLatest before enabling writing.
If you want to avoid that you'll have to checkout the file from your version control system (outside of EA) and then synchronize the status.

Geert

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: checking out package/ get latest
« Reply #2 on: February 02, 2012, 03:24:00 am »
Thanks Geert! (that helps)

i'm using ver. 9.2 and I ask that question because I was able to comapre the package to latest version of that package.

do you any method or trick! :) that let you compare to any version of the pcakage you want? (without the use of "create a baseline)

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: checking out package/ get latest
« Reply #3 on: February 02, 2012, 04:10:17 am »
I think I got it please correct me if I'm wrong.

Package Control --> File history--> select version and press "retrieve"
not  "checkout" since "checkout" will make that the selected version the latest which means you can't see any difference when you say "compare to version controll".

So when you click "retrieve" I was able to to compare to the latest one.

Is there any way to compare ANY 2 revisions(not with latest)  within EA? If not than how would guys usually compare 2 versions (in a third party VC!! and how would you tell the exact difference)?

Note: I'm trying to use the built in comaprisons one for a simple reason coz EA provide a "list" of changes and sometimes "graphical" for diagrams.

Thanks

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: checking out package/ get latest
« Reply #4 on: February 02, 2012, 03:15:32 pm »
Quote
Is there any way to compare ANY 2 revisions(not with latest)  within EA? If not than how would guys usually compare 2 versions (in a third party VC!! and how would you tell the exact difference)?
The only way I know it to use a copy of the model. Then import one of the two versions into the model, and then compare to the other version the usual way.

Geert

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: checking out package/ get latest
« Reply #5 on: February 03, 2012, 03:24:29 am »
Thx Geert