Page 3 of 3

Re: TIP: Choosing an SVN Client for Eclipse

PostPosted: Tue Nov 23, 2010 6:16 pm
by tgs
ROCLASI wrote:This way you have one workspace that is for internal use and one for the external SVN.

Hi Robert,

two workspaces? Why not? That's cool and helps a lot!

Re: TIP: Choosing an SVN Client for Eclipse

PostPosted: Tue Nov 23, 2010 10:15 pm
by tgs
I have shared my projects to the svn repository. When I checkout a solution on an other computer I'm missing my styles.
How can I share/checkout my styles?

Re: TIP: Choosing an SVN Client for Eclipse

PostPosted: Tue Nov 23, 2010 10:54 pm
by ROCLASI
Hi Thomas,

Styles are stored in the resources 'project'. Just right-click the resources node and share it.

Re: TIP: Choosing an SVN Client for Eclipse

PostPosted: Wed Nov 24, 2010 6:26 pm
by tgs
OK Robert,

I have shared also my Resources to the SVN server and..... how wonder..... I could checkout my styles!

But now I'm struggeling to get a solution from the SVN Repository server by checking out on my MacBook (Mac OS X, Servoy 522).
I'm connected to the SVN Repository. I see all my projects listed in the SVN Repository view. When I rightclick on a item and "Checkout...", the workspace is successfully transfered to my local workspace.
But I have no solutions in the "Solution Explorer"!? On Windows it works as expected. Why not on my MacBook, running Mac OS X?

Thomas

Re: TIP: Choosing an SVN Client for Eclipse

PostPosted: Wed Nov 24, 2010 7:51 pm
by ROCLASI
Hi Thomas,

You need to check out the whole resources project, not the file(s) in the resources or else the end up in the wrong place in your workspace.

Re: TIP: Choosing an SVN Client for Eclipse

PostPosted: Wed Nov 24, 2010 10:30 pm
by tgs
Thank you Robert,

I got it to checkout my solutions and gambled a bit with SVN repository server.
For my projects I think SVN is much better than team support by servoy repository, but even different to handle.

Thomas