Book a Demo

Author Topic: Cannot disconnect from SVN  (Read 4722 times)

aloeffen

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Cannot disconnect from SVN
« on: June 07, 2013, 01:21:44 am »
Dear EA people,

I have packages under SVN control. This concerns packages and subpackages; where stubs are used to represent the content of the subpackages.  
Now I'd like to disconnect some subpackage S from version control.  It seems that's not possible; I'll have to disconnect the root package R in order to disconnect the subpackage.  This is of course not what I want as I break the SVN history on the root package R that way.

Is this correct? Why is this so?

I understand it would imply the package R to have to be re-generated (as XMI) and checked-in; but this could well be built; simply check out the R package and ask the user to check it in again, or do this  automatically...

Or am I wrong?

Arjan

Arjan

Stolperwurm

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Cannot disconnect from SVN
« Reply #1 on: June 08, 2013, 01:11:02 am »
Hi Arjan,

  • check out R
  • disconnect S
  • check in R.
Hope that helps

Humbalan

aloeffen

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: Cannot disconnect from SVN
« Reply #2 on: June 11, 2013, 12:12:56 am »
Yes, exactly what I was looking for. Thanks.
Arjan