Book a Demo

Author Topic: Version Control Questions  (Read 3191 times)

aineredwahoo

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Version Control Questions
« on: October 10, 2007, 12:50:03 am »
Hi,

I have a couple of Version Control questions that I hope you can help me with.  We are using Subversion.

1. When I check in a modified package, is the entire xmi file posted back to the repository or just its modifications?

2. On a controlled package: if I open the package control options dialog and uncheck "Control Package", the xmi file is removed from my local working copy but that delete is not committed to the repository.  So, if I later do an svn update, the xmi file is restored.  Is this the correct behaviour?  I thought that unchecking "Control Package" would remove the xmi file from the repository.

Thanks,
Aine.

thomaskilian

  • Guest
Re: Version Control Questions
« Reply #1 on: October 10, 2007, 01:13:17 am »
1. is a question to SVN people. Depends where the diff is done (client or server side). I "assume" SVN is doing that on client side and only posting the diffs but I'm not sure about that.

2. Seems to behave not consistent from EA side. Once I deleted packages some were directly deleted from SVN some weren't. I simply looked after it and used SVN Delete to actually delete the package. Someone should report this bug to Sparx. Would you?
« Last Edit: October 10, 2007, 01:13:48 am by thomaskilian »

aineredwahoo

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Version Control Questions
« Reply #2 on: October 10, 2007, 07:21:36 pm »
Thanks Thomas, yes I'll report the bug.
Regards,
Aine