Eclipse/subversive question

Problems with Java, jogl, etc?
Post Reply
User avatar
gunn
Posts: 323
Joined: Thu 14. Dec 2006, 09:56
Location: TU Berlin
Contact:

Eclipse/subversive question

Post by gunn » Fri 7. May 2010, 11:49

This isn't strictly a jreality question but since it might be useful for others using jReality

Perhaps as a result of "upgrading" from subclipse to subversive, some of my projects are listed as being connected to the wrong svn repository. For example, I have a svn repository

Code: Select all

http://fs.math.tu-berlin.de:8000/svn/gunn
Under this respository I have two projects foo and bar. bar is listed correctly in the Package Explorer as belonging to

Code: Select all

[http://fs.math.tu-berlin.de:8000/svn/gunn/bar: bar] 
but foo gets listed under

Code: Select all

[http://fs.math.tu-berlin.de:8000/svn/gunn/bar: foo] 
Strangely enough, subversive will update project foo, but every step of the process requires a new password authentification.

I know there are ways to disconnect the projects and check them out again with (hopefully) the correct repository, but it would certainly make my life easier if I could just go into a file somewhere and edit the appropriate entries to correct the repository names. Does anyone know where this file might be? It doesn't appear to be under the .svn folder of the project.
jReality core developer

User avatar
gunn
Posts: 323
Joined: Thu 14. Dec 2006, 09:56
Location: TU Berlin
Contact:

Re: Eclipse/subversive question

Post by gunn » Fri 7. May 2010, 12:20

Problem solved!

I used eclipse preferences->team->svn->password management to remove the password saved for

Code: Select all

http://fs.math.tu-berlin.de:8000/svn/gunn/foo
Then, in the svn repository browser I opened the repository

Code: Select all

http://fs.math.tu-berlin.de:8000/svn/gunn
(the root of all the projects, which was not yet open as a separate repository) and used the dialog to save the password for this repository. Now, all the repositories connected to it update correctly without extra authentification.

The fact that the repository associated to project bar is listed in PackageExplorer as

Code: Select all

http://fs.math.tu-berlin.de:8000/svn/foo
doesn't seem to have any influence.
jReality core developer

Post Reply