Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
In Eclipse, I 've have a multiproject open like this: myproj- simple project myproj/myproj-api - java project myproj/myproj-gui - java project Which subversion plugin for eclipse can handle this? I've tried both Subclipse and Subversion: - Subclipse: seems to get confused about file

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread nicolas de loof
I've registered an issue for this in subclipse. Such configuration make my Eclipse hang ! I'm using subversive plugin from polarion in Eclipse 3.2, that supports nested projects. This plugin has been approved as an eclipse project ( http://www.eclipse.org/proposals/subversive/) so will become

RE: Multiproject in eclipse VS subversion client

2007-01-03 Thread LAMY Olivier
De Smet Envoyé : mercredi 3 janvier 2007 11:09 À : users@maven.apache.org Objet : Multiproject in eclipse VS subversion client In Eclipse, I 've have a multiproject open like this: myproj- simple project myproj/myproj-api - java project myproj/myproj-gui - java project Which subversion

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
Subversive 1.1.0-RC? (not 1.0.x) works in some of my test workspaces - but not in all. The sequence of the actions taken seems to affect when it works or not - most of the time team/share is not available (and when it is it could end up corrupting the local copy). Anyone know the proper

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread nicolas de loof
I had to configure subversive (Preferences/Team/SVN) to use JavaHL svn client to get project detected as beeing shared. 2007/1/3, Geoffrey De Smet [EMAIL PROTECTED]: Subversive 1.1.0-RC? (not 1.0.x) works in some of my test workspaces - but not in all. The sequence of the actions taken seems

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
Thanks! Subversive-JavaHL solved all the problems thus far. INHO this should really be documented on the mvn eclipse:eclipse plugin website. nicolas de loof schreef: I had to configure subversive (Preferences/Team/SVN) to use JavaHL svn client to get project detected as beeing shared.