SVN - Servoy 6 - Issue when checkout a project

Questions and answers for all installation-related topics for Servoy products

SVN - Servoy 6 - Issue when checkout a project

Postby dacrawinath » Wed Dec 21, 2011 2:18 pm

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 - http://download.eclipse.org/releases/helios' 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.
dacrawinath
 
Posts: 18
Joined: Mon Sep 29, 2008 8:38 am

Re: SVN - Servoy 6 - Issue when checkout a project

Postby ROCLASI » Wed Dec 21, 2011 2:44 pm

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).
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Re: SVN - Servoy 6 - Issue when checkout a project

Postby dacrawinath » Wed Dec 21, 2011 3:24 pm

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.

After_Checkingout_TestSVNSolution_SolutionExplorer.png
After Checking out TestSVNSolution (Solution Explorer)
After_Checkingout_TestSVNSolution_SolutionExplorer.png (33.74 KiB) Viewed 9042 times

After_Checkingout_TestSVNSolution_JavaPerspective.png
After Checking out TestSVNSolution (Java Perspective)
After_Checkingout_TestSVNSolution_JavaPerspective.png (25.55 KiB) Viewed 9042 times
dacrawinath
 
Posts: 18
Joined: Mon Sep 29, 2008 8:38 am

Re: SVN - Servoy 6 - Issue when checkout a project

Postby ROCLASI » Wed Dec 21, 2011 3:50 pm

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.
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Re: SVN - Servoy 6 - Issue when checkout a project

Postby jcompagner » Wed Dec 21, 2011 3:56 pm

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?
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: SVN - Servoy 6 - Issue when checkout a project

Postby dacrawinath » Wed Dec 21, 2011 4:10 pm

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.
dacrawinath
 
Posts: 18
Joined: Mon Sep 29, 2008 8:38 am

Re: SVN - Servoy 6 - Issue when checkout a project

Postby jcompagner » Wed Dec 21, 2011 4:14 pm

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.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: SVN - Servoy 6 - Issue when checkout a project

Postby dacrawinath » Thu Dec 22, 2011 6:28 am

Hi Robert, Johan,

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

Br,
Chamil.
dacrawinath
 
Posts: 18
Joined: Mon Sep 29, 2008 8:38 am

Re: SVN - Servoy 6 - Issue when checkout a project

Postby jcompagner » Thu Dec 22, 2011 5:13 pm

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.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: SVN - Servoy 6 - Issue when checkout a project

Postby p.blitz » Tue Jan 31, 2012 2:56 pm

Has this issue been fixed in 6.0.5? I can't see the ticket to verify
Developer of the AppConKit - create native mobile apps with Servoy
p.blitz
 
Posts: 20
Joined: Tue Jan 31, 2012 2:56 pm
Location: Munich, Germany

Re: SVN - Servoy 6 - Issue when checkout a project

Postby jcompagner » Tue Jan 31, 2012 4:00 pm

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.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet


Return to Installation

Who is online

Users browsing this forum: No registered users and 5 guests