Book a Demo

Author Topic: Can't remove packages from Subversion control  (Read 2736 times)

shaoyun

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Can't remove packages from Subversion control
« on: October 15, 2007, 04:06:50 am »
Since my computer crashed, I had to reinstall my computer and EA. There are some modified packages under SVN's version control in my EA project and they have not been checked back in.

When I opened my project after the reinstallation, I could not do any action on these packages such as "Check out/Check in" which are disabled. Only "Check in Branches" is enabled but does not work.

I even tried to remove the packages from version control completely but failed because the packages cannot be checked in.

Can anyone help me with this problem? How can I remove the packages from version control?

Thank you very much in advance!
« Last Edit: October 15, 2007, 10:16:30 am by shaoyun »

peter.zrnko

  • EA User
  • **
  • Posts: 253
  • Karma: +0/-0
    • View Profile
Re: Can't remove packages from Subversion control
« Reply #1 on: October 15, 2007, 11:42:52 am »
Are your Version control settings in EA correct? Do you have a working copy of your SVN repository? (Try to make a new package and set it as controlled and use the same Version control settings. If you do not succeed your Version control settings aren't correct.)

If your Version control settings are correct, then maybe EA thinks the package is checked outed and in the working copy of your SVN repository it isn't. Try to check it manually using SVN. Then reopen your EA project and try to check your package in.
Peter

thomaskilian

  • Guest
Re: Can't remove packages from Subversion control
« Reply #2 on: October 15, 2007, 01:52:53 pm »
If you have Tortoise installed try also to run Cleanup from the context. Also if the crash occured during check-in the XMI files might be corrupted. You should backup your database. Try to re-import the XMIs and set them under version control once again. If the import crashes, use your database backup to re-create the XMI manualy. Then try once again.

shaoyun

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Can't remove packages from Subversion control
« Reply #3 on: October 16, 2007, 01:48:55 am »
I tried both suggestions, but my problem still existed.

when I imported XMI files, EA crashed unfortunately.

I disconnected the network and restarted EA. Then the version control could be removed. After I removed the SVN control and readded the packages under the control, it works fine.

Thanks a lot for your replies.