SVN - Servoy 6 - Issue when checkout a project

We are now using Servoy 6.0.3. and SVN for team providing.
Exact same instructions have been followed under http://wiki.servoy.com/display/public/DOCS/SVN+Team+Provider when installing SVN connectivity for Servoy 6 and sharing projects.
After sharing the project in SVN location, project was deleted from the local workspace and tried to checkout the same from SVN.
Our problem is, after the checkingout, solution is not shown under ‘All Solutions’ tree of the Solution Explorer Window.
But when we go to the Java Perspective, checkedout solution is shown. Before deleting
the solution, we checked the team synchronizing and commiting after sharing the solution. Everything was worked perfect.
As an alternative we used ‘Helios - Helios Software Repository’ site to install SVN connectivity.
In that case also we experienced the same as above. When we share a solution from Servoy 5 and checkout it to Servoy 6, it works perfect.
So is there an issue in Servoy 6 SVN sharing solutions or have we done a wrong thing here. Any idea ?

Br,
Chamil.

Hi Chamil,

Can you give us a screenshot of the java perspective where you do see the solutions?
It sounds like you checked out part of the solution or perhaps a folder that the solutions are in (i.e. the solutions are not in the root level of the workspace).

Hi Robert,

We created a solution named ‘TestSVNSolution’ which contains 2 forms (frm_test_svn_1, frm_test_svn_2). That was shared in the SVN location and checked out the solution back. Attached 2 images are shown how it shows in the Solution Explorer and Java perspective respectively.

Please let me know if anything is not clear.

Br,
Chamil.

[attachment=1]After_Checkingout_TestSVNSolution_SolutionExplorer.png[/attachment]
[attachment=0]After_Checkingout_TestSVNSolution_JavaPerspective.png[/attachment]

Hi Chamil,

In the Package Explorer, can you right-click on the TestSVNSolution folder and select “Add/Remove Servoy Solution Nature”.
After you have done this check if it shows up in the Servoy Solution Explorer view.

Hope this helps.

if you go with the SVN Explorer to your solution in the repository
And then you look at the .project file thats in your repository (so the file that you check out) what is the contents of that file?

Hi Robert,

Thanks a lot. That worked. Now everything works fine. I changed the solution, commit it, deleted the solution and checked out again, everything works ok. But would like to know what has been happened actually. Thanks again.

:D :D :D :D :D

Br,
Chamil.

the question is what is the contents of the first revision of the .project file in your svn repository, see my reply above
What you change by adding those natures is that file.

Hi Robert, Johan,

Understood what has happened. Thanks a lot for quick responses. :D

Br,
Chamil.

ok this is because of a ignore pattern that was added by accident in a servoy build, see this bug:

https://support.servoy.com/browse/SVY-1263

Ok the problem is that .* is in your workspace currently ignored
See Preferences->Team->Ignored Resources

Remove that one from there, then it will work again, this was by accident added in a build, a new install will not do that anymore, but existing installs must remove it them selfs.

Has this issue been fixed in 6.0.5? I can’t see the ticket to verify

yes it is already fixed, but only for new installs, if you have a existing install that you upgrade you have to remove the ignore entry your self.