<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-10619</id>
	<title>Nabble - subclipse - users</title>
	<updated>2009-12-20T07:20:20Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/subclipse---users-f10619.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/subclipse---users-f10619.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26864326</id>
	<title>Re: Need svn info from WC</title>
	<published>2009-12-20T07:20:20Z</published>
	<updated>2009-12-20T07:20:20Z</updated>
	<author>
		<name>Mark Phippard-3</name>
	</author>
	<content type="html">What is this is a patch to?
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sun, Dec 20, 2009 at 7:26 AM, Mike Mikhailov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26864326&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ekimka@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The patch below do what I need:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --- Info.java   2009-12-20 17:24:05.000000000 +0500
&lt;br&gt;&amp;gt; +++ Info.java.new       2009-12-20 17:11:59.000000000 +0500
&lt;br&gt;&amp;gt; @@ -28,6 +28,8 @@
&lt;br&gt;&amp;gt;     /** Whether or not to print the properties. */
&lt;br&gt;&amp;gt;     private boolean verbose = false;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +    private boolean local = false;
&lt;br&gt;&amp;gt; +
&lt;br&gt;&amp;gt;     /** String prepended to new property names. */
&lt;br&gt;&amp;gt;     private String propPrefix = &amp;quot;svn.info.&amp;quot;;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; @@ -109,6 +111,9 @@
&lt;br&gt;&amp;gt;     private ISVNInfo acquireInfo()
&lt;br&gt;&amp;gt;         throws SVNClientException {
&lt;br&gt;&amp;gt;         File targetAsFile = new File(Project.translatePath(this.target));
&lt;br&gt;&amp;gt; +
&lt;br&gt;&amp;gt; +        if (isLocal()) return svnClient.getInfoFromWorkingCopy(targetAsFile);
&lt;br&gt;&amp;gt; +
&lt;br&gt;&amp;gt;         if (targetAsFile.exists()) {
&lt;br&gt;&amp;gt;             // Since the target exists locally, assume it's not a URL.
&lt;br&gt;&amp;gt;             return svnClient.getInfo(targetAsFile);
&lt;br&gt;&amp;gt; @@ -220,6 +225,14 @@
&lt;br&gt;&amp;gt;         this.verbose = verbose;
&lt;br&gt;&amp;gt;     }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +    public boolean isLocal() {
&lt;br&gt;&amp;gt; +               return local;
&lt;br&gt;&amp;gt; +       }
&lt;br&gt;&amp;gt; +
&lt;br&gt;&amp;gt; +       public void setLocal(boolean local) {
&lt;br&gt;&amp;gt; +               this.local = local;
&lt;br&gt;&amp;gt; +       }
&lt;br&gt;&amp;gt; +
&lt;br&gt;&amp;gt;     /**
&lt;br&gt;&amp;gt;      * Sets the Ant property prefix.  The default is
&lt;br&gt;&amp;gt;      * &amp;lt;code&amp;gt;svn.info.&amp;lt;/code&amp;gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2431793&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2431793&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26864326&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Mark Phippard
&lt;br&gt;&lt;a href=&quot;http://markphip.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markphip.blogspot.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2431814&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2431814&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26864326&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-svn-info-from-WC-tp26864309p26864326.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26864309</id>
	<title>Need svn info from WC</title>
	<published>2009-12-20T04:26:54Z</published>
	<updated>2009-12-20T04:26:54Z</updated>
	<author>
		<name>Mike Mikhailov</name>
	</author>
	<content type="html">The patch below do what I need:
&lt;br&gt;&lt;br&gt;--- Info.java	2009-12-20 17:24:05.000000000 +0500
&lt;br&gt;+++ Info.java.new	2009-12-20 17:11:59.000000000 +0500
&lt;br&gt;@@ -28,6 +28,8 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/** Whether or not to print the properties. */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;private boolean verbose = false;
&lt;br&gt;&lt;br&gt;+ &amp;nbsp; &amp;nbsp;private boolean local = false;
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/** String prepended to new property names. */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;private String propPrefix = &amp;quot;svn.info.&amp;quot;;
&lt;br&gt;&lt;br&gt;@@ -109,6 +111,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;private ISVNInfo acquireInfo()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throws SVNClientException {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;File targetAsFile = new File(Project.translatePath(this.target));
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (isLocal()) return svnClient.getInfoFromWorkingCopy(targetAsFile);
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (targetAsFile.exists()) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Since the target exists locally, assume it's not a URL.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return svnClient.getInfo(targetAsFile);
&lt;br&gt;@@ -220,6 +225,14 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this.verbose = verbose;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public boolean isLocal() {
&lt;br&gt;+		return local;
&lt;br&gt;+	}
&lt;br&gt;+
&lt;br&gt;+	public void setLocal(boolean local) {
&lt;br&gt;+		this.local = local;
&lt;br&gt;+	}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * Sets the Ant property prefix. &amp;nbsp;The default is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;lt;code&amp;gt;svn.info.&amp;lt;/code&amp;gt;.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2431793&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2431793&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26864309&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-svn-info-from-WC-tp26864309p26864309.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26843987</id>
	<title>Re: How to report crashes</title>
	<published>2009-12-18T06:09:48Z</published>
	<updated>2009-12-18T06:09:48Z</updated>
	<author>
		<name>Mark Phippard-3</name>
	</author>
	<content type="html">On Thu, Dec 17, 2009 at 7:29 PM, Jacob Weber &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26843987&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jacob@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I'm running into a few situations where Subclipse seems to be causing Eclipse to hang, e.g.
&lt;br&gt;&amp;gt; issue #1051.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; They're usually not reproducible, so I'm wondering: what's the most useful way to report these
&lt;br&gt;&amp;gt; to you guys? Is there any information I can include that would help? Is the jstack trace useful?
&lt;br&gt;&amp;gt; Or is there some other info that I can provide?
&lt;br&gt;&lt;br&gt;The best way is when it can be reproduced. &amp;nbsp;For anything else, there
&lt;br&gt;is nothing specific I can think of. &amp;nbsp;If there are exceptions or other
&lt;br&gt;info it cannot hurt to include it, even if it does not turn out to be
&lt;br&gt;useful.
&lt;br&gt;&lt;br&gt;Even if a problem cannot be reproduced, some kind of explanation of
&lt;br&gt;what was going on at the time is usually helpful.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Mark Phippard
&lt;br&gt;&lt;a href=&quot;http://markphip.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markphip.blogspot.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2431491&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2431491&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26843987&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-report-crashes-tp26837362p26843987.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26837362</id>
	<title>How to report crashes</title>
	<published>2009-12-17T16:29:38Z</published>
	<updated>2009-12-17T16:29:38Z</updated>
	<author>
		<name>JW12345</name>
	</author>
	<content type="html">I'm running into a few situations where Subclipse seems to be causing Eclipse to hang, e.g. issue #1051.
&lt;br&gt;&lt;br&gt;They're usually not reproducible, so I'm wondering: what's the most useful way to report these to you guys? Is there any information I can include that would help? Is the jstack trace useful? Or is there some other info that I can provide?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Jacob
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2431348&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2431348&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26837362&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-report-crashes-tp26837362p26837362.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26799280</id>
	<title>Re: Authentication with 1.5/1.6 client against 1.4 server</title>
	<published>2009-12-15T10:19:14Z</published>
	<updated>2009-12-15T10:19:14Z</updated>
	<author>
		<name>Mark Phippard-3</name>
	</author>
	<content type="html">On Tue, Dec 15, 2009 at 1:07 PM, Felix Dorner &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799280&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;felix_do@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This is a followup originating in &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799280&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mark Phippard wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; In the meantime I installed Subclipse 1.2.x on Eclipse 3.5. This solved
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the above problem, but I experience
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; something very strange when doing a &amp;quot;Synchronize With Repository&amp;quot; on a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Java File: When I open the compare
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; editor, 'mine' gets modified to match 'theirs'. If I save now, all my
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; changes are lost! Is this a knwo problem? Is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Eclipse 3.5 not supposed to work well with Subclipse 1.2.x? Sorry for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that somewhat of-topic follow up.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Yes, that is the only compatibility bug that we found with Eclipse
&lt;br&gt;&amp;gt;&amp;gt; 3.5.  It was not fixed in the 1.2.x version.  If you are going to use
&lt;br&gt;&amp;gt;&amp;gt; Subclipse 1.2.x, then I would recommend you use Eclipse 3.4 or 3.3.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Was it not fixed because there was no interest or because of technical
&lt;br&gt;&amp;gt; hurdles? If this issue is not too complicated, I might wanna jump in to
&lt;br&gt;&amp;gt; provide a patch.
&lt;/div&gt;&lt;br&gt;I am just not making any new 1.2.x releases. &amp;nbsp;I am sure the patch
&lt;br&gt;would apply easily to the branch. &amp;nbsp;This was the issue:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/issues/show_bug.cgi?id=838&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/issues/show_bug.cgi?id=838&lt;/a&gt;&lt;br&gt;&lt;br&gt;You'd have to make your own build and release with the patch applied.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Mark Phippard
&lt;br&gt;&lt;a href=&quot;http://markphip.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markphip.blogspot.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430604&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430604&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799280&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Authentication-with-1.5-1.6-client-against-1.4-server-tp26799181p26799280.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26799181</id>
	<title>Re: Authentication with 1.5/1.6 client against 1.4 server</title>
	<published>2009-12-15T10:07:22Z</published>
	<updated>2009-12-15T10:07:22Z</updated>
	<author>
		<name>Felix Dorner</name>
	</author>
	<content type="html">This is a followup originating in &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799181&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Mark Phippard wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; In the meantime I installed Subclipse 1.2.x on Eclipse 3.5. This solved the above problem, but I experience
&lt;br&gt;&amp;gt;&amp;gt; something very strange when doing a &amp;quot;Synchronize With Repository&amp;quot; on a Java File: When I open the compare
&lt;br&gt;&amp;gt;&amp;gt; editor, 'mine' gets modified to match 'theirs'. If I save now, all my changes are lost! Is this a knwo problem? Is
&lt;br&gt;&amp;gt;&amp;gt; Eclipse 3.5 not supposed to work well with Subclipse 1.2.x? Sorry for that somewhat of-topic follow up.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, that is the only compatibility bug that we found with Eclipse
&lt;br&gt;&amp;gt; 3.5. &amp;nbsp;It was not fixed in the 1.2.x version. &amp;nbsp;If you are going to use
&lt;br&gt;&amp;gt; Subclipse 1.2.x, then I would recommend you use Eclipse 3.4 or 3.3.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Was it not fixed because there was no interest or because of technical 
&lt;br&gt;hurdles? If this issue is not too complicated, I might wanna jump in to 
&lt;br&gt;provide a patch.
&lt;br&gt;&lt;br&gt;Felix
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430598&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430598&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799181&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Authentication-with-1.5-1.6-client-against-1.4-server-tp26799181p26799181.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26795625</id>
	<title>Re: [Subclipse-users] How to compare two revisions  of a file</title>
	<published>2009-12-15T06:30:24Z</published>
	<updated>2009-12-15T06:30:24Z</updated>
	<author>
		<name>alain_desilets</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Mark Phippard-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;BTW, there is an easier way to do what you want to do. &amp;nbsp;Just
&lt;br&gt;Ctrl-Click to select the two revisions you want to compare in the
&lt;br&gt;History view and then choose Compare. &amp;nbsp;The revisions will come in
&lt;br&gt;pre-filled and you can just click OK.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Thx, that worked.
&lt;br&gt;&lt;br&gt;Alain</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-compare-two-revisions-of-a-file-tp26795007p26795625.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26795127</id>
	<title>Re: [Subclipse-users] How to compare two revisions  of a file</title>
	<published>2009-12-15T05:52:51Z</published>
	<updated>2009-12-15T05:52:51Z</updated>
	<author>
		<name>Mark Phippard-3</name>
	</author>
	<content type="html">2009/12/15 Alain Désilets &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795127&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alain.desilets@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I need to compare two revisions of a file, and can't seem to be able to do
&lt;br&gt;&amp;gt; it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here's what I do:
&lt;br&gt;&amp;gt; * Right click on the file &amp;gt; Team &amp;gt; Show History
&lt;br&gt;&amp;gt; * This display a list of all revisions in History tab.
&lt;br&gt;&amp;gt; * Right click on the topmost revision &amp;gt; Compare ...
&lt;br&gt;&amp;gt; * In Compare from, leave Revision: 23866 (current revision), and check the
&lt;br&gt;&amp;gt; Compare with HEAD Revision box.
&lt;br&gt;&amp;gt; * In Compare from, enter Revision: 23 (first revision ever of that file, 20
&lt;br&gt;&amp;gt; or more changes since then over course of 7 years), and check the Compare
&lt;br&gt;&amp;gt; with HEAD Revision box.
&lt;br&gt;&amp;gt; * Compare type: Graphical
&lt;br&gt;&amp;gt; * OK
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Eclipse says:
&lt;br&gt;&amp;gt; * There are no differences between the selected inputs.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yet, if I click on the two revisions individually, I see obvious differences
&lt;br&gt;&amp;gt; between the two.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is this a bug, or am I misunderstanding how to use this feature?
&lt;/div&gt;&lt;br&gt;Misunderstanding. &amp;nbsp;You compared the HEAD revision with itself, you did
&lt;br&gt;not compare the two revisions. &amp;nbsp;You should not have checked that box.
&lt;br&gt;It basically means, instead of specifying a revision just use HEAD
&lt;br&gt;(which means the most recent revision).
&lt;br&gt;&lt;br&gt;BTW, there is an easier way to do what you want to do. &amp;nbsp;Just
&lt;br&gt;Ctrl-Click to select the two revisions you want to compare in the
&lt;br&gt;History view and then choose Compare. &amp;nbsp;The revisions will come in
&lt;br&gt;pre-filled and you can just click OK.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Mark Phippard
&lt;br&gt;&lt;a href=&quot;http://markphip.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markphip.blogspot.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430540&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430540&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795127&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-compare-two-revisions-of-a-file-tp26795007p26795127.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26795007</id>
	<title>How to compare two revisions of a file</title>
	<published>2009-12-15T05:44:56Z</published>
	<updated>2009-12-15T05:44:56Z</updated>
	<author>
		<name>alain_desilets</name>
	</author>
	<content type="html">I need to compare two revisions of a file, and can't seem to be able to do it.
&lt;br&gt;&lt;br&gt;Here's what I do:
&lt;br&gt;* Right click on the file &amp;gt; Team &amp;gt; Show History
&lt;br&gt;* This display a list of all revisions in History tab.
&lt;br&gt;* Right click on the topmost revision &amp;gt; Compare ...
&lt;br&gt;* In Compare from, leave Revision: 23866 (current revision), and check the Compare with HEAD Revision box.
&lt;br&gt;* In Compare from, enter Revision: 23 (first revision ever of that file, 20 or more changes since then over course of 7 years), and check the Compare with HEAD Revision box.
&lt;br&gt;* Compare type: Graphical
&lt;br&gt;* OK
&lt;br&gt;&lt;br&gt;Eclipse says:
&lt;br&gt;* There are no differences between the selected inputs.
&lt;br&gt;&lt;br&gt;Yet, if I click on the two revisions individually, I see obvious differences between the two.
&lt;br&gt;&lt;br&gt;Is this a bug, or am I misunderstanding how to use this feature?
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-compare-two-revisions-of-a-file-tp26795007p26795007.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26792422</id>
	<title>Re: Subeclipse not recognizing project checked out from the command line</title>
	<published>2009-12-15T02:13:50Z</published>
	<updated>2009-12-15T02:13:50Z</updated>
	<author>
		<name>maxmil</name>
	</author>
	<content type="html">Just found the solution.
&lt;br&gt;&lt;br&gt;Needed to go into team &amp;gt; share project &amp;gt; SVN to turn on subclipse management of the project.... silly me.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;maxmil wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I have subclipse 1.6.5 installed on a Linux box running debian.
&lt;br&gt;&lt;br&gt;I have JavaHL 1.6.3 installed and from what i can see in Window-&amp;gt;Preferences the library is being found correctly by subclipse.
&lt;br&gt;&lt;br&gt;I can open the &amp;quot;SVN Repository Exploring&amp;quot; perspective and browse svn repositories without a problem.
&lt;br&gt;&lt;br&gt;I have a project that was checked out using a command line client and imported into eclipse prior to my installing subclipse. The root folder of this project contains a svn folder with the usual files (dir-prop-base, entries &amp;nbsp;prop-base, props, text-base...)
&lt;br&gt;&lt;br&gt;However my project is not controlled by subclipse. If i go to properties &amp;gt; team i get the option to share the project....
&lt;br&gt;&lt;br&gt;Is their something in the svn files that subclipse does not understand.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subeclipse-not-recognizing-project-checked-out-from-the-command-line-tp26792221p26792422.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26792221</id>
	<title>Subeclipse not recognizing project checked out from the command line</title>
	<published>2009-12-15T01:54:00Z</published>
	<updated>2009-12-15T01:54:00Z</updated>
	<author>
		<name>maxmil</name>
	</author>
	<content type="html">I have subclipse 1.6.5 installed on a Linux box running debian.
&lt;br&gt;&lt;br&gt;I have JavaHL 1.6.3 installed and from what i can see in Window-&amp;gt;Preferences the library is being found correctly by subclipse.
&lt;br&gt;&lt;br&gt;I can open the &amp;quot;SVN Repository Exploring&amp;quot; perspective and browse svn repositories without a problem.
&lt;br&gt;&lt;br&gt;I have a project that was checked out using a command line client and imported into eclipse prior to my installing subclipse. The root folder of this project contains a svn folder with the usual files (dir-prop-base, entries &amp;nbsp;prop-base, props, text-base...)
&lt;br&gt;&lt;br&gt;However my project is not controlled by subclipse. If i go to properties &amp;gt; team i get the option to share the project....
&lt;br&gt;&lt;br&gt;Is their something in the svn files that subclipse does not understand.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subeclipse-not-recognizing-project-checked-out-from-the-command-line-tp26792221p26792221.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26786343</id>
	<title>Re: Pause at end of svn switch/update</title>
	<published>2009-12-14T14:44:43Z</published>
	<updated>2009-12-14T14:44:43Z</updated>
	<author>
		<name>Tom Walter-4</name>
	</author>
	<content type="html">Quite a few, thousands.
&lt;br&gt;&lt;br&gt;Jacob Weber wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Yes, it happens to me on large projects. How many files are in your project?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not sure what causes it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430349&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430349&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26786343&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430395&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430395&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26786343&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pause-at-end-of-svn-switch-update-tp26771834p26786343.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784956</id>
	<title>Delete does not work from Synchronize view</title>
	<published>2009-12-14T13:12:33Z</published>
	<updated>2009-12-14T13:12:33Z</updated>
	<author>
		<name>sebb-2-2</name>
	</author>
	<content type="html">Not sure when this stopped working for me, but I can no longer delete
&lt;br&gt;files from the Synchronize view.
&lt;br&gt;&lt;br&gt;The delete option is present, and it can be selected OK, but nothing happens.
&lt;br&gt;The file remains, and there is no error message, and as far as I can
&lt;br&gt;tell there's nothing logged either.
&lt;br&gt;&lt;br&gt;One can use Revert instead, but surely Delete should work?
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430379&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430379&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784956&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Delete-does-not-work-from-Synchronize-view-tp26784956p26784956.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26783411</id>
	<title>RE: Re: Commit failed when committing merge</title>
	<published>2009-12-14T11:32:36Z</published>
	<updated>2009-12-14T11:32:36Z</updated>
	<author>
		<name>JW12345</name>
	</author>
	<content type="html">OK, I'll try reporting this on the SVN list. I am using SVNKit 1.3.1, so it could be that.
&lt;br&gt;&lt;br&gt;Thanks for the info about DAV.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430360&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430360&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783411&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-failed-when-committing-merge-tp26782994p26783411.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26783225</id>
	<title>Re: Pause at end of svn switch/update</title>
	<published>2009-12-14T11:21:02Z</published>
	<updated>2009-12-14T11:21:02Z</updated>
	<author>
		<name>Mark Phippard-3</name>
	</author>
	<content type="html">On Mon, Dec 14, 2009 at 1:47 PM, Jacob Weber &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783225&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jacob@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Yes, it happens to me on large projects. How many files are in your project?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not sure what causes it.
&lt;br&gt;&lt;br&gt;Switch and Merge both do the equivalent of a project refresh after
&lt;br&gt;they run. &amp;nbsp;If you have a lot of resources out of synch with Eclipse,
&lt;br&gt;such as from an external build process, then there can be a
&lt;br&gt;significant delay while the refresh happens. &amp;nbsp;An easy way to test this
&lt;br&gt;theory is to do a Refresh right before those options are run. &amp;nbsp;When
&lt;br&gt;the project is in synch the refresh we do as part of Switch/Merge runs
&lt;br&gt;really fast.
&lt;br&gt;&lt;br&gt;We do not perform an explicit refresh after other operations but it is
&lt;br&gt;possible that the effect of other updates happening triggers Eclipse
&lt;br&gt;to do it itself.
&lt;br&gt;&lt;br&gt;And of course, this may not be what you are seeing anyway.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Mark Phippard
&lt;br&gt;&lt;a href=&quot;http://markphip.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markphip.blogspot.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430357&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430357&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783225&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pause-at-end-of-svn-switch-update-tp26771834p26783225.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26783184</id>
	<title>Re: Commit failed when committing merge</title>
	<published>2009-12-14T11:18:30Z</published>
	<updated>2009-12-14T11:18:30Z</updated>
	<author>
		<name>Mark Phippard-3</name>
	</author>
	<content type="html">On Mon, Dec 14, 2009 at 2:05 PM, Jacob Weber &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783184&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jacob@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sometimes when I commit a very large merge (around 1000 changes) using Subclipse, I get the following error:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    Transmitting file data ...
&lt;br&gt;&amp;gt;    RA layer request failed
&lt;br&gt;&amp;gt; svn: Commit failed (details follow):
&lt;br&gt;&amp;gt; svn: MERGE of '/path/to/trunk': timed out waiting for server (&lt;a href=&quot;https://svnserver&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svnserver&lt;/a&gt;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The thing is, the commit actually succeeded; I can see the new version using svn log.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But it seems like Subclipse wasn't informed of the successful commit. So it thinks it's at the previous version. If
&lt;br&gt;&amp;gt; I try to update, it will see all the changes from the merge as conflicts. As a result, the working copy is completely
&lt;br&gt;&amp;gt; useless, and must be deleted.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Looking in the Apache logs for my SVN 1.6.5 server, I see this (it appears a few minutes after I get the error):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [Mon Dec 14 13:23:19 2009] [error] [client 1.2.3.4] Could not MERGE resource &amp;quot;/repos/!svn/act/fa1bb793-cd6f-1c4a-84a
&lt;br&gt;&amp;gt; f-4ffdd268ac25&amp;quot; into &amp;quot;/path/to/trunk&amp;quot;.  [500, #0]
&lt;br&gt;&amp;gt; [Mon Dec 14 13:23:19 2009] [error] [client 1.2.3.4] Error constructing resource list.  [500, #104]
&lt;br&gt;&amp;gt; [Mon Dec 14 13:23:19 2009] [error] [client 1.2.3.4] Can't write response to output: Connection reset by peer  [500
&lt;br&gt;&amp;gt; , #104]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any idea what could cause this? Is Subclipse closing the connection after a certain timeout period? I haven't
&lt;br&gt;&amp;gt; seen it happen using the command line SVN client.
&lt;/div&gt;&lt;br&gt;This would have to be a Subversion bug, although if you are using
&lt;br&gt;SVNKit, then perhaps it does not drive the commit quite the same and
&lt;br&gt;the bug is in SVNKit and Subversion.
&lt;br&gt;&lt;br&gt;It seems odd that you would get this error and the commit would be
&lt;br&gt;present, since the error seems to indicate otherwise.
&lt;br&gt;&lt;br&gt;BTW, in this case MERGE is a DAV method and actually has nothing to do
&lt;br&gt;with an SVN merge. &amp;nbsp;From:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://svn.apache.org/repos/asf/subversion/trunk/notes/webdav-protocol&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/subversion/trunk/notes/webdav-protocol&lt;/a&gt;&lt;br&gt;&lt;br&gt;Write Commands &amp;nbsp;: &amp;nbsp;(MKACTIVITY, PROPPATCH, PUT, CHECKOUT, MKCOL, MOVE,
&lt;br&gt;-------------- &amp;nbsp; &amp;nbsp; &amp;nbsp;COPY, DELETE, LOCK, UNLOCK, MERGE)
&lt;br&gt;&lt;br&gt;&amp;nbsp; With the exception of LOCK/UNLOCK, every write command performs some
&lt;br&gt;&amp;nbsp; sort of DeltaV commit operation. &amp;nbsp;In DeltaV, a commit always starts
&lt;br&gt;&amp;nbsp; by creating a transaction (MKACTIVITY), applies a log message
&lt;br&gt;&amp;nbsp; (PROPPATCH), does some other write methods, and then ends by
&lt;br&gt;&amp;nbsp; committing the transaction (MERGE). &amp;nbsp;If the MERGE fails, the client
&lt;br&gt;&amp;nbsp; may try to remove the transaction with a DELETE.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * svn commit:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ra_neon: &amp;nbsp; &amp;nbsp; &amp;nbsp; OPTIONS, PROPFIND, MKACTIVITY,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {CHECKOUT, COPY, MOVE, DELETE, PROPPATCH, PUT, MKCOL},
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MERGE (DELETE)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ra_serf: &amp;nbsp; &amp;nbsp; &amp;nbsp; OPTIONS to acquire activity collection set
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(no major &amp;nbsp; &amp;nbsp; &amp;nbsp;MKACTIVITY to a unique UUID relative to activity set
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; differences) &amp;nbsp;PROPFIND to get what we think our baseline is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CHECKOUT of baseline revision into activity
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Setting log: PROPPATCH on root directory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Delete a file: CHECKOUT file / DELETE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Add a dir: &amp;nbsp;MKCOL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Add a file: CHECKOUT parent dirs / PUT raw-file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Edit a file: CHECKOUT file / PUT svndiff stream
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; End commit: MERGE activity, DELETE activity
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Mark Phippard
&lt;br&gt;&lt;a href=&quot;http://markphip.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markphip.blogspot.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430356&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430356&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783184&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-failed-when-committing-merge-tp26782994p26783184.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26782994</id>
	<title>Commit failed when committing merge</title>
	<published>2009-12-14T11:05:58Z</published>
	<updated>2009-12-14T11:05:58Z</updated>
	<author>
		<name>JW12345</name>
	</author>
	<content type="html">Sometimes when I commit a very large merge (around 1000 changes) using Subclipse, I get the following error:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Transmitting file data ...
&lt;br&gt;&amp;nbsp; &amp;nbsp; RA layer request failed
&lt;br&gt;svn: Commit failed (details follow):
&lt;br&gt;svn: MERGE of '/path/to/trunk': timed out waiting for server (&lt;a href=&quot;https://svnserver&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svnserver&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;The thing is, the commit actually succeeded; I can see the new version using svn log.
&lt;br&gt;&lt;br&gt;But it seems like Subclipse wasn't informed of the successful commit. So it thinks it's at the previous version. If I try to update, it will see all the changes from the merge as conflicts. As a result, the working copy is completely useless, and must be deleted.
&lt;br&gt;&lt;br&gt;Looking in the Apache logs for my SVN 1.6.5 server, I see this (it appears a few minutes after I get the error):
&lt;br&gt;&lt;br&gt;[Mon Dec 14 13:23:19 2009] [error] [client 1.2.3.4] Could not MERGE resource &amp;quot;/repos/!svn/act/fa1bb793-cd6f-1c4a-84a
&lt;br&gt;f-4ffdd268ac25&amp;quot; into &amp;quot;/path/to/trunk&amp;quot;. &amp;nbsp;[500, #0]
&lt;br&gt;[Mon Dec 14 13:23:19 2009] [error] [client 1.2.3.4] Error constructing resource list. &amp;nbsp;[500, #104]
&lt;br&gt;[Mon Dec 14 13:23:19 2009] [error] [client 1.2.3.4] Can't write response to output: Connection reset by peer &amp;nbsp;[500
&lt;br&gt;, #104]
&lt;br&gt;&lt;br&gt;Any idea what could cause this? Is Subclipse closing the connection after a certain timeout period? I haven't seen it happen using the command line SVN client.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430354&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430354&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26782994&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-failed-when-committing-merge-tp26782994p26782994.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26782713</id>
	<title>RE: Pause at end of svn switch/update</title>
	<published>2009-12-14T10:47:43Z</published>
	<updated>2009-12-14T10:47:43Z</updated>
	<author>
		<name>JW12345</name>
	</author>
	<content type="html">Yes, it happens to me on large projects. How many files are in your project?
&lt;br&gt;&lt;br&gt;Not sure what causes it.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430349&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430349&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26782713&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pause-at-end-of-svn-switch-update-tp26771834p26782713.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26771834</id>
	<title>Pause at end of svn switch/update</title>
	<published>2009-12-13T17:27:38Z</published>
	<updated>2009-12-13T17:27:38Z</updated>
	<author>
		<name>Tom Walter-4</name>
	</author>
	<content type="html">Whenever I trigger an SVN operation on a project with subclipse such as 
&lt;br&gt;a switch/merge/update etc I get a progress indicator and a console log 
&lt;br&gt;occurring. When the console states that the svn operation completes, the 
&lt;br&gt;progress indicator saying 'SVN Commit' or whatever will say 100%... at 
&lt;br&gt;this point eclipse will sit there in this state for usually about a 
&lt;br&gt;minute before it decides that the commit is really complete, and then I 
&lt;br&gt;see the 'Decoration Calculation' and 'Build' processes start.
&lt;br&gt;&lt;br&gt;What is happening during that minute or so between the svn operation 
&lt;br&gt;completing and the decoration/build steps kicking off?
&lt;br&gt;&lt;br&gt;Does this happen to anyone else?
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;Tom
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430159&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2430159&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26771834&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pause-at-end-of-svn-switch-update-tp26771834p26771834.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26740871</id>
	<title>feature request: exporting SVN repos</title>
	<published>2009-12-11T01:05:03Z</published>
	<updated>2009-12-11T01:05:03Z</updated>
	<author>
		<name>Noel Grandin</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;font face=&quot;Tahoma&quot;&gt;Hi&lt;br&gt;
&lt;br&gt;
It would be nice to be able to export my set of SVN repo locations.&lt;br&gt;
&lt;br&gt;
File-&amp;gt;Export-&amp;gt;Preferences has an option for exporting the set of
CVS locations, and it would be good to match that.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&amp;nbsp;&amp;nbsp; Noel.&lt;br&gt;
&lt;/font&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;hr&gt;&lt;font size=&quot;-2&quot; color=808080&gt;Disclaimer: &lt;a href=&quot;http://www.peralex.com/disclaimer.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.peralex.com/disclaimer.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;

&lt;/body&gt;
&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/feature-request%3A-exporting-SVN-repos-tp26740871p26740871.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26736015</id>
	<title>Re: .svn folders appearing in Eclipse output folder</title>
	<published>2009-12-10T14:59:17Z</published>
	<updated>2009-12-10T14:59:17Z</updated>
	<author>
		<name>Johan Compagner</name>
	</author>
	<content type="html">yes i have a workspace with similar setup, where i also had this problem&lt;br&gt;but that did fix itself somehow, i guess everything did get touched some how and it was marked as team private then&lt;br&gt;&lt;br&gt;Maybe there should be an option or a check inside svn plugin that really checks if every .svn dir in a project is team private..&lt;br&gt;

&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Dec 10, 2009 at 23:36, Jim Garrison &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736015&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jim.Garrison@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;










&lt;div link=&quot;blue&quot; vlink=&quot;purple&quot; lang=&quot;EN-US&quot;&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;Ah.  Yes, the project was checked out through TortoiseSVN and
then imported into Eclipse.  The structure is:&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;Product&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;   .svn&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;   .classpath&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;   .project&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;   SubprojectA&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;      .svn&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;      com……&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;   SubprojectB&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;      .svn&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;      com……&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;      …&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;   Eclipse.classes (not in subversion, listed in Product’s
svn:ignore)&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;Where the .project defines the various subproject directories as
source, and eclipse.classes as the output&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;div style=&quot;border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;&quot;&gt;

&lt;div&gt;

&lt;div style=&quot;border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt; jcompagner
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736015&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jcompagner@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Thursday, December 10, 2009 10:52 AM&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736015&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: [Subclipse-users] .svn folders appearing in Eclipse output
folder&lt;/div&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 12pt;&quot;&gt;i mean did you checkout your
projects through eclipse as a project?&lt;/p&gt;&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;br&gt;
So no importing of projects from different locations and or using other tools?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;On Thu, Dec 10, 2009 at 17:46, Jim Garrison &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736015&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jim.Garrison@...&lt;/a&gt;&amp;gt; wrote:&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;I’m not sure what you mean by “what is
your setup”.  It’s a standard Eclipse install (build 20090920-1017) with
Subclipse installed through the “update site” method.  There’s nothing special
or out of the ordinary.  The .svn folders seem to get copied only when
doing a “build all” – i.e. the first build on a new project or after a ‘clean’
or refresh at the project level.  I haven’t been able to detect a definite
pattern beyond that for when it does and doesn’t happen.&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;


&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.svn-folders-appearing-in-Eclipse-output-folder-tp26719593p26736015.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26735752</id>
	<title>RE: .svn folders appearing in Eclipse output folder</title>
	<published>2009-12-10T14:36:12Z</published>
	<updated>2009-12-10T14:36:12Z</updated>
	<author>
		<name>Jim Garrison-4</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Ah.&amp;nbsp; Yes, the project was checked out through TortoiseSVN and
then imported into Eclipse.&amp;nbsp; The structure is:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Product&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp; .svn&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp; .classpath&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp; .project&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp; SubprojectA&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .svn&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com&amp;#8230;&amp;#8230;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp; SubprojectB&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .svn&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com&amp;#8230;&amp;#8230;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#8230;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&amp;nbsp;&amp;nbsp; Eclipse.classes (not in subversion, listed in Product&amp;#8217;s
svn:ignore)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Where the .project defines the various subproject directories as
source, and eclipse.classes as the output&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'&gt;

&lt;div&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; jcompagner
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735752&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jcompagner@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Thursday, December 10, 2009 10:52 AM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735752&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: [Subclipse-users] .svn folders appearing in Eclipse output
folder&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;i mean did you checkout your
projects through eclipse as a project?&lt;br&gt;
&lt;br&gt;
So no importing of projects from different locations and or using other tools?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;On Thu, Dec 10, 2009 at 17:46, Jim Garrison &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735752&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jim.Garrison@...&lt;/a&gt;&amp;gt; wrote:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;&lt;span style='font-size:11.0pt;color:#1F497D'&gt;I&amp;#8217;m not sure what you mean by &amp;#8220;what is
your setup&amp;#8221;.&amp;nbsp; It&amp;#8217;s a standard Eclipse install (build 20090920-1017) with
Subclipse installed through the &amp;#8220;update site&amp;#8221; method.&amp;nbsp; There&amp;#8217;s nothing special
or out of the ordinary. &amp;nbsp;The .svn folders seem to get copied only when
doing a &amp;#8220;build all&amp;#8221; &amp;#8211; i.e. the first build on a new project or after a &amp;#8216;clean&amp;#8217;
or refresh at the project level.&amp;nbsp; I haven&amp;#8217;t been able to detect a definite
pattern beyond that for when it does and doesn&amp;#8217;t happen.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.svn-folders-appearing-in-Eclipse-output-folder-tp26719593p26735752.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26732895</id>
	<title>What is this error message trying to tell me?</title>
	<published>2009-12-10T11:14:49Z</published>
	<updated>2009-12-10T11:14:49Z</updated>
	<author>
		<name>stevecoh1</name>
	</author>
	<content type="html">org.tigris.subversion.javahl.ClientException: &amp;nbsp;Attempted to lock an
&lt;br&gt;already-locked dir
&lt;br&gt;svn: Working copy C:\blah\blah\blah\command locked.
&lt;br&gt;&lt;br&gt;The &amp;quot;details&amp;quot; just repeat the same information.
&lt;br&gt;&lt;br&gt;This is how it came about.
&lt;br&gt;&lt;br&gt;I attempted to copy a directory and its one file from one place on the
&lt;br&gt;directory tree to another in Eclipse. &amp;nbsp;The from directory was already
&lt;br&gt;version controlled. &amp;nbsp;(My intention was to make some changes to the copy
&lt;br&gt;of the file, then add it to Subversion and check it in). &amp;nbsp;I've done this
&lt;br&gt;before, without problem, even when the &amp;quot;from&amp;quot; directory has been added
&lt;br&gt;to version control and the latter (of course) has not. &amp;nbsp;The copy gets
&lt;br&gt;done as a file system copy with the new directory and file not
&lt;br&gt;affiliated yet with version control. &amp;nbsp;But this time it copied the
&lt;br&gt;version control information.
&lt;br&gt;&lt;br&gt;Not wanting to mess around with this, I attempted to delete the newly
&lt;br&gt;copied folder and start over, but I was always getting error messages.
&lt;br&gt;Finally, I exited Eclipse, deleted the directory, and came back in.
&lt;br&gt;Created new directory from scratch and created new file and copied into
&lt;br&gt;this new file what I needed to copy. &amp;nbsp;Everything looked good, until I
&lt;br&gt;tried to check the file in when I got this message.
&lt;br&gt;&lt;br&gt;How can I reset whatever the problem is?
&lt;br&gt;&lt;br&gt;Eclipse: 3.5
&lt;br&gt;Subclipse 3.0.0
&lt;br&gt;Subversion Client Adaptor 1.6.4.1
&lt;br&gt;Subversion Java HL 1.6.6
&lt;br&gt;Subversion Revision Graph 1..0.7
&lt;br&gt;SVN Team Provider Core 1.6.5
&lt;br&gt;SVNKit Client Adaptor 1.6.4
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2429290&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2429290&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26732895&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What-is-this-error-message-trying-to-tell-me--tp26732895p26732895.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26730675</id>
	<title>Re: .svn folders appearing in Eclipse output folder</title>
	<published>2009-12-10T08:51:32Z</published>
	<updated>2009-12-10T08:51:32Z</updated>
	<author>
		<name>Johan Compagner</name>
	</author>
	<content type="html">i mean did you checkout your projects through eclipse as a project?&lt;br&gt;&lt;br&gt;So no importing of projects from different locations and or using other tools?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Dec 10, 2009 at 17:46, Jim Garrison &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730675&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jim.Garrison@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;








&lt;div link=&quot;blue&quot; vlink=&quot;purple&quot; lang=&quot;EN-US&quot;&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;I’m not sure what you mean by “what is your setup”.  It’s a
standard Eclipse install (build 20090920-1017) with Subclipse installed through
the “update site” method.  There’s nothing special or out of the ordinary.  The
.svn folders seem to get copied only when doing a “build all” – i.e. the first
build on a new project or after a ‘clean’ or refresh at the project level.  I
haven’t been able to detect a definite pattern beyond that for when it does and
doesn’t happen.&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;div style=&quot;border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;&quot;&gt;

&lt;div&gt;

&lt;div style=&quot;border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt; jcompagner
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730675&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jcompagner@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Thursday, December 10, 2009 2:52 AM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730675&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: [Subclipse-users] .svn folders appearing in Eclipse output
folder&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 12pt;&quot;&gt;i guess they are not marked as
team private.&lt;br&gt;
How did you get this exactly?&lt;br&gt;
&lt;br&gt;
What is your setup?&lt;/p&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;On Thu, Dec 10, 2009 at 00:29, Jim Garrison &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730675&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jim.Garrison@...&lt;/a&gt;&amp;gt; wrote:&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;This
problem has been around for quite a while:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://svn.haxx.se/subusers/archive-2007-10/0007.shtml&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://svn.haxx.se/subusers/archive-2007-10/0007.shtml&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;When
building in Eclipse with Subclipse installed, Eclipse is copying .svn folders
to the output directory.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Is
there anything I can do to provide more information for debugging, so we can
determine once and for all whether this is an Eclipse or Subclipse problem?&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;


&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.svn-folders-appearing-in-Eclipse-output-folder-tp26719593p26730675.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26730587</id>
	<title>RE: .svn folders appearing in Eclipse output folder</title>
	<published>2009-12-10T08:46:42Z</published>
	<updated>2009-12-10T08:46:42Z</updated>
	<author>
		<name>Jim Garrison-4</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:p=&quot;urn:schemas-microsoft-com:office:powerpoint&quot; xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot; xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot; xmlns:s=&quot;uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882&quot; xmlns:rs=&quot;urn:schemas-microsoft-com:rowset&quot; xmlns:Z=&quot;urn:schemas-microsoft-com:&quot; xmlns:b=&quot;urn:schemas-microsoft-com:office:publisher&quot; xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot; xmlns:c=&quot;urn:schemas-microsoft-com:office:component:spreadsheet&quot; xmlns:odc=&quot;urn:schemas-microsoft-com:office:odc&quot; xmlns:oa=&quot;urn:schemas-microsoft-com:office:activation&quot; xmlns:html=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:q=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:rtc=&quot;http://microsoft.com/officenet/conferencing&quot; xmlns:D=&quot;DAV:&quot; xmlns:Repl=&quot;http://schemas.microsoft.com/repl/&quot; xmlns:mt=&quot;http://schemas.microsoft.com/sharepoint/soap/meetings/&quot; xmlns:x2=&quot;http://schemas.microsoft.com/office/excel/2003/xml&quot; xmlns:ppda=&quot;http://www.passport.com/NameSpace.xsd&quot; xmlns:ois=&quot;http://schemas.microsoft.com/sharepoint/soap/ois/&quot; xmlns:dir=&quot;http://schemas.microsoft.com/sharepoint/soap/directory/&quot; xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#&quot; xmlns:dsp=&quot;http://schemas.microsoft.com/sharepoint/dsp&quot; xmlns:udc=&quot;http://schemas.microsoft.com/data/udc&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:sub=&quot;http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/&quot; xmlns:ec=&quot;http://www.w3.org/2001/04/xmlenc#&quot; xmlns:sp=&quot;http://schemas.microsoft.com/sharepoint/&quot; xmlns:sps=&quot;http://schemas.microsoft.com/sharepoint/soap/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:udcs=&quot;http://schemas.microsoft.com/data/udc/soap&quot; xmlns:udcxf=&quot;http://schemas.microsoft.com/data/udc/xmlfile&quot; xmlns:udcp2p=&quot;http://schemas.microsoft.com/data/udc/parttopart&quot; xmlns:wf=&quot;http://schemas.microsoft.com/sharepoint/soap/workflow/&quot; xmlns:dsss=&quot;http://schemas.microsoft.com/office/2006/digsig-setup&quot; xmlns:dssi=&quot;http://schemas.microsoft.com/office/2006/digsig&quot; xmlns:mdssi=&quot;http://schemas.openxmlformats.org/package/2006/digital-signature&quot; xmlns:mver=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns:mrels=&quot;http://schemas.openxmlformats.org/package/2006/relationships&quot; xmlns:spwp=&quot;http://microsoft.com/sharepoint/webpartpages&quot; xmlns:ex12t=&quot;http://schemas.microsoft.com/exchange/services/2006/types&quot; xmlns:ex12m=&quot;http://schemas.microsoft.com/exchange/services/2006/messages&quot; xmlns:pptsl=&quot;http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/&quot; xmlns:spsl=&quot;http://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService&quot; xmlns:st=&quot;&amp;#1;&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;I&amp;#8217;m not sure what you mean by &amp;#8220;what is your setup&amp;#8221;.&amp;nbsp; It&amp;#8217;s a
standard Eclipse install (build 20090920-1017) with Subclipse installed through
the &amp;#8220;update site&amp;#8221; method.&amp;nbsp; There&amp;#8217;s nothing special or out of the ordinary. &amp;nbsp;The
.svn folders seem to get copied only when doing a &amp;#8220;build all&amp;#8221; &amp;#8211; i.e. the first
build on a new project or after a &amp;#8216;clean&amp;#8217; or refresh at the project level.&amp;nbsp; I
haven&amp;#8217;t been able to detect a definite pattern beyond that for when it does and
doesn&amp;#8217;t happen.&lt;b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'&gt;

&lt;div&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; jcompagner
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730587&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jcompagner@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Thursday, December 10, 2009 2:52 AM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730587&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: [Subclipse-users] .svn folders appearing in Eclipse output
folder&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;i guess they are not marked as
team private.&lt;br&gt;
How did you get this exactly?&lt;br&gt;
&lt;br&gt;
What is your setup?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;On Thu, Dec 10, 2009 at 00:29, Jim Garrison &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26730587&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jim.Garrison@...&lt;/a&gt;&amp;gt; wrote:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;This
problem has been around for quite a while:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;&lt;a href=&quot;http://svn.haxx.se/subusers/archive-2007-10/0007.shtml&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://svn.haxx.se/subusers/archive-2007-10/0007.shtml&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;When
building in Eclipse with Subclipse installed, Eclipse is copying .svn folders
to the output directory.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;Is
there anything I can do to provide more information for debugging, so we can
determine once and for all whether this is an Eclipse or Subclipse problem?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.svn-folders-appearing-in-Eclipse-output-folder-tp26719593p26730587.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26723896</id>
	<title>Re: .svn folders appearing in Eclipse output folder</title>
	<published>2009-12-10T00:52:01Z</published>
	<updated>2009-12-10T00:52:01Z</updated>
	<author>
		<name>Johan Compagner</name>
	</author>
	<content type="html">i guess they are not marked as team private.&lt;br&gt;How did you get this exactly?&lt;br&gt;&lt;br&gt;What is your setup?&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Dec 10, 2009 at 00:29, Jim Garrison &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26723896&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jim.Garrison@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;








&lt;div link=&quot;blue&quot; vlink=&quot;purple&quot; lang=&quot;EN-US&quot;&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;This problem has been around for quite a while:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://svn.haxx.se/subusers/archive-2007-10/0007.shtml&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://svn.haxx.se/subusers/archive-2007-10/0007.shtml&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;When building in Eclipse with Subclipse installed, Eclipse
is copying .svn folders to the output directory.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Is there anything I can do to provide more information for
debugging, so we can determine once and for all whether this is an Eclipse or
Subclipse problem?&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;


&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.svn-folders-appearing-in-Eclipse-output-folder-tp26719593p26723896.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26719593</id>
	<title>.svn folders appearing in Eclipse output folder</title>
	<published>2009-12-09T15:29:05Z</published>
	<updated>2009-12-09T15:29:05Z</updated>
	<author>
		<name>Jim Garrison-4</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;This problem has been around for quite a while:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;a href=&quot;http://svn.haxx.se/subusers/archive-2007-10/0007.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.haxx.se/subusers/archive-2007-10/0007.shtml&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;When building in Eclipse with Subclipse installed, Eclipse
is copying .svn folders to the output directory.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Is there anything I can do to provide more information for
debugging, so we can determine once and for all whether this is an Eclipse or
Subclipse problem?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.svn-folders-appearing-in-Eclipse-output-folder-tp26719593p26719593.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26693929</id>
	<title>Re: Adding existing xcode project to eclipse just for subclipse</title>
	<published>2009-12-08T05:31:40Z</published>
	<updated>2009-12-08T05:31:40Z</updated>
	<author>
		<name>Mark Phippard-3</name>
	</author>
	<content type="html">On Tue, Dec 8, 2009 at 6:12 AM, Simo Salminen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26693929&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simo.salminen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I wanna add XCode project to the eclipse just to use the subclipse on
&lt;br&gt;&amp;gt; it. What would be the best way to do it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried following:
&lt;br&gt;&amp;gt; - add new project
&lt;br&gt;&amp;gt; - specify existing location, pointing to existing working copy
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However, that creates a another copy of the project on my workspace folder.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would like to just have the ability to use subclipse on existing
&lt;br&gt;&amp;gt; working copy, I don't want anything else from eclipse.
&lt;/div&gt;&lt;br&gt;Try these instructions from the Subclipse docs:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://help.collab.net/topic/org.tigris.subclipse.doc/topics/wc-outside-workspace.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://help.collab.net/topic/org.tigris.subclipse.doc/topics/wc-outside-workspace.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;The project you are importing needs to have an Eclipse .project file
&lt;br&gt;in the root of the folder you select. &amp;nbsp;If you do not already have one,
&lt;br&gt;then just create a new Eclipse Project, just a simple project with no
&lt;br&gt;language tools, and then copy the .project file that is generates to
&lt;br&gt;your XCode project.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Mark Phippard
&lt;br&gt;&lt;a href=&quot;http://markphip.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markphip.blogspot.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2428187&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2428187&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26693929&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-existing-xcode-project-to-eclipse-just-for-subclipse-tp26693831p26693929.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26693831</id>
	<title>Adding existing xcode project to eclipse just for subclipse</title>
	<published>2009-12-08T03:12:22Z</published>
	<updated>2009-12-08T03:12:22Z</updated>
	<author>
		<name>Simo Salminen-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I wanna add XCode project to the eclipse just to use the subclipse on
&lt;br&gt;it. What would be the best way to do it?
&lt;br&gt;&lt;br&gt;I tried following:
&lt;br&gt;- add new project
&lt;br&gt;- specify existing location, pointing to existing working copy
&lt;br&gt;&lt;br&gt;However, that creates a another copy of the project on my workspace folder.
&lt;br&gt;&lt;br&gt;I would like to just have the ability to use subclipse on existing
&lt;br&gt;working copy, I don't want anything else from eclipse.
&lt;br&gt;&lt;br&gt;&lt;br&gt;If possible, send replies also to me, because the archieve of this
&lt;br&gt;mailing list does not seem to work at the moment:
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/servlets/SearchList?listName=users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/servlets/SearchList?listName=users&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;quot;All that we are is the result of what we have thought. &amp;nbsp;The mind is
&lt;br&gt;everything. &amp;nbsp;What we think we become.&amp;quot;
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2428147&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2428147&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26693831&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-existing-xcode-project-to-eclipse-just-for-subclipse-tp26693831p26693831.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26678434</id>
	<title>NullPointerException during merge with 1.6</title>
	<published>2009-12-07T06:54:24Z</published>
	<updated>2009-12-07T06:54:24Z</updated>
	<author>
		<name>Benoit Maisonny</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have an NPE when trying to list SVN log entries in the merge wizard. In Eclipse, I did:
&lt;br&gt;- Right-clicked on project, Team, Merge
&lt;br&gt;- Selected Merge a range of revisions and perform pre-merge best practice checks, then next
&lt;br&gt;- Chose my project trunk in &amp;quot;Merge from&amp;quot; (the workspace being on a branch) and &amp;quot;select revisions on next page&amp;quot;, then next.
&lt;br&gt;&lt;br&gt;The progress bar swings a few seconds, then disappears and nothing happens. The Eclipse Error Log shows the NPE stack trace copied below.
&lt;br&gt;&lt;br&gt;If I repeat the operation, sometimes I get lucky and it works, showing me the log entries and I can perform a merge.
&lt;br&gt;&lt;br&gt;So, I can't repeat the problem every time, but often.
&lt;br&gt;&lt;br&gt;Subclipse version 1.6.6, currently up to date.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Benoit
&lt;br&gt;&lt;br&gt;eclipse.buildId=M20090917-0800
&lt;br&gt;java.version=1.6.0_14
&lt;br&gt;java.vendor=Sun Microsystems Inc.
&lt;br&gt;BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=fr_BE
&lt;br&gt;Framework arguments: &amp;nbsp;-product org.eclipse.epp.package.jee.product
&lt;br&gt;Command-line arguments: &amp;nbsp;-os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product
&lt;br&gt;&lt;br&gt;&lt;br&gt;Error
&lt;br&gt;Mon Dec 07 14:37:09 CET 2009
&lt;br&gt;Unhandled event loop exception
&lt;br&gt;&lt;br&gt;java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.collabnet.subversion.merge.wizards.MergeWizardRevisionsPage$AuthorViewFilter.select(MergeWizardRevisionsPage.java:807)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.ViewerFilter.filter(ViewerFilter.java:51)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:897)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.StructuredViewer.getSortedChildren(StructuredViewer.java:1016)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(AbstractTableViewer.java:701)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:649)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:636)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.AbstractTableViewer$2.run(AbstractTableViewer.java:592)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1392)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1353)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.AbstractTableViewer.inputChanged(AbstractTableViewer.java:590)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:274)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1634)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.collabnet.subversion.merge.wizards.MergeWizardRevisionsPage.refresh(MergeWizardRevisionsPage.java:394)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.collabnet.subversion.merge.wizards.MergeWizardRevisionsPage.setVisible(MergeWizardRevisionsPage.java:343)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1171)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1149)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.wizard.WizardDialog$5.run(WizardDialog.java:1138)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1136)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:830)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.window.Window.open(Window.java:801)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.collabnet.subversion.merge.actions.MergeAction.execute(MergeAction.java:37)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.tigris.subversion.subclipse.ui.actions.ConfigurableMergeAction.execute(ConfigurableMergeAction.java:27)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVNAction.java:56)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2427840&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2427840&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26678434&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPointerException-during-merge-with-1.6-tp26678434p26678434.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26636213</id>
	<title>[ANN] SVNKit 1.3.2 (GA) is available.</title>
	<published>2009-12-03T16:49:45Z</published>
	<updated>2009-12-03T16:49:45Z</updated>
	<author>
		<name>Alexander Sinyushkin</name>
	</author>
	<content type="html">Hello All,
&lt;br&gt;&lt;br&gt;We are glad to announce that SVNKit 1.3.2 has been published and
&lt;br&gt;available for download at &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;web site.
&lt;br&gt;&lt;br&gt;SVNKit is a pure Java Subversion library. SVNKit provides Java APIs to
&lt;br&gt;access and manipulate Subversion working copies and Subversion
&lt;br&gt;repositories. You may find more information, documentation and source
&lt;br&gt;code examples at &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SVNKit 1.3.2 supports virtually all Subversion 1.6.6 features. Also,
&lt;br&gt;we make sure that all native Subversion tests pass when ran against
&lt;br&gt;SVNKit and that is more than 2500 tests in total.
&lt;br&gt;&lt;br&gt;SVNKit uses SQLJet - our new project that we use to work with SQLite
&lt;br&gt;databases.
&lt;br&gt;To learn more on SQLJet, please visit its home page at &lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;New in version 1.3.2 (since version 1.3.1):
&lt;br&gt;&lt;br&gt;+ Changes made in Subversion since version 1.6.5 implemented,
&lt;br&gt;&amp;nbsp;all Subversion 1.6.6 features are supported.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Negotiate authorization mechanism was not used when multiple
&lt;br&gt;authorization
&lt;br&gt;&amp;nbsp; &amp;nbsp; schemes were offered to client by server.
&lt;br&gt;&amp;nbsp; * SQLJet library upgraded to version 1.0.1.
&lt;br&gt;&amp;nbsp; * JNA library upgraded to version 3.2.3.
&lt;br&gt;&lt;br&gt;+ Bugfixes and performance improvements.
&lt;br&gt;&lt;br&gt;&lt;br&gt;You're welcome to download and use SVNKit 1.3.2. We'll be glad to
&lt;br&gt;provide help and support for the new version in our mailing list or by
&lt;br&gt;email (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636213&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;support@...&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;Useful links (more at &lt;a href=&quot;http://svnkit.com/):&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/):&lt;/a&gt;&lt;br&gt;&lt;br&gt;* SVNKit Continuous Integration Server: &lt;a href=&quot;https://teamcity.svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://teamcity.svnkit.com/&lt;/a&gt;&lt;br&gt;* SVNKit Source Code Repository: &lt;a href=&quot;http://svn.svnkit.com/repos/svnkit/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.svnkit.com/repos/svnkit/&lt;/a&gt;&lt;br&gt;* SVNKit Update Site (for Eclipse): &lt;a href=&quot;http://eclipse.svnkit.com/1.3.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eclipse.svnkit.com/1.3.x/&lt;/a&gt;&lt;br&gt;* SVNKit Mailing List: &lt;a href=&quot;http://www.nabble.com/SVNKit---Users-f18684.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/SVNKit---Users-f18684.html&lt;/a&gt;&lt;br&gt;* SVNKit/SQLJet Maven Repository: &lt;a href=&quot;http://maven.svnkit.com/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.svnkit.com/maven2/&lt;/a&gt;&lt;br&gt;* Central Maven Repository: &lt;a href=&quot;http://repo2.maven.org/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo2.maven.org/maven2/&lt;/a&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;Maven dependency details.
&lt;br&gt;&lt;br&gt;SVNKit:
&lt;br&gt;&lt;br&gt;With JNA version 3.2.3 dependency which is not in the Maven central yet:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.svnkit
&lt;br&gt;Artifact ID: svnkit
&lt;br&gt;Version: 1.3.2
&lt;br&gt;&lt;br&gt;With JNA version 3.2.2 dependency:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.svnkit
&lt;br&gt;Artifact ID: svnkit
&lt;br&gt;Version: 1.3.2-1
&lt;br&gt;&lt;br&gt;&lt;br&gt;SQLJet:
&lt;br&gt;&lt;br&gt;Group ID: org.tmatesoft.sqljet
&lt;br&gt;Artifact ID: sqljet
&lt;br&gt;Version: 1.0.1
&lt;br&gt;--------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;There are also JNA and Trilead maven artifacts in our repository.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note for Eclipse (Subclipse) users:
&lt;br&gt;&lt;br&gt;Those of you who use SVNKit 1.3.1 as an Eclipse plug-in (e.g. Subclipse
&lt;br&gt;1.6.x users) are strongly advised to update SVNKit with the help of
&lt;br&gt;SVNKit update site: &lt;a href=&quot;http://eclipse.svnkit.com/1.3.x/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eclipse.svnkit.com/1.3.x/&lt;/a&gt;&lt;br&gt;&lt;br&gt;SVNKit consists of two plug-ins - Core SVNKit and JNA Library, we
&lt;br&gt;recommend to install both plug-ins. SVNKit plug-ins are OSGI-compatible.
&lt;br&gt;&lt;br&gt;The best available version of SVNKit is 1.3.2.6267 (that is 1.3.2 GA).
&lt;br&gt;&lt;br&gt;In case you experience problems with updating existing SVNKit version
&lt;br&gt;from within Eclipse, then deleting and creating update site again may
&lt;br&gt;help to resolve that problem (see Help | Software Updates | Available
&lt;br&gt;Updates | Manage Sites).
&lt;br&gt;&lt;br&gt;With best regards,
&lt;br&gt;SVNKit Development Team.
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;Alexander Sinyushkin,
&lt;br&gt;TMate Software,
&lt;br&gt;&lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;- Java [Sub]Versioning Library!
&lt;br&gt;&lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;&amp;nbsp;- Java SQLite Library!
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2426870&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2426870&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636213&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--SVNKit-1.3.2-%28GA%29-is-available.-tp26636213p26636213.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26613389</id>
	<title>Re: svnant 1.3 lock file</title>
	<published>2009-12-02T09:56:12Z</published>
	<updated>2009-12-02T09:56:12Z</updated>
	<author>
		<name>Joshua Frankamp</name>
	</author>
	<content type="html">It is not implemented.  You can select locked files, but not lock or unlock them with the current api.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;- Joshua&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Dec 2, 2009 at 8:53 AM, loic lopez &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26613389&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;loic.lopez@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Hello,&lt;br&gt;&lt;br&gt;First thank you for svnant, this tool is useful!&lt;br&gt;I have a problem that, I can not fix. I want to lock files via svnant by I can not found how. Is it possible to lock files with svnant? If yes, how?&lt;br&gt;

Thank you in advance.&lt;br&gt;
&lt;br&gt;Regards,&lt;br&gt;Loïc&lt;br&gt;&lt;br&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-family:verdana,sans-serif;color:rgb(153, 153, 153)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;font size=&quot;1&quot;&gt;&lt;span style=&quot;color:rgb(0, 0, 0);font-family:verdana,sans-serif&quot;&gt;&lt;span style=&quot;color:rgb(0, 0, 153)&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;


&lt;/div&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svnant-1.3-lock-file-tp26612400p26613389.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26612400</id>
	<title>svnant 1.3 lock file</title>
	<published>2009-12-02T08:53:17Z</published>
	<updated>2009-12-02T08:53:17Z</updated>
	<author>
		<name>loic lopez</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;First thank you for svnant, this tool is useful!&lt;br&gt;I have a problem that, I can not fix. I want to lock files via svnant by I can not found how. Is it possible to lock files with svnant? If yes, how?&lt;br&gt;Thank you in advance.&lt;br&gt;
&lt;br&gt;Regards,&lt;br&gt;Loïc&lt;br&gt;&lt;br&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-family: verdana,sans-serif; color: rgb(153, 153, 153);&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;font size=&quot;1&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: verdana,sans-serif;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svnant-1.3-lock-file-tp26612400p26612400.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583735</id>
	<title>Checked out projects can't have duplicated names</title>
	<published>2009-11-30T15:05:28Z</published>
	<updated>2009-11-30T15:05:28Z</updated>
	<author>
		<name>Andres Narvaez</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I'm having a problem where I try to checkout a folder as a name already used
&lt;br&gt;by one of my projects, and the only option subclipse offers me is to delete
&lt;br&gt;the existing project. The problem arises when I'm checking out a branch
&lt;br&gt;(clone) of the same project. I tried checking out as a different project
&lt;br&gt;name, then renaming the project via navigator, but it'll only rename the
&lt;br&gt;project in the navigator, not on the drive... Renaming on the drive breaks
&lt;br&gt;the link with subclipse, and who knows how to resource a project??
&lt;br&gt;&lt;br&gt;Any help appreciated.
&lt;br&gt;&lt;br&gt;-Andres
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2425696&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2425696&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583735&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Checked-out-projects-can%27t-have-duplicated-names-tp26583735p26583735.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26581025</id>
	<title>Multiple instances of nfs mount causing project sourcing problems</title>
	<published>2009-11-30T11:50:06Z</published>
	<updated>2009-11-30T11:50:06Z</updated>
	<author>
		<name>Andres Narvaez</name>
	</author>
	<content type="html">Hello All,
&lt;br&gt;&lt;br&gt;So I'm running into a problem whereby Eclipse/SVN appends -# to the source
&lt;br&gt;of my project located on my server.com NFS mount (e.g. myserver.com-#).
&lt;br&gt;&lt;br&gt;Now, if I eject my mount, and remount, then my project in the navigator
&lt;br&gt;shows a question mark and I haven't figured out a way to re-source the
&lt;br&gt;project. 
&lt;br&gt;&lt;br&gt;However, I somehow have other projects that simply close after an eject, and
&lt;br&gt;after a remount, it's simply a matter of reopening the project. These, have
&lt;br&gt;no -# appended to their source.
&lt;br&gt;&lt;br&gt;I don't recall what I did differently, but I suspect the .com-# may be the
&lt;br&gt;cause of the problem.
&lt;br&gt;&lt;br&gt;Subclispe: 1.4.8
&lt;br&gt;&lt;br&gt;Any help appreciated.
&lt;br&gt;&lt;br&gt;-Andres
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2425647&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&amp;dsMessageId=2425647&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26581025&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Multiple-instances-of-nfs-mount-causing-project-sourcing-problems-tp26581025p26581025.html" />
</entry>

</feed>
