No Repository Found

I have my solution running under SVN now (Subversive - ProjectLocker) and tried for the first time to import a new test solution (actually the VUG solution from last night!).

The Servoy Server admin page gives me the following message when I click Solutions:

Could not load solution list: No repository was found. Please check if the server is started in Team Developer mode, or if the repository server is started.

Did I miss a trick here? Do I need to do something different in order to import solutions now I’m using SVN?

Appreciate Feedback.

in 4.1 this is a bit tricky yes, In 4.2 you can just import solution files through the serclipse user interface

But if you use SVN you have disabled “startRepositoryAsTeamProvider” in the admin pages.

you can quickly turn that on. then import your solution through the admin pages, check it out and you can turn that setting back to false.

jcompagner:
in 4.1 this is a bit tricky yes, In 4.2 you can just import solution files through the serclipse user interface

But if you use SVN you have disabled “startRepositoryAsTeamProvider” in the admin pages.

you can quickly turn that on. then import your solution through the admin pages, check it out and you can turn that setting back to false.

Thanks Johan - agin it need the sample Dbs which I dont have (running MySQL). Is there a way to get the sample Db’s into MySQL?

what you can try is make a default servoy install

export then the sample that we make (or create quickly a simple sample that touches all the wanted tables) with sample data

then import it into a mysql server.

jcompagner:
what you can try is make a default servoy install

export then the sample that we make (or create quickly a simple sample that touches all the wanted tables) with sample data

then import it into a mysql server.

Cheers Johan