Book a Demo

Author Topic: nested package version control  (Read 2754 times)

ericf

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
nested package version control
« on: July 13, 2005, 10:03:25 am »
Is anyone successfully using nested package version control in 5.0, build 767?  I've got a VC'ed package that contains another VC'ed package.  If I get the outer package, I see the stub for the inner package as expected.  But, contrary to the docs, I cannot do a GetAllLatest on the outer package to retrieve the inner package (the menu item is greyed out).  I can do a GetAllLatest on the stub package, but it doesn't do anything.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: nested package version control
« Reply #1 on: July 13, 2005, 03:49:37 pm »
Try doing a get all latest on a non-version controlled package.  (eg. Package above your version controlled package)  GetAllLatest is disabled on all version controlled packages.

It works for me.

Simon

ericf

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: nested package version control
« Reply #2 on: July 13, 2005, 05:02:00 pm »
The outer package is a "View" package, so the only higher than that is the Views root package.  And doing GetallLatest on that doesn't result in any change.  Did you try it at that level?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: nested package version control
« Reply #3 on: July 13, 2005, 05:23:50 pm »
I did now.  It worked as expected.

What Version Control software are you using?  I'm using CVS.

Other than that, I'm out of ideas.  I recommend sending an email to [email protected] with a detailed description of the problem.  There are other people here that know more about version control than I do.

Simon