<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>news.eclipse.technology.subversive</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/maillist.html</link>
		<description>NewsGroup: news.eclipse.technology.subversive</description>
		<language>en-us</language>
		<pubDate>Thu, 17 Sep 2009 13:52:38 GMT</pubDate>
		<lastBuildDate>Thu, 17 Sep 2009 13:52:38 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>news.eclipse.technology.subversive</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.technology.subversive] Re: Subversive in RCP app</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01424.html</link>
		<description>In my app, I only use one SVN connector (SVN kit 1.5) and this is my list of Subversive (0.7.8) + Polarion (2.2.0) features/plugins : *** Features: org.eclipse.team.svn (0.7.8.I20090506-1500) &amp;quot;Subversive SVN Team Provider (Incubation)&amp;quot; org.eclipse.team.svn...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Jean-Marie Damas wrote:</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Can you see the Subversive plugins in the [Help|About] menu item
</tt></blockquote><tt><br>In my app, I only use one SVN connector (SVN kit 1.5) and this is my list 
of Subversive (0.7.8) + Polarion (2.2.0) features/plugins :</tt><br>
<br>
<tt>*** Features:<br>
org.eclipse.team.svn (0.7.8.I20090506-1500) &quot;Subversive SVN Team Provider 
(Incubation)&quot;<br>
org.eclipse.team.svn.ui.capabilities (0.7.8.I20090506-1500) &quot;Subversive 
SVN Team Provider UI Capabilities Plug-in (Incubation)&quot;<br>
org.polarion.eclipse.team.svn.connector (2.2.0.I20090505-1500) &quot;Subversive 
SVN Connectors&quot;<br>
org.polarion.eclipse.team.svn.connector.svnkit15 (2.2.0.I20090505-1500) 
&quot;Subversive SVN 1.5 SVN Kit Connector&quot;</tt><br>
<br>
<tt>*** Plug-in Registry:<br>
org.eclipse.team.svn (0.7.8.I20090506-1500) &quot;Subversive SVN Team Provider 
(Incubation)&quot; [Resolved]<br>
org.eclipse.team.svn.core (0.7.8.I20090506-1500) &quot;Subversive SVN Team 
Provider Core Plug-in (Incubation)&quot; [Active]<br>
org.eclipse.team.svn.help (0.7.8.I20090506-1500) &quot;Subversive SVN Team 
Provider User Guide Plug-in (Incubation)&quot; [Resolved]<br>
org.eclipse.team.svn.ui (0.7.8.I20090506-1500) &quot;Subversive SVN Team 
Provider UI Plug-in (Incubation)&quot; [Active]<br>
org.eclipse.team.svn.ui.capabilities (0.7.8.I20090506-1500) &quot;Subversive 
SVN Team Provider UI Capabilities Plug-in (Incubation)&quot; [Resolved]<br>
org.polarion.eclipse.team.svn.connector (2.2.0.I20090505-1500) &quot;Subversive 
SVN Connectors&quot; [Resolved]<br>
org.polarion.eclipse.team.svn.connector.svnkit15 (2.2.0.I20090505-1500) 
&quot;Subversive SVN 1.5 SVN Kit Connector&quot; [Active]</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 17 Sep 2009 13:48:09 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01424.html</guid>
		<author>jean-marie.damas@xxxxxxx (Jean-Marie Damas)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.subversive] Re: Subversive in RCP app</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01423.html</link>
		<description>Ok. Can you see the Subversive plugins in the [Help|About] menu item of your application ? If you haven't the &amp;quot;About&amp;quot; item, you can add it in your ApplicationActionBarAdvisor.fillMenuBar(IMenuManager menuBar) : MenuManager helpMenu = new MenuManager(&amp;quot;&amp;amp;Help...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Gilbert Mirenque wrote:</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>damn it...&quot;org.eclipse.ui.ide&quot; already was activated in the launch config.
</tt></blockquote><tt><br>Ok. </tt><br>
<br>
<tt>Can you see the Subversive plugins in the [Help|About] menu item of your 
application ? If you haven't the &quot;About&quot; item, you can add it in your 
ApplicationActionBarAdvisor.fillMenuBar(IMenuManager menuBar) :</tt><br>
<br>
<pre style="margin: 0em;">MenuManager helpMenu = new MenuManager(&quot;&amp;Help&quot;, &quot;help&quot;);
helpMenu.add(aboutAction);
menuBar.add(helpMenu);</pre><br>
<pre style="margin: 0em;">JM.D</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 17 Sep 2009 13:39:07 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01423.html</guid>
		<author>jean-marie.damas@xxxxxxx (Jean-Marie Damas)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.subversive] Re: Subversive in RCP app</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01422.html</link>
		<description>Yes, it's a better pattern when developing Eclipse plugins to distinguish between Eclipse IDE workspace (where you are coding YOUR plugins) and the Eclipse target space (where rely all the tier plugins you are depending on). Just unzip RCP-SDK or platform-...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Gilbert Mirenque wrote:</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>You mean to set eclipse-RCP-SDK as target platform, don't you?
</tt></blockquote><tt><br>Yes, it's a better pattern when developing Eclipse plugins to distinguish 
between Eclipse IDE workspace (where you are coding YOUR plugins) and the 
Eclipse target space (where rely all the tier plugins you are depending 
on).<br>
Just unzip RCP-SDK or platform-SDK in a folder an define your target 
platform there. Then, also add the Subversive plugins in your target space 
and you are done.</tt><br>
<br>
<pre style="margin: 0em;">Remember that Subversive GUI won't work with RCP-SDK.</pre><br>
<tt>A good trick to test if your RCP app currently integrates all the desired 
features/plugins is to use the [Help|About] menu. It lists them all 
(search for &quot;org.eclipse.team.svn*&quot;).</tt><br>
<br>
<pre style="margin: 0em;">JM.D</pre><br>
<br>
]]></content:encoded>
		<pubDate>Wed, 16 Sep 2009 11:05:49 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01422.html</guid>
		<author>jean-marie.damas@xxxxxxx (Jean-Marie Damas)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.subversive] Re: Subversive in RCP app</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01421.html</link>
		<description>Hi Jean-Marie, damn it...&amp;quot;org.eclipse.ui.ide&amp;quot; already was activated in the launch config. So I'm not wiser than before and it still does not work :( </description>
		<content:encoded><![CDATA[<pre>Hi Jean-Marie,

&gt; When building an RCP application and want to integrate tier plugins, you
&gt; need to be aware of it's dependencies. And Subversive depends on
&gt; &quot;org.eclipse.ui.ide&quot;.
damn it...&quot;org.eclipse.ui.ide&quot; already was activated in the launch
config. So I'm not wiser than before and it still does not work :(


</pre>]]></content:encoded>
		<pubDate>Wed, 16 Sep 2009 10:19:00 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01421.html</guid>
		<author>formatzeh@xxxxxxx (Gilbert Mirenque)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.subversive] Re: Get Repository Folder Children' operation finished / An error occured while accessing the repository entry</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01420.html</link>
		<description>Hi J&amp;#xC3;rg, in installed subversive in addition to the eclipse+pdt bundle, and used that svn views instead of the bundled. I removed the subversive client that was installed by me and then used the build in SVN client and this works. I think the connector shi...</description>
		<content:encoded><![CDATA[<pre>Hi J&#xC3;rg,

in installed subversive in addition to the eclipse+pdt bundle, and used
that svn views instead of the bundled.

I removed the subversive client that was installed by me and then used
the build in SVN client and this works. I think the connector ships with
the bundle. Thanks.

Best regards
Daniela Waranie

</pre>]]></content:encoded>
		<pubDate>Wed, 16 Sep 2009 09:20:26 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01420.html</guid>
		<author>typo3-community@xxxxxxx (Daniela Waranie)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.subversive] Re: Get Repository Folder Children' operation finished / An error occured while accessing the repository entry</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01419.html</link>
		<description> If you selected the JavaHL connector, you need the native binary libraries installed on your system. But I suggest to use the pure java SVNKit connector as a first try. It works perfectly for us. Cheers, J&amp;#xC3;rg </description>
		<content:encoded><![CDATA[<pre>Hi Daniela,

please find below the important portion of the log:

On 09/15/09 12:57, Daniela Waranie wrote:
&gt; [...]
&gt; org.eclipse.team.svn.core.operation.UnreportableException: Selected SVN
&gt; connector library is not available or cannot be loaded.
&gt; If you selected native JavaHL connector, please check if binaries are
&gt; available or install and select pure Java Subversion connector from the
&gt; plug-in connectors update site.
&gt; If connectors already installed then you can change the selected one at:
&gt; Window-&gt;Preferences-&gt;Team-&gt;SVN-&gt;SVN Client.


If you selected the JavaHL connector, you need the native binary libraries installed on your system.
But I suggest to use the pure java SVNKit connector as a first try. It works perfectly for us.

Cheers, J&#xC3;rg

</pre>]]></content:encoded>
		<pubDate>Tue, 15 Sep 2009 11:30:04 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01419.html</guid>
		<author>Joerg.Thoennes@xxxxxxx (J&#xC3;rg Th&#xC3;nnes)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.subversive] Re: Subversive in RCP app</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01418.html</link>
		<description>Hi Jean-Marie, thanks for your answer... I thought that all dependent plugins will be selected when I press &amp;quot;Add required plugins&amp;quot;. As target platform I'm using actually Eclipse itself, saying that I didn't download any concrete platform as target. But may...</description>
		<content:encoded><![CDATA[<pre>Hi Jean-Marie,
thanks for your answer...

&gt; When building an RCP application and want to integrate tier plugins, you
&gt; need to be aware of it's dependencies. And Subversive depends on
&gt; &quot;org.eclipse.ui.ide&quot;.

I thought that all dependent plugins will be selected when I press &quot;Add
required plugins&quot;. As target platform I'm using actually Eclipse itself,
saying that I didn't download any concrete platform as target. But maybe
I should use this suggestion:

&gt; &quot;org.eclipse.ui.ide&quot; is *not* part of the RCP distribution (for example
&gt; : eclipse-RCP-SDK-3.4.2-win32), that's why you are not able to use it in
&gt; your context.

You mean to set eclipse-RCP-SDK as target platform, don't you?

I'm not in front of my code at the moment but I investigate you
suggestions and will give feedback.


Thanks in advance,

Gilbert

</pre>]]></content:encoded>
		<pubDate>Tue, 15 Sep 2009 11:21:15 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01418.html</guid>
		<author>formatzeh@xxxxxxx (Gilbert Mirenque)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.subversive] Get Repository Folder Children' operation finished / An error occured while accessing the repository entry</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01417.html</link>
		<description>Hi all, i try to connect to a local svn repository. This repository is delivered by an apache svn module under: http://127.0.0.1/allrepos/client428_project1022 I can access this repo via firefox and tortoiseSVN, but not with subversive. When adding a ;New ...</description>
		<content:encoded><![CDATA[<pre>Hi all,

i try to connect to a local svn repository.
This repository is delivered by an apache svn module under:
<a  href="http://127.0.0.1/allrepos/client428_project1022">http://127.0.0.1/allrepos/client428_project1022</a>

I can access this repo via firefox and tortoiseSVN, but not with subversive.

When adding a &quot;New Repository Location&quot; to the &quot;SVN Repositories&quot; view i
get a &quot;&lt; An error occured while accessing the repository entry&quot; when
clicking on &quot;Browse&quot;.

In the &quot;error log&quot; view i can see a more detailed error message (3 times):
&lt;MESSAGE&gt;
null
Error
Tue Sep 15 12:51:57 CEST 2009
SVN: '0x00400107: Get Repository Resource Revision' operation finished
with error

Error
Tue Sep 15 12:51:57 CEST 2009
Get repository resource revision operation failed.

org.eclipse.team.svn.core.operation.UnreportableException: Selected SVN
connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are
available or install and select pure Java Subversion connector from the
plug-in connectors update site.
If connectors already installed then you can change the selected one at:
Window-&gt;Preferences-&gt;Team-&gt;SVN-&gt;SVN Client.
at
org.eclipse.team.svn.core.extension.factory.ISVNConnectorFactory$1.newInstance(ISVNConnectorFactory.java:105)
at
org.eclipse.team.svn.core.svnstorage.SVNRepositoryLocation.newProxyInstance(SVNRepositoryLocation.java:744)
at
org.eclipse.team.svn.core.svnstorage.SVNRepositoryLocation.acquireSVNProxy(SVNRepositoryLocation.java:536)
at
org.eclipse.team.svn.core.svnstorage.SVNRepositoryResource.getRevision(SVNRepositoryResource.java:95)
at
org.eclipse.team.svn.ui.operation.GetRemoteResourceRevisionOperation.runImpl(GetRemoteResourceRevisionOperation.java:39)
at
org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:77)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
at
org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:94)
at
org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:77)
at
org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:38)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
at
org.eclipse.team.svn.ui.utility.DefaultCancellableOperationWrapper.run(DefaultCancellableOperationWrapper.java:55)
at
org.eclipse.team.svn.ui.utility.ScheduledOperationWrapper.run(ScheduledOperationWrapper.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
&lt;/MESSAGE&gt;

My version:
Subversive SVN Team Provider (Incubation)	0.7.8.I20090506-1500

As far as i can see version 0.7.8 is newer than 1.1 (this is due to a
different version numbering guideline of the eclipse project, as far as
i know.)

Can any one help?

Best regards
Daniela Waranie

</pre>]]></content:encoded>
		<pubDate>Tue, 15 Sep 2009 10:57:00 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01417.html</guid>
		<author>typo3-community@xxxxxxx (Daniela Waranie)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.subversive] Re: Subversive in RCP app</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01416.html</link>
		<description>Hello Gilbert. We are using Subversive (0.7.8) in an RCP app built upon Eclipse *Platform* 3.4.2. and that works fine. When building an RCP application and want to integrate tier plugins, you need to be aware of it's dependencies. And Subversive depends on...</description>
		<content:encoded><![CDATA[<tt>Gilbert Mirenque wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">I wanted to specify it in the preferences but the Team category isn't
there. How can I add it?
</pre></blockquote><pre style="margin: 0em;"><br>Hello Gilbert.</pre><br>
<tt>We are using Subversive (0.7.8) in an RCP app built upon Eclipse 
*Platform* 3.4.2. and that works fine.</tt><br>
<br>
<tt>When building an RCP application and want to integrate tier plugins, you 
need to be aware of it's dependencies. And Subversive depends on 
&quot;org.eclipse.ui.ide&quot;.</tt><br>
<br>
<tt>&quot;org.eclipse.ui.ide&quot; is *not* part of the RCP distribution (for example : 
eclipse-RCP-SDK-3.4.2-win32), that's why you are not able to use it in 
your context.</tt><br>
<br>
<tt>If your application can also benefit from the Eclipse Platform, you could 
use the *Platform* distribution (as we do, with 
eclipse-platform-SDK-3.4.2-win32) and then you'll be able to integrate all 
Subversive functionalities (API and GUI).</tt><br>
<br>
<tt>Another solution could be to use only the Subversive *API* (not GUI) and 
only deploy the &quot;core&quot; subversive plugins in your RCP-SDK context, but you 
won't have access to Subversive views and perspectives ...</tt><br>
<br>
<pre style="margin: 0em;">You have to choose.
JM.D</pre><br>
<br>
]]></content:encoded>
		<pubDate>Tue, 15 Sep 2009 08:15:29 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01416.html</guid>
		<author>jean-marie.damas@xxxxxxx (Jean-Marie Damas)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.subversive] Subversive in RCP app</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01415.html</link>
		<description>I want to add the subversive functionality into my RCP app. So I added the *.team and *.polarion plugins to my launch config. In my RCP app I then can open the svn repository view. But I can't add a location because the right connector isn't specified. So ...</description>
		<content:encoded><![CDATA[<pre>I want to add the subversive functionality into my RCP app. So I added
the *.team and *.polarion plugins to my launch config. In my RCP app I
then can open the svn repository view. But I can't add a location
because the right connector isn't specified. So there is the problem. I
wanted to specify it in the preferences but the Team category isn't
there. How can I add it? Which plugins am I missing? Anybody here who
had integrated subversive within its RCp app and can help?

best regards,
Gilbert

</pre>]]></content:encoded>
		<pubDate>Tue, 15 Sep 2009 07:06:06 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.subversive/msg01415.html</guid>
		<author>formatzeh@xxxxxxx (Gilbert Mirenque)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
