ISO-TC211 / HMMG

ISO/TC211 Harmonized Model Maintenance Group. Repository for information about the harmonized model.
14 stars 3 forks source link

cannot update models in EA #26

Closed tomkralidis closed 5 years ago

tomkralidis commented 5 years ago

Using EA 13.5, when working through https://github.com/ISO-TC211/HMMG/wiki/Connecting-to-the-Harmonized-Model-Repository, I encounter an error when trying to 'Get All Latest':

unnamed

Choosing 'Yes' or 'No' makes no difference, and the model remains an empty shell. Any idea what I’m doing wrong here?

jetgeo commented 5 years ago

Hi Tom, is this a new error, i.e. have you been able to update before?

tomkralidis commented 5 years ago

@jetgeo yes this is new for me. I've been able to update in the past.

jetgeo commented 5 years ago

Hm, it's difficult to say what's wrong. It works for me with EA 13.0.1310 (guess I should have updated :)) Some suggested actions for identifying the error:

You can test whether you are able to perform an svn update in Windows Explorer. If not, the problem is in your connection to the SVN repository.

You can download the latest EA project with the model from https://github.com/ISO-TC211/HMMG/blob/master/EA/ISOTC211_HM.eap and test if you are able to update in that project. If so, the problem may be in your EA project.

Have you tried updating with this EA version before?

tomkralidis commented 5 years ago

@jetgeo thanks for the info. I get the exact same problem when trying to connect.

Thinking more, this may indeed be the first time I am trying with EA 13.5 (new laptop/new version).

jetgeo commented 5 years ago

Hi, I have upgraded to EA Version 14 on a new laptop now, and it seems to work just fine. Are you able to run an svn update in Windows Explorer? I suspect that you may have set the wrong path to the working copy in EA, ref this figure: https://github.com/ISO-TC211/HMMG/raw/master/WikiIllustrations/EA_Version_Control_Settings.png. I suggest that you check if the path where you actually have the xmi files match the path in EA.

tomkralidis commented 5 years ago

It turns out the problem was rooted in invalid HTTPS certificate issues that needed to be cleared / reset across many places on my laptop. Resetting these in my SVN client seemed to do the trick.

Sent from my iPhone

On Nov 5, 2018, at 15:06, Knut Jetlund notifications@github.com wrote:

Hi, I have upgraded to EA Version 14 on a new laptop now, and it seems to work just fine. Are you able to run an svn update in Windows Explorer? I suspect that you may have set the wrong path to the working copy in EA, ref this figure: https://github.com/ISO-TC211/HMMG/raw/master/WikiIllustrations/EA_Version_Control_Settings.png. I suggest that you check if the path where you actually have the xmi files match the path in EA.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jetgeo commented 5 years ago

Ok, good to hear that you were able to fix it :).