hg repo external library settings not cloned correct

已回答

HI,

I have a java/groovy project held in a hg repo.

I added .idea/compiler.xml, copyright/profiles_settings.xml, misc.xml, modules.xml and toplevel: projectName.iml and projectNameConfig.xml

I cloned the repo to another machine. There, I changed some external libraries settings and committed this.

When I clone on this second machine, everything is fine, but when I clone to the original machine, the original library settings and not the adapted are there.

So I guess ther must be some settings outside the project directory which 'stick' to the machine.

What do I need to change in order to get the external libraries settings correct on all machines?

Thx

Alex

0

What do you mean by the "External libraries"?

Note that Global Libraries are stored in IDE configuration and cannot be shared with the project, you should use Project Libraries instead.

0
Avatar
Permanently deleted user

Oh, I see. Thanks!

Alex

0

请先登录再写评论。