Styles are locking me out

I’m trying to import a new solution in Servoy 4, but I keep getting this message:
com.servoy.j2db.persistence.RepositoryException: A different style with the name ‘stylename’ already exists, but the import is protected. Rename or remove the style in the repository.

How do actually remove the style from the repository? I tried removing in developer and then committing: nothing.
Syncronize doesn’t remove the style and update, of course, bring the style also back in developer…

Just to be sure, I placed a new repository, imported the new solution and it worked. Then I tried to import the old one (the other one using the same styles) and I get the same errors.

Removing the import styles option doesn’t solve the problem.

there is an issue with deleting styles using Servoy’s team provider, that has been fixed in the next release

Gabi Boros:
there is an issue with deleting styles using Servoy’s team provider, that has been fixed in the next release

Thanks, Gabi.

Same problem here! We are using Servoy version 4.1.3 -build 672

We have deleted all the solutions (we had 2 different solutions).
When we try to import our solution we get:

[error] com.servoy.j2db.persistence.RepositoryException: A different style with the name ‘Elite’ already exists, but the import is protected. Rename or remove the style in the repository.

And when we try a clean import, as the solution is protected by a password when you try to check it out, we get:

[error] com.servoy.j2db.persistence.RepositoryException: The import is protected, clean import not permitted.

We have tried with TeamProvider off, but we still have the same errors :(
What can we do?

Foobrother,

You could try deleting the offending style in your eclipse environment (using the team provider) and commit that.
This should delete the style from the repository and allow the import.

Rob

Actually, I’ll have to recreate it with another name because I need it for my forms but I’ll try that.

Thx