Book a Demo

Author Topic: EA hangs after saving VC settings  (Read 3397 times)

ebeb

  • EA User
  • **
  • Posts: 169
  • Karma: +0/-0
    • View Profile
EA hangs after saving VC settings
« on: December 30, 2009, 09:38:51 pm »
Hi!

I've been working with VC quite a while with a colleague and it seems to work quite well. But recently, I wanted to set up EA for that project for another colleague.

After opening the project (eap on a shared drive), the VC settings pop up and ask to be set up. I choose the existing VC profile (SVN), choose the XMI location and the svn exe location.

After that, I clicked on "Save". Then, EA hangs and won't respond at all. I have to kill the process. On my machine, everything still works as expected.

What could be the problem?

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: EA hangs after saving VC settings
« Reply #1 on: December 30, 2009, 09:49:01 pm »
Jan,

Have you checked the permissions of that colleague to the SVN repository?
It is probably an issue with user rights or something like that.
I had a similar issue with TFS, but that was because i didn't create a separate workspace for EA alone.
That somehow resulted in EA asking TFS for a list of ALL the file in there, which took a bit too long and got stuck somewhere.

It might be that this issue is somehow similar. If I were you I would try and find out what commands are being send to SVN.

Geert



ebeb

  • EA User
  • **
  • Posts: 169
  • Karma: +0/-0
    • View Profile
Re: EA hangs after saving VC settings
« Reply #2 on: January 05, 2010, 10:24:49 pm »
Hi!

Ok, I managed to find out the cause and worked around the problem. At the moment the save button is clicked, EA issues the following command:

Code: [Select]
svn  info --xml --incremental "https://<server>:9443/<repo url>"
This command hangs. I killed the SVN process and issued the command on command line. SVN requests and authentication by entering my the password and accepting the security certificate.

EA seems not able to handle this case - neither to ask for manual authentication nor by displaying an error message.

Once, I manually run the SVN command and entered the necessary infos, EA VC config save runs without problems.

Create an issue?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: EA hangs after saving VC settings
« Reply #3 on: January 05, 2010, 10:57:51 pm »
Jan,

I would definitely create an issue.
Hopefully the Sparxians come up with a solution.

Geert

ebeb

  • EA User
  • **
  • Posts: 169
  • Karma: +0/-0
    • View Profile
Re: EA hangs after saving VC settings
« Reply #4 on: January 06, 2010, 12:01:01 am »
Done. Let's see what happens, I still have no response on my other pending issue....

-J