So when I used to make a new release of an existing solution in 2.2.7 developer, and activate it, the server web page would automatically see that. In Servoy 3.5, the same procedure requires a restart of the Servoy Service to see the new release and I assume to make it available to users in client. Why? It means kicking all the users out of the solution just to get a tiny hotfix published.
Not a straight answer to your question, but:
from which I understand and read, you are developing AND have live clients on the same repository??
this is seriously NOT recommended!!
You can get in all kinds of troubles. The forum is full with all kinds of topics on this issue.
The best way is to develop offline (or seperate multidev server) export it from there and upload your solution in the servoy-admin pages on the live-server.
Hey – Thanks for the direction, Harjo. I have a production server with live clients to which I always use the proper import method, and a dev server with just one tester (who is not always on) where I occassionally just tried to get a bit of code out there without the rigamarole. Thanks tho, won’t go that route again.