installing SVN problem in Servoy 5.01

Hi,

i wanted to install SVN in Servoy 5.0.1 on Windows 7, but I got an error (it worked fine last week on my OSX machine)

I choose: Install new software:
[attachment=1]galileo_svn_choose.png[/attachment]

after that I get this error:
[attachment=0]install_error.png[/attachment]

Anyone knows, what is going on here?

Hi Harjo,

I saw the same thing. I did the following to solve it.
Open Eclipse preferences > Install/Update > Available Software Sites.
Select the Galileo location (first row) and hit the Test Connection button. It re-downloaded the download information and after this the installation did worked fine for me.

Hope this helps.

Hi Harjo,

I had a servoy 5.0 installation on Windows 7 ( and oracle).

To simulate Your problem I upgraded it to 5.0.1 and then installed Svn.

It installed without any problems, so it seems to be a specific issue on your environment.

Regards,

Hans

Hi Hans,

For me it happend on Mac OS X 10.6 and a clean install of Servoy 5.0.1 (5.1 is not out yet).
I don’t know if Harjo also did a clean install on his Windows 7 environment.

indeed i meant 5.0.1, I changed that.

It was a clean install of 5.0.1 on Windows 7

Robert, workaround, fixed it!
thanks! :-)

Hi all!

I currently use svn - subeclipse

I had been trying to change my credentials and my svn conexions but I didn´t find where.

In svn subversive, it was very easy on right click over my conexion - properties.

Someone know how do this.

Best regards,

problem is that Subclipse is just a wrapper around the actual svn client adapter (JavaHL binary for example)
So subclipse itself doesnt do anything with the credentials thats something the client adapter layer handles

So if you would use besides Subclipse also another client (like command line) they all would use the same stuff.
this is why Subclipse doesnt touch that data because its not subclipse data.

if you want to clean it out for me it on windows7 it is here:

C:\Users[USERNAME]\AppData\Roaming\Subversion

i guess if you would throw away the contents of that dir it would ask for your credentials again

I think your passwords are really stored in the auth\svn.simple subdir.

Hi Johan!

It works fine.

I changed file in this path:

path =C:\Users\userPC\AppData\Roaming\Subversion\auth\svn.simple

How you had said Johan. In this path there is a file.

At end of this file I changed myUser, and it asks me for credentials

https://myIp:443 Subversion Repositories K 8usernameV 4myUserEND

Thank you very much.