<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-70</id>
	<title>Nabble - Subversion Users</title>
	<updated>2009-11-28T15:37:50Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Subversion-Users-f70.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subversion-Users-f70.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26558060</id>
	<title>Re: Give us instructions to create a new repository with the branch code of a old repository</title>
	<published>2009-11-28T15:37:50Z</published>
	<updated>2009-11-28T15:37:50Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Nov 28, 2009, at 07:01, Lalitha Prasad wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Previously we have only one repository &amp;quot;repo1&amp;quot; in our svn repository directory and we made our WebDav to point directly to the repository itself, i.e. /home/repos/repo1.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; With our new requirement, we have created 2 new repositories repo1_new and repo2. Now we have changed the svnpath of webdav to point to the parent directory.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Up to this every thing worked fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But when we tried to switch our working copy to the new repo_new(both repo1 and repo_new have same code but with different versions), then we are getting error.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Our repo1_new is like a mirror to the repo1.
&lt;br&gt;&lt;br&gt;How was repo1_new created from repo1? Do they have the same UUID? Do they have the same revision numbers?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Detailed information:
&lt;br&gt;&amp;gt; Previously, our workspace used to point to the url &lt;a href=&quot;http://sample.com/svn/branches/branch1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/branches/branch1&lt;/a&gt;.
&lt;br&gt;&amp;gt; Now we need to switch to the url &lt;a href=&quot;http://sample.com/svn/repo1_new/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/repo1_new/trunk&lt;/a&gt;&lt;br&gt;&lt;br&gt;You're trying to do two things at once. You need to do them separately. First you need to relocate the working copy so that portion of the URL that points to the root of the repository is updated:
&lt;br&gt;&lt;br&gt;svn switch --relocate &lt;a href=&quot;http://sample.com/svn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://sample.com/svn/repo1_new&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/repo1_new&lt;/a&gt;&lt;br&gt;&lt;br&gt;(the repository root used to be at /svn and now it is at /svn/repo1_new)
&lt;br&gt;&lt;br&gt;Then you can switch the part after the repository URL, if desired. For example if you want to switch from branch1 to trunk, you do:
&lt;br&gt;&lt;br&gt;svn switch &lt;a href=&quot;http://sample.com/svn/repo1_new/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/repo1_new/trunk&lt;/a&gt;&lt;br&gt;&lt;br&gt;(the working copy has now been switched from wherever it was (branches/branch1) to trunk)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; We have tried the command svn switch &lt;a href=&quot;http://sample.com/svn/repo1_new/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/repo1_new/trunk&lt;/a&gt;&amp;nbsp;from the workspace. This has thrown us error like this,
&lt;br&gt;&amp;gt; Error:
&lt;br&gt;&amp;gt; svn: '&lt;a href=&quot;http://sample.com/svn/branches/branch1'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/branches/branch1'&lt;/a&gt;&lt;br&gt;&amp;gt; is not the same repository as
&lt;br&gt;&amp;gt; '&lt;a href=&quot;http://sample.com/svn/repo1_new/trunk'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/repo1_new/trunk'&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How can solve this one and make my workspace to switch to the new url? 
&lt;br&gt;&lt;br&gt;If the above doesn't help, then it sounds like they are not the same repository. If they aren't, then you can't switch or relocate; you must check out new working copies.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425142&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425142&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558060&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558060&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-Give-us-instructions-to-create-a-new-repository-with-the-branch--code-of-a-old-repository-tp26332049p26558060.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26558023</id>
	<title>Re: Can't &quot;import&quot; using admin account</title>
	<published>2009-11-28T15:30:37Z</published>
	<updated>2009-11-28T15:30:37Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Nov 28, 2009, at 15:41, brettr wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I'm on Mac OS X 10.6.2. &amp;nbsp;When logged into my main admin account, I can't do an svn import into an existing repository. &amp;nbsp;No errors appear but nothing ever imports. &amp;nbsp;If I log out and into another account, svn import works and all files are added to the repository. &amp;nbsp;Why would svn import behave differently between accounts? &amp;nbsp;Especially an admin account?
&lt;br&gt;&lt;br&gt;What version of Subversion is this? How is the repository hosted -- http, https, svn, svn+ssh, file? What are the permissions on the repository files?
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425140&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425140&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558023&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558023&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-%22import%22-using-admin-account-tp26557282p26558023.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26558014</id>
	<title>Re: seg fault when trying to load repo into Dropbox folder</title>
	<published>2009-11-28T15:29:45Z</published>
	<updated>2009-11-28T15:29:45Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Nov 28, 2009, at 13:29, Rich E wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I am trying to set up svn for some of my local projects in a Dropbox (&lt;a href=&quot;https://www.dropbox.com/home#/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/home#/&lt;/a&gt;) folder. &amp;nbsp;I am getting a segmentation fault and I don't know why. &amp;nbsp;This is what I did:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Richard-Eakins-MacBook-Pro:Dropbox richardeakin$ svnadmin create ./svn
&lt;br&gt;&amp;gt; Richard-Eakins-MacBook-Pro:Dropbox richardeakin$ cd ~/pd/externals/wacom
&lt;br&gt;&amp;gt; Richard-Eakins-MacBook-Pro:externals richardeakin$ svn import wacom file:///Users/richardeakin/Dropbox/svn/pd/wacom -m &amp;quot;initial wacom pd external import&amp;quot;
&lt;br&gt;&amp;gt; Segmentation fault
&lt;br&gt;&lt;br&gt;Since Dropbox is some kind of file sharing setup, that may be a problem. Subversion repositories should be hosted on disks attached to the server locally (or something that accurately simulates that, like a SAN). Storing a repository on an NFS share can work if the NFS implementation has good support for locking. I'm not sure what Dropbox uses under the hood so I can't say whether it should work or not. I do agree Subversion should not segfault. (What version of Subversion were you using, on what version of Mac OS X?) But I would still recommend you find a proper approved method of hosting your repository, and don't try to put it on Dropbox. For example there are many companies that specialize in offering Subversion repository hosting, if you don't have a server you can run Apache or svnserve on yourself.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425139&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425139&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558014&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558014&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/seg-fault-when-trying-to-load-repo-into-Dropbox-folder-tp26556419p26558014.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26557282</id>
	<title>Can't &quot;import&quot; using admin account</title>
	<published>2009-11-28T13:41:33Z</published>
	<updated>2009-11-28T13:41:33Z</updated>
	<author>
		<name>brettr</name>
	</author>
	<content type="html">I'm on Mac OS X 10.6.2. &amp;nbsp;When logged into my main admin account, I can't do an svn import into an existing repository. &amp;nbsp;No errors appear but nothing ever imports. &amp;nbsp;If I log out and into another account, svn import works and all files are added to the repository. &amp;nbsp;Why would svn import behave differently between accounts? &amp;nbsp;Especially an admin account?
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425133&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425133&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26557282&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26557282&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-%22import%22-using-admin-account-tp26557282p26557282.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26556419</id>
	<title>seg fault when trying to load repo into Dropbox folder</title>
	<published>2009-11-28T11:29:32Z</published>
	<updated>2009-11-28T11:29:32Z</updated>
	<author>
		<name>Rich E</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;I am trying to set up svn for some of my local projects in a Dropbox (&lt;a href=&quot;https://www.dropbox.com/home#/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.dropbox.com/home#/&lt;/a&gt;) folder.  I am getting a segmentation fault and I don&amp;#39;t know why.  This is what I did:&lt;br&gt;
&lt;br&gt;Richard-Eakins-MacBook-Pro:Dropbox richardeakin$ svnadmin create ./svn&lt;br&gt;Richard-Eakins-MacBook-Pro:Dropbox richardeakin$ cd ~/pd/externals/wacom&lt;br&gt;Richard-Eakins-MacBook-Pro:externals richardeakin$ svn import wacom file:///Users/richardeakin/Dropbox/svn/pd/wacom -m &amp;quot;initial wacom pd external import&amp;quot;&lt;br&gt;
Segmentation fault&lt;br&gt;&lt;br&gt;&lt;br&gt;Can anyone help me get this working? Thanks!&lt;br&gt;&lt;br&gt;Rich&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/seg-fault-when-trying-to-load-repo-into-Dropbox-folder-tp26556419p26556419.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26552969</id>
	<title>Re: Give us instructions to create a new repository with the branch code of a old repository</title>
	<published>2009-11-28T05:01:37Z</published>
	<updated>2009-11-28T05:01:37Z</updated>
	<author>
		<name>Lalitha Prasad-2</name>
	</author>
	<content type="html">Hi All&lt;br&gt;&lt;br&gt;I have got another scenario, where in i am feeling difficulty to switch the workspace to a new URL.&lt;br&gt;&lt;br&gt;Previously we have only one repository &amp;quot;repo1&amp;quot; in our svn repository directory and we made our WebDav to point directly to the repository itself, i.e. /home/repos/repo1.&lt;br&gt;
&lt;br&gt;With our new requirement, we have created 2 new repositories repo1_new and repo2. Now we have changed the svnpath of webdav to point to the parent directory.&lt;br&gt;&lt;br&gt;Up to this every thing worked fine.&lt;br&gt;&lt;br&gt;But when we tried to switch our working copy to the new repo_new(both repo1 and repo_new have same code but with different versions), then we are getting error.&lt;br&gt;
&lt;br&gt;Our repo1_new is like a mirror to the repo1.&lt;br&gt;&lt;br&gt;&lt;b&gt;Detailed information:&lt;/b&gt;&lt;br&gt;Previously, our workspace used to point to the url &lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;&lt;a href=&quot;http://sample.com/svn/branches/branch1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/branches/branch1&lt;/a&gt;.&lt;/span&gt;&lt;br&gt;
Now we need to switch to the url &lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;&lt;a href=&quot;http://sample.com/svn/repo1_new/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/repo1_new/trunk&lt;/a&gt;&lt;/span&gt;&lt;br&gt;We have tried the command&lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt; svn switch &lt;a href=&quot;http://sample.com/svn/repo1_new/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/repo1_new/trunk&lt;/a&gt; &lt;/span&gt;from the workspace. This has thrown us error like this,&lt;br&gt;
&lt;b&gt;Error:&lt;/b&gt;&lt;br style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;svn: &amp;#39;&lt;a href=&quot;http://sample.com/svn/branches/branch1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/branches/branch1&lt;/a&gt;&amp;#39;&lt;/span&gt;&lt;br style=&quot;color: rgb(204, 0, 0);&quot;&gt;
&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;is not the same repository as&lt;/span&gt;&lt;br style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&amp;#39;&lt;a href=&quot;http://sample.com/svn/repo1_new/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sample.com/svn/repo1_new/trunk&lt;/a&gt;&amp;#39;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;How can solve this one and make my workspace to switch to the new url? &lt;br&gt;Please help me in solving this problem&lt;br&gt;&lt;br&gt;Thanks in advance&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Thanks &amp;amp; Regards,&lt;br&gt;V. Lalitha Prasad,&lt;br&gt;Software Developer&lt;br&gt;
Scube IT Solutions India Pvt. Ltd&lt;br&gt;&lt;a href=&quot;http://www.scubian.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.scubian.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26552969&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lalith.prasad@...&lt;/a&gt;&lt;br&gt;(Cell) +91 9966282236&lt;br&gt;#4-1-319, 2nd Floor, Abids Road, Hyderabad - 01&lt;br&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-Give-us-instructions-to-create-a-new-repository-with-the-branch--code-of-a-old-repository-tp26332049p26552969.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26550309</id>
	<title>Re: Question about creating patch</title>
	<published>2009-11-27T19:46:02Z</published>
	<updated>2009-11-27T19:46:02Z</updated>
	<author>
		<name>Andrey Repin-3</name>
	</author>
	<content type="html">Greetings, Neo Anderson!
&lt;br&gt;&lt;br&gt;&amp;gt; I participate in a project which uses svn as its repository and I do not
&lt;br&gt;&amp;gt; have previlege to commit source back to the svn. And I encounter a problem.
&lt;br&gt;&lt;br&gt;&amp;gt; Previously I alway use command `svn diff &amp;gt; /tmp/jira_number.patch` to create
&lt;br&gt;&amp;gt; patch. There is no problem if I just modify existing source code. Now due to
&lt;br&gt;&amp;gt; I create several java source files which previously did not exist in the svn
&lt;br&gt;&amp;gt; repository, using `svn diff &amp;gt; /tmp/jira_number.patch` won't create patch
&lt;br&gt;&amp;gt; that contains newly created source files. For instance, in svn there
&lt;br&gt;&amp;gt; contained files 
&lt;br&gt;&lt;br&gt;&amp;gt; messaging 
&lt;br&gt;&amp;gt; + messagedriven + a.java/ b.java 
&lt;br&gt;&lt;br&gt;&amp;gt; Now I add new files
&lt;br&gt;&lt;br&gt;&amp;gt; messaging 
&lt;br&gt;&amp;gt; + messagdriven + a.java/ b.java/ c.java
&lt;br&gt;&amp;gt; + d.java
&lt;br&gt;&amp;gt; + e.java
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Files like d.java, e.java and c.java won't be included in the
&lt;br&gt;&amp;gt; jira_number.patch file if executing `svn diff &amp;gt; /tmp/jira_number.patch`. And
&lt;br&gt;&amp;gt; I can't commit source so I can't do e.g. `svn add` to add source back to the
&lt;br&gt;&amp;gt; repository. 
&lt;br&gt;&lt;br&gt;&amp;gt; What is the better way (best practice) to create patch so the developers would be easier to apply or test patch?
&lt;br&gt;&lt;br&gt;Make an export of revision you're making patch for.
&lt;br&gt;Make an export of your working copy with patch.
&lt;br&gt;Use normal diff to produce patch.
&lt;br&gt;It can assume non-existing files as ones having zero length.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;WBR,
&lt;br&gt;&amp;nbsp;Andrey Repin (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26550309&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anrdaemon@...&lt;/a&gt;) 28.11.2009, &amp;lt;6:44&amp;gt;
&lt;br&gt;&lt;br&gt;Sorry for my terrible english...
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425021&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425021&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26550309&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26550309&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-creating-patch-tp26549827p26550309.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26550278</id>
	<title>Re: Serious Problem [Subversion]</title>
	<published>2009-11-27T19:43:34Z</published>
	<updated>2009-11-27T19:43:34Z</updated>
	<author>
		<name>Andrey Repin-3</name>
	</author>
	<content type="html">Greetings, Ezequias Rodrigues da Rocha!
&lt;br&gt;&lt;br&gt;&amp;gt; I am with a serious problem of tree conflict (I gess in my repository) and I
&lt;br&gt;&amp;gt; can't delete a folder using tortoise.
&lt;br&gt;&lt;br&gt;&amp;gt; The message I got when I try to remove using repo-browswer is on the
&lt;br&gt;&amp;gt; following link.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; The error I get when I try to comiit a deletion (on a cliente) is the one
&lt;br&gt;&amp;gt; below:
&lt;br&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://farm3.static.flickr.com/2521/4138380771_530d0ee860_o.jpg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://farm3.static.flickr.com/2521/4138380771_530d0ee860_o.jpg&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Commit
&lt;br&gt;&amp;gt; Commit failed (details follow):
&lt;br&gt;&amp;gt; Aborting commit: 'C:\Projetos\GISConnex\3-EXECUCAO\GisConnex\Fontes de
&lt;br&gt;&amp;gt; Interface' remains in conflict
&lt;br&gt;&lt;br&gt;You have to resolve local conflicts before committing anything from working
&lt;br&gt;copy.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;WBR,
&lt;br&gt;&amp;nbsp;Andrey Repin (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26550278&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anrdaemon@...&lt;/a&gt;) 28.11.2009, &amp;lt;6:42&amp;gt;
&lt;br&gt;&lt;br&gt;Sorry for my terrible english...
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425020&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425020&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26550278&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26550278&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Serious-Problem--Subversion--tp26547827p26550278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26551228</id>
	<title>Re: Question about creating patch</title>
	<published>2009-11-27T19:09:20Z</published>
	<updated>2009-11-27T19:09:20Z</updated>
	<author>
		<name>neo anderson</name>
	</author>
	<content type="html">Thanks for the advice. 
&lt;br&gt;&lt;br&gt;I appreciate your help.
&lt;br&gt;&lt;br&gt;--- On Sat, 28/11/09, Ryan Schmidt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551228&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;subversion-2009d@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Ryan Schmidt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551228&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;subversion-2009d@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: Question about creating patch
&lt;br&gt;&amp;gt; To: &amp;quot;Neo Anderson&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551228&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;javadeveloper999@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551228&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: Saturday, 28 November, 2009, 2:08
&lt;br&gt;&amp;gt; On Nov 27, 2009, at 19:17, Neo
&lt;br&gt;&amp;gt; Anderson wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I participate in a project which uses svn as its
&lt;br&gt;&amp;gt; repository and I do not have previlege to commit source back
&lt;br&gt;&amp;gt; to the svn. And I encounter a problem. 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Previously I alway use command `svn diff &amp;gt;
&lt;br&gt;&amp;gt; /tmp/jira_number.patch` to create patch. There is no problem
&lt;br&gt;&amp;gt; if I just modify existing source code. Now due to I create
&lt;br&gt;&amp;gt; several java source files which previously did not exist in
&lt;br&gt;&amp;gt; the svn repository, using `svn diff &amp;gt;
&lt;br&gt;&amp;gt; /tmp/jira_number.patch` won't create patch that contains
&lt;br&gt;&amp;gt; newly created source files. For instance, in svn there
&lt;br&gt;&amp;gt; contained files 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; messaging 
&lt;br&gt;&amp;gt; &amp;gt; + messagedriven + a.java/ b.java 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Now I add new files
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; messaging 
&lt;br&gt;&amp;gt; &amp;gt; + messagdriven + a.java/ b.java/ c.java
&lt;br&gt;&amp;gt; &amp;gt; + d.java
&lt;br&gt;&amp;gt; &amp;gt; + e.java
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Files like d.java, e.java and c.java won't be included
&lt;br&gt;&amp;gt; in the jira_number.patch file if executing `svn diff &amp;gt;
&lt;br&gt;&amp;gt; /tmp/jira_number.patch`. And I can't commit source so I
&lt;br&gt;&amp;gt; can't do e.g. `svn add` to add source back to the
&lt;br&gt;&amp;gt; repository.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; What is the better way (best practice) to create patch
&lt;br&gt;&amp;gt; so the developers would be easier to apply or test patch?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Either &amp;quot;svn add&amp;quot; the files first (that way they get
&lt;br&gt;&amp;gt; included in the patch) or send the complete new files
&lt;br&gt;&amp;gt; separately. Ask the project which way they prefer.
&lt;br&gt;&amp;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://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425015&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425015&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551228&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551228&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-creating-patch-tp26549827p26551228.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26549911</id>
	<title>Re: Question about creating patch</title>
	<published>2009-11-27T18:08:20Z</published>
	<updated>2009-11-27T18:08:20Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Nov 27, 2009, at 19:17, Neo Anderson wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I participate in a project which uses svn as its repository and I do not have previlege to commit source back to the svn. And I encounter a problem. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Previously I alway use command `svn diff &amp;gt; /tmp/jira_number.patch` to create patch. There is no problem if I just modify existing source code. Now due to I create several java source files which previously did not exist in the svn repository, using `svn diff &amp;gt; /tmp/jira_number.patch` won't create patch that contains newly created source files. For instance, in svn there contained files 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; messaging 
&lt;br&gt;&amp;gt; + messagedriven + a.java/ b.java 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now I add new files
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; messaging 
&lt;br&gt;&amp;gt; + messagdriven + a.java/ b.java/ c.java
&lt;br&gt;&amp;gt; + d.java
&lt;br&gt;&amp;gt; + e.java
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Files like d.java, e.java and c.java won't be included in the jira_number.patch file if executing `svn diff &amp;gt; /tmp/jira_number.patch`. And I can't commit source so I can't do e.g. `svn add` to add source back to the repository.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What is the better way (best practice) to create patch so the developers would be easier to apply or test patch?
&lt;/div&gt;&lt;br&gt;Either &amp;quot;svn add&amp;quot; the files first (that way they get included in the patch) or send the complete new files separately. Ask the project which way they prefer.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425008&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425008&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549911&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549911&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-creating-patch-tp26549827p26549911.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26549827</id>
	<title>Question about creating patch</title>
	<published>2009-11-27T17:17:21Z</published>
	<updated>2009-11-27T17:17:21Z</updated>
	<author>
		<name>neo anderson</name>
	</author>
	<content type="html">I participate in a project which uses svn as its repository and I do not have previlege to commit source back to the svn. And I encounter a problem. 
&lt;br&gt;&lt;br&gt;Previously I alway use command `svn diff &amp;gt; /tmp/jira_number.patch` to create patch. There is no problem if I just modify existing source code. Now due to I create several java source files which previously did not exist in the svn repository, using `svn diff &amp;gt; /tmp/jira_number.patch` won't create patch that contains newly created source files. For instance, in svn there contained files 
&lt;br&gt;&lt;br&gt;messaging 
&lt;br&gt;+ messagedriven + a.java/ b.java 
&lt;br&gt;&lt;br&gt;Now I add new files
&lt;br&gt;&lt;br&gt;messaging 
&lt;br&gt;+ messagdriven + a.java/ b.java/ c.java
&lt;br&gt;+ d.java
&lt;br&gt;+ e.java
&lt;br&gt;&lt;br&gt;&lt;br&gt;Files like d.java, e.java and c.java won't be included in the jira_number.patch file if executing `svn diff &amp;gt; /tmp/jira_number.patch`. And I can't commit source so I can't do e.g. `svn add` to add source back to the repository.
&lt;br&gt;&lt;br&gt;What is the better way (best practice) to create patch so the developers would be easier to apply or test patch?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425006&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2425006&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549827&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549827&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-creating-patch-tp26549827p26549827.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26548944</id>
	<title>Re: make check failures</title>
	<published>2009-11-27T15:06:51Z</published>
	<updated>2009-11-27T15:06:51Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Nov 27, 2009, at 05:58, David Chamont wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I just installed python 2.4.6 and extracted cvs2svn-2.3.0. When I type &amp;quot;make check&amp;quot;, I have the failures listed below. Should I worry ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; FAIL: &amp;nbsp;run-tests.py 68: eol settings and mime types together...variant 1
&lt;br&gt;&amp;gt; FAIL: &amp;nbsp;run-tests.py 69: eol settings and mime types together...variant 2
&lt;br&gt;&amp;gt; FAIL: &amp;nbsp;run-tests.py 70: eol settings and mime types together...variant 3
&lt;br&gt;&amp;gt; FAIL: &amp;nbsp;run-tests.py 71: eol settings and mime types together...variant 4
&lt;br&gt;&amp;gt; FAIL: &amp;nbsp;run-tests.py 72: test non-setting of cvs2svn:cvs-rev property
&lt;br&gt;&amp;gt; FAIL: &amp;nbsp;run-tests.py 73: test setting of cvs2svn:cvs-rev property
&lt;br&gt;&amp;gt; FAIL: &amp;nbsp;run-tests.py 74: test setting of svn:keywords property among others
&lt;br&gt;&amp;gt; FAIL: &amp;nbsp;run-tests.py 75: test setting of svn:ignore property
&lt;br&gt;&amp;gt; FAIL: &amp;nbsp;run-tests.py 90: test auto-props
&lt;br&gt;&amp;gt; FAIL: &amp;nbsp;run-tests.py 124: svn:ignore should vanish when .cvsignore does
&lt;/div&gt;&lt;br&gt;You should probably ask the developers of cvs2svn; this list is for the core Subversion product.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424988&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424988&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548944&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548944&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/make-check-failures-tp26541535p26548944.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26548939</id>
	<title>Re: Keeping common files in trunk and branch identical</title>
	<published>2009-11-27T15:06:16Z</published>
	<updated>2009-11-27T15:06:16Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Nov 27, 2009, at 07:36, Asbjørrn Sæbø wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; If you know ahead of time which parts are likely to be kept common
&lt;br&gt;&amp;gt;&amp;gt; among all versions, the best approach might be to split them into
&lt;br&gt;&amp;gt;&amp;gt; libraries that are maintained separately and referenced as externals
&lt;br&gt;&amp;gt;&amp;gt; be all versions that use them.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That is certainly a possibility. &amp;nbsp;The problem with it is that keeping
&lt;br&gt;&amp;gt; it fine grained enough creates quite some overhead, I think. &amp;nbsp;Basically
&lt;br&gt;&amp;gt; I want to do this on a file level.
&lt;br&gt;&lt;br&gt;File-level externals do exist in recent versions of Subversion, with some additional restrictions.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424987&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424987&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548939&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548939&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Keeping-common-files-in-trunk-and-branch-identical-tp26530014p26548939.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26548578</id>
	<title>Cannot submit a changelist while obstructed item exists</title>
	<published>2009-11-27T14:21:44Z</published>
	<updated>2009-11-27T14:21:44Z</updated>
	<author>
		<name>Nick-238</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 TRANSITIONAL//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
  &lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=UTF-8&quot;&gt;
  &lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;GtkHTML/3.26.3&quot;&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;A file which has been obstructed by changing it to a symbolic link prevents&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;submitting changelists.&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;To repro, simply replace a file with a sym link of the same name, and then try&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;to submit a changelist which does not include the obstructed file.&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;Reproduced with SVN 1.6.4&lt;/FONT&gt;&lt;/TT&gt;&lt;TT&gt;, &lt;/TT&gt;&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;1.6.5&lt;/FONT&gt;&lt;/TT&gt;&lt;TT&gt;, and 1.6.6.&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;Here is an unannotated list of commands which can serve as a script to repro the&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;problem (execute from within a pre-existing repo working copy):&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; touch a.txt b.txt c.txt d.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; svn add a.txt b.txt c.txt d.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; svn commit -m &amp;quot;Add a, b, c, d&amp;quot;&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo a &amp;gt;&amp;gt; a.txt &lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo b &amp;gt;&amp;gt; b.txt &lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rm c.txt &lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ln -s d.txt c.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; svn changelist cltest a.txt b.txt &lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; svn commit --changelist cltest -m &amp;quot;test&amp;quot;&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;Here is a&lt;/FONT&gt;&lt;/TT&gt;&lt;TT&gt;n &lt;/TT&gt;&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;a&lt;/FONT&gt;&lt;/TT&gt;&lt;TT&gt;nnotated &lt;/TT&gt;&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;step-by-step repro:&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;Start with a couple modified files (a.txt &amp;amp; b.txt in this case):&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nick@nimble ~/test_repo $ ls -hal&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; total 24K&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drwxr-xr-x&amp;nbsp;&amp;nbsp; 3 nick users&amp;nbsp; 168 Sep 15 04:31 .&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drwxr-xr-x 146 nick users 7.5K Sep 15 04:16 ..&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drwxr-xr-x&amp;nbsp;&amp;nbsp; 6 nick users&amp;nbsp; 216 Sep 15 04:31 .svn&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -rw-r--r--&amp;nbsp;&amp;nbsp; 1 nick users&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 Sep 15 04:24 a.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -rw-r--r--&amp;nbsp;&amp;nbsp; 1 nick users&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 Sep 15 04:24 b.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -rw-r--r--&amp;nbsp;&amp;nbsp; 1 nick users&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Sep 15 04:31 c.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -rw-r--r--&amp;nbsp;&amp;nbsp; 1 nick users&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Sep 15 04:31 d.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nick@nimble ~/test_repo $ svn status&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;Obstruct a 3rd file (c.txt) by changing it to a symlink:&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nick@nimble ~/test_repo $ rm c.txt &lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nick@nimble ~/test_repo $ ln -s d.txt c.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nick@nimble ~/test_repo $ ls -hal&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; total 20K&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drwxr-xr-x&amp;nbsp;&amp;nbsp; 3 nick users&amp;nbsp; 168 Sep 15 04:32 .&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drwxr-xr-x 146 nick users 7.5K Sep 15 04:16 ..&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drwxr-xr-x&amp;nbsp;&amp;nbsp; 6 nick users&amp;nbsp; 216 Sep 15 04:31 .svn&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -rw-r--r--&amp;nbsp;&amp;nbsp; 1 nick users&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 Sep 15 04:24 a.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -rw-r--r--&amp;nbsp;&amp;nbsp; 1 nick users&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 Sep 15 04:24 b.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrwxrwxrwx&amp;nbsp;&amp;nbsp; 1 nick users&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 Sep 15 04:32 c.txt -&amp;gt; d.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -rw-r--r--&amp;nbsp;&amp;nbsp; 1 nick users&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Sep 15 04:31 d.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nick@nimble ~/test_repo $ svn status&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;Place the modified files (a.txt &amp;amp; b.txt) in a changelist:&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nick@nimble ~/test_repo $ svn cl cltest a.txt b.txt &lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Path 'a.txt' is now a member of changelist 'cltest'.&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Path 'b.txt' is now a member of changelist 'cltest'.&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nick@nimble ~/test_repo $ svn status&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --- Changelist 'cltest':&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a.txt&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;Attempt to commit the changelist:&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nick@nimble ~/test_repo $ svn commit --changelist cltest&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; svn: Commit failed (details follow):&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; svn: Entry '/home/nick/test_repo/c.txt' has unexpectedly changed special&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;status&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;This failure is unexpected, since the obstructed file is not in the changelist&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;which is being committed.&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;From the thread at&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;&lt;A HREF=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;amp;dsMessageId=2383349&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;amp;dsMessageId=2383349&lt;/A&gt;,&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;I've confirmed this works as expected if the obstruction is caused by changing&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;the file to a directory.&amp;nbsp; So I suspect this issue is due to obstructions which&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;TT&gt;&lt;FONT COLOR=&quot;#1a1a1a&quot;&gt;are caused by changing to a sym link.&lt;/FONT&gt;&lt;/TT&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
Nick&lt;BR&gt;
&lt;BR&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cannot-submit-a-changelist-while-obstructed-item-exists-tp26548578p26548578.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26547827</id>
	<title>Serious Problem [Subversion]</title>
	<published>2009-11-27T11:44:24Z</published>
	<updated>2009-11-27T11:44:24Z</updated>
	<author>
		<name>Ezequias Rodrigues da Rocha-2</name>
	</author>
	<content type="html">Hi Subversion users.&lt;br&gt;&lt;br&gt;I am with a serious problem of tree conflict (I gess in my repository) and I can&amp;#39;t delete a folder using tortoise.&lt;br&gt;&lt;br&gt;The message I got when I try to remove using repo-browswer is on the following link.&lt;br&gt;

&lt;br&gt;&lt;br&gt;The error I get when I try to comiit a deletion (on a cliente) is the one below:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://farm3.static.flickr.com/2521/4138380771_530d0ee860_o.jpg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://farm3.static.flickr.com/2521/4138380771_530d0ee860_o.jpg&lt;/a&gt;&lt;br&gt;

&lt;br&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;Commit&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;Commit failed (details follow):&lt;/span&gt;&lt;br style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;Aborting commit: &amp;#39;C:\Projetos\GISConnex\3-EXECUCAO\GisConnex\Fontes de &lt;/span&gt;&lt;br style=&quot;color: rgb(255, 0, 0);&quot;&gt;

&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;Interface&amp;#39; remains in conflict&lt;/span&gt;&lt;br&gt;&lt;br&gt;Sincerely&lt;br&gt;Ezequias R. da Rocha&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Serious-Problem--Subversion--tp26547827p26547827.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26545064</id>
	<title>Re: Future support to real tags and real branches?</title>
	<published>2009-11-27T08:55:26Z</published>
	<updated>2009-11-27T08:55:26Z</updated>
	<author>
		<name>Scott Gifford</name>
	</author>
	<content type="html">Ryan Schmidt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26545064&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;subversion-2009d@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;&amp;gt; I too find myself using &amp;quot;svn info&amp;quot; to find a working copy's URL to
&lt;br&gt;&amp;gt; then edit that URL on the command line -- not usually for switching
&lt;br&gt;&amp;gt; but for merging in my case, but the idea is the same. It would be
&lt;br&gt;&amp;gt; nice to be able to specify a relative URL at the command line, 
&lt;br&gt;&lt;br&gt;A shell script could do this work for you. &amp;nbsp;Here is one that
&lt;br&gt;calculates the new URL assuming the first component is ..:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; #!/bin/sh
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn_url=&amp;quot;`svn info |grep ^URL: |awk '{ print $2}'`&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn_parent_url=&amp;quot;`dirname &amp;quot;$svn_url&amp;quot;`&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; svn_new_url=&amp;quot;$svn_parent_url/$1&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; echo &amp;quot;$svn_new_url&amp;quot;
&lt;br&gt;&lt;br&gt;So, for example, running it with a parameter of &amp;quot;branches/foozle&amp;quot; will
&lt;br&gt;output the base URL with the last component removed, and
&lt;br&gt;&amp;quot;branches/foozle&amp;quot; in its place.
&lt;br&gt;&lt;br&gt;Not exactly what the OP wanted, but maybe close enough to be a good
&lt;br&gt;start.
&lt;br&gt;&lt;br&gt;-----Scott.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424921&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424921&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26545064&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26545064&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Future-support-to-real-tags-and-real-branches--tp26510504p26545064.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26544505</id>
	<title>Re: Using temporary branches and mergeinfo properties</title>
	<published>2009-11-27T08:15:12Z</published>
	<updated>2009-11-27T08:15:12Z</updated>
	<author>
		<name>Stein Somers</name>
	</author>
	<content type="html">Igor Markovic wrote:
&lt;br&gt;&amp;gt; - Now we need to merge the fixed bugs from the branch back to the trunk. (so we just merge revisions back to the trunk. Not the whole branch)
&lt;br&gt;&lt;br&gt;I guess sometimes it will be the whole branch anyway, because you merge 
&lt;br&gt;up all bug fixes, and sometimes it will be only some revisions, because 
&lt;br&gt;some bug fixes are being handled more fundamentally, right?
&lt;br&gt;&lt;br&gt;&amp;gt; This will cause all kind of mergeinfo properties on unchanged files.
&lt;br&gt;&lt;br&gt;No. Only if you merge parts of a revision: subdirectories or files in 
&lt;br&gt;changesets only. Avoid the need for that. When you fix bug A and bug B, 
&lt;br&gt;commit them separately so that you can merge the changes separately, but 
&lt;br&gt;still merge the whole changeset at once. Or if you do need to merge a 
&lt;br&gt;piece, keep track of it yourself and don't commit mergeinfo on the parts.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stein
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424885&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424885&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544505&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544505&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-temporary-branches-and-mergeinfo-properties-tp26126624p26544505.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26544126</id>
	<title>Re: password-stores = keychain on MacOSX</title>
	<published>2009-11-27T07:44:30Z</published>
	<updated>2009-11-27T07:44:30Z</updated>
	<author>
		<name>malat</name>
	</author>
	<content type="html">Hum, everytime that I log from my linux box using ssh. I then tries to
&lt;br&gt;svn up, it makes the keychain/password fails. I wonder why from a ssh
&lt;br&gt;session keychain+svn stopped working.
&lt;br&gt;&lt;br&gt;On Fri, Nov 27, 2009 at 4:26 PM, Mathieu Malaterre
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544126&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mathieu.malaterre@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I found the answer here:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.friday.com/bbum/2006/09/12/subversion-14-adds-keychain-support/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.friday.com/bbum/2006/09/12/subversion-14-adds-keychain-support/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;If you remember all of your repository passwords, simply delete the
&lt;br&gt;&amp;gt; ~/.subversion/auth/svn.simple directory.&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Deleting the directory was the key...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 6:04 PM, Mathieu Malaterre
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544126&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mathieu.malaterre@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  I am on MacOSX., here is my config files:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $ cat .subversion/config
&lt;br&gt;&amp;gt;&amp;gt; password-stores = keychain
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $ cat .subversion/servers
&lt;br&gt;&amp;gt;&amp;gt; store-passwords = yes
&lt;br&gt;&amp;gt;&amp;gt; store-plaintext-passwords = no
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Using:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $ svn --version
&lt;br&gt;&amp;gt;&amp;gt; svn, version 1.6.2 (r37639)
&lt;br&gt;&amp;gt;&amp;gt;   compiled May 20 2009, 01:36:41
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But still anytime I am doing a 'svn up', it ask me for my password. I
&lt;br&gt;&amp;gt;&amp;gt; am a complete newbie on MacOSX, so I may have been missing a command
&lt;br&gt;&amp;gt;&amp;gt; on how to setup this keychain thing on macosx. Any documentation I
&lt;br&gt;&amp;gt;&amp;gt; missed ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Mathieu
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Mathieu
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mathieu
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424879&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424879&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544126&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544126&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/password-stores-%3D-keychain-on-MacOSX-tp26482088p26544126.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26543904</id>
	<title>Re: password-stores = keychain on MacOSX</title>
	<published>2009-11-27T07:26:25Z</published>
	<updated>2009-11-27T07:26:25Z</updated>
	<author>
		<name>malat</name>
	</author>
	<content type="html">I found the answer here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.friday.com/bbum/2006/09/12/subversion-14-adds-keychain-support/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.friday.com/bbum/2006/09/12/subversion-14-adds-keychain-support/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;If you remember all of your repository passwords, simply delete the
&lt;br&gt;~/.subversion/auth/svn.simple directory.&amp;quot;
&lt;br&gt;&lt;br&gt;Deleting the directory was the key...
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 6:04 PM, Mathieu Malaterre
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543904&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mathieu.malaterre@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  I am on MacOSX., here is my config files:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ cat .subversion/config
&lt;br&gt;&amp;gt; password-stores = keychain
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ cat .subversion/servers
&lt;br&gt;&amp;gt; store-passwords = yes
&lt;br&gt;&amp;gt; store-plaintext-passwords = no
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Using:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ svn --version
&lt;br&gt;&amp;gt; svn, version 1.6.2 (r37639)
&lt;br&gt;&amp;gt;   compiled May 20 2009, 01:36:41
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But still anytime I am doing a 'svn up', it ask me for my password. I
&lt;br&gt;&amp;gt; am a complete newbie on MacOSX, so I may have been missing a command
&lt;br&gt;&amp;gt; on how to setup this keychain thing on macosx. Any documentation I
&lt;br&gt;&amp;gt; missed ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Mathieu
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mathieu
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424869&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424869&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543904&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543904&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/password-stores-%3D-keychain-on-MacOSX-tp26482088p26543904.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26543675</id>
	<title>Re: Commiting binary file on network/Samba disk - bad file permission  inside .svn/props</title>
	<published>2009-11-27T07:08:26Z</published>
	<updated>2009-11-27T07:08:26Z</updated>
	<author>
		<name>Larry Shatzer</name>
	</author>
	<content type="html">&lt;a href=&quot;http://tortoisesvn.tigris.org/faq.html#samba&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tortoisesvn.tigris.org/faq.html#samba&lt;/a&gt;&amp;nbsp;I think this applies to
&lt;br&gt;the regular svn client as well.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Nov 27, 2009 at 6:05 AM, Michal Jurosz &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543675&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rootmj_konf@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi. My guess: Committing binary file (from Windows on Samba disk) create
&lt;br&gt;&amp;gt; temp file inside .svn/props with bad permission (no write access for
&lt;br&gt;&amp;gt; user). Should I report this as bug?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # --------------------------------------------------------------------
&lt;br&gt;&amp;gt; # Commiting binary file on network/Samba disk - bad file permission
&lt;br&gt;&amp;gt; inside .svn/props.
&lt;br&gt;&amp;gt; # Commiting text files is ok. So probably no Samba config problem.
&lt;br&gt;&amp;gt; # Probably very old regression (from 1.4?). Samba config wasn't changed
&lt;br&gt;&amp;gt; since it works.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # W:\ is Linux Samba disk mouted as network drive to WinXP
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # on WinXP client
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; W:\&amp;gt;cd test-repository
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;echo text content &amp;gt; favicon.txt
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;svn add favicon.txt
&lt;br&gt;&amp;gt; A         favicon.txt
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;svn ci -m&amp;quot;text file is ok&amp;quot; favicon.txt
&lt;br&gt;&amp;gt; Adding         favicon.txt
&lt;br&gt;&amp;gt; Transmitting file data .
&lt;br&gt;&amp;gt; Committed revision 99.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;svn add favicon.ico
&lt;br&gt;&amp;gt; A  (bin)  favicon.ico
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;svn ci favicon.ico -m&amp;quot;image (binary file)&amp;quot;
&lt;br&gt;&amp;gt; Adding  (bin)  favicon.ico
&lt;br&gt;&amp;gt; Transmitting file data .svn: Commit succeeded, but other errors follow:
&lt;br&gt;&amp;gt; svn: Error bumping revisions post-commit (details follow):
&lt;br&gt;&amp;gt; svn: In directory 'W:\test-repository'
&lt;br&gt;&amp;gt; svn: Error processing command 'committed' in 'W:\test-repository'
&lt;br&gt;&amp;gt; svn: Can't move 'W:\test-repository\.svn\props\favicon.ico.svn-work' to
&lt;br&gt;&amp;gt; 'W:\test-repository\.svn\prop-base\favicon.ico.svn-base': Access denied.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;svn cleanup
&lt;br&gt;&amp;gt; svn: In directory '.'
&lt;br&gt;&amp;gt; svn: Error processing command 'committed' in '.'
&lt;br&gt;&amp;gt; svn: Can't move '.svn\props\favicon.ico.svn-work' to
&lt;br&gt;&amp;gt; '.svn\prop-base\favicon.ico.svn-base': Access denied.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # on Linux (Samba) server
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [root@ent data]# cd test-repository/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [root@ent test-repository]# ls -al .svn/props/favicon.ico.svn-work
&lt;br&gt;&amp;gt; -r-xr--r-- 1 vyvoj vyvoj 53 Aug 19 12:28 .svn/props/favicon.ico.svn-work
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [root@ent test-repository]# chmod u+w .svn/props/favicon.ico.svn-work
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # on WinXP client
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;svn cleanup
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # --------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # Bypass (&amp;quot;Solution&amp;quot;)
&lt;br&gt;&amp;gt; # Add 'force create mode = 0664' to Samba config
&lt;br&gt;&amp;gt; # Run 'service smb restart'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;svn add favicon.ico
&lt;br&gt;&amp;gt; A  (bin)  favicon.ico
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; W:\test-repository&amp;gt;svn ci favicon.ico -m&amp;quot;image (binary file)&amp;quot;
&lt;br&gt;&amp;gt; Adding  (bin)  favicon.ico
&lt;br&gt;&amp;gt; Transmitting file data .
&lt;br&gt;&amp;gt; Committed revision 104.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; S pozdravem Michal Jurosz
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424830&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424830&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543675&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt; To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543675&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424864&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424864&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543675&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26543675&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commiting-binary-file-on-network-Samba-disk---bad-file-permission-inside-.svn-props-tp26542214p26543675.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26542503</id>
	<title>Re: Keeping common files in trunk and branch identical</title>
	<published>2009-11-27T05:36:13Z</published>
	<updated>2009-11-27T05:36:13Z</updated>
	<author>
		<name>Asbjørn-2</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; Date: Thu, 26 Nov 2009 10:12:55 -0600
&lt;br&gt;&amp;gt; Subject: Re: Keeping common files in trunk and branch identical
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542503&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lesmikesell@...&lt;/a&gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542503&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaffe_1@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Nov 26, 2009 at 8:10 AM, Asbjørrn Sæbø wrote:
&lt;br&gt;&amp;gt;&amp;gt; I would like to have a branch for a different variant of our software.
&lt;br&gt;&amp;gt;&amp;gt; In the branch, some of the files will be changed. The other files I
&lt;br&gt;&amp;gt;&amp;gt; would like to keep identical between trunk and the branch. That is,
&lt;br&gt;&amp;gt;&amp;gt; I would like to avoid the parallel maintenance of the same file in
&lt;br&gt;&amp;gt;&amp;gt; the trunk and the branch. [...]
&lt;/div&gt;&lt;br&gt;&amp;gt; If you know ahead of time which parts are likely to be kept common
&lt;br&gt;&amp;gt; among all versions, the best approach might be to split them into
&lt;br&gt;&amp;gt; libraries that are maintained separately and referenced as externals
&lt;br&gt;&amp;gt; be all versions that use them.
&lt;br&gt;&lt;br&gt;That is certainly a possibility. &amp;nbsp;The problem with it is that keeping
&lt;br&gt;it fine grained enough creates quite some overhead, I think. &amp;nbsp;Basically
&lt;br&gt;I want to do this on a file level.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Asbjørn Sæbø
&lt;br&gt;&amp;nbsp;		 	 &amp;nbsp; 		 &amp;nbsp;
&lt;br&gt;_________________________________________________________________
&lt;br&gt;Windows Live: Keep your friends up to date with what you do online.
&lt;br&gt;&lt;a href=&quot;http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1:092010&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1:092010&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424844&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424844&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542503&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542503&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Keeping-common-files-in-trunk-and-branch-identical-tp26530014p26542503.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26542456</id>
	<title>RE: Keeping common files in trunk and branch identical</title>
	<published>2009-11-27T05:32:35Z</published>
	<updated>2009-11-27T05:32:35Z</updated>
	<author>
		<name>Asbjørn-2</name>
	</author>
	<content type="html">----------------------------------------
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542456&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;beppler@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: Thu, 26 Nov 2009 14:00:06 -0200
&lt;br&gt;&amp;gt; Subject: Re: Keeping common files in trunk and branch identical
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542456&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blair@...&lt;/a&gt;
&lt;br&gt;&amp;gt; CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542456&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaffe_1@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542456&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think that he wants something like the &amp;quot;share&amp;quot; feature of Visual Source Safe.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The file or project (directory) that is shared works like symlink
&lt;br&gt;&amp;gt; where you can change the contents of the file on both ends and the
&lt;br&gt;&amp;gt; change is visible on both ends. If you want to stop the share you
&lt;br&gt;&amp;gt; select the &amp;quot;branch&amp;quot; command an then they starts to have separated
&lt;br&gt;&amp;gt; contents again.
&lt;/div&gt;&lt;br&gt;That seems quite like what I am thinking of, yes.  Is anything like
&lt;br&gt;this possible in Subversion?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Asbjørn Sæbø
&lt;br&gt;&lt;br&gt;&amp;nbsp;		 	 &amp;nbsp; 		 &amp;nbsp;
&lt;br&gt;_________________________________________________________________
&lt;br&gt;Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail you.
&lt;br&gt;&lt;a href=&quot;http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424843&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424843&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542456&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542456&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Keeping-common-files-in-trunk-and-branch-identical-tp26530014p26542456.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26542435</id>
	<title>RE: Keeping common files in trunk and branch identical</title>
	<published>2009-11-27T05:30:32Z</published>
	<updated>2009-11-27T05:30:32Z</updated>
	<author>
		<name>Asbjørn-2</name>
	</author>
	<content type="html">----------------------------------------
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Subject: Re: Keeping common files in trunk and branch identical
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542435&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blair@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: Thu, 26 Nov 2009 07:42:34 -0800
&lt;br&gt;&amp;gt; CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542435&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542435&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gaffe_1@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 26, 2009, at 6:10 AM, Asbjørrn Sæbø wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would like to have a branch for a different variant of our 
&lt;br&gt;&amp;gt;&amp;gt; software. In the branch, some of the files will be changed.
&lt;br&gt;&amp;gt;&amp;gt; The other files I would like to keep identical between trunk
&lt;br&gt;&amp;gt;&amp;gt; and the branch. [...]
&lt;/div&gt;&lt;br&gt;&amp;gt; So you're looking for a feature where if any portion of a file 
&lt;br&gt;&amp;gt; has been changed in the branch then merges from the trunk for 
&lt;br&gt;&amp;gt; that file are not applied, even if the branch and trunk 
&lt;br&gt;&amp;gt; modifications affected different portions of the file?
&lt;br&gt;&lt;br&gt;NO, it was more the opposite, that if a file is _not_ changed,
&lt;br&gt;it would actually _be_ the same file in both the trunk and the 
&lt;br&gt;branch.  (Yes, I know SVN branches do not really make copies 
&lt;br&gt;until you write to the file in the branch, but that is not really
&lt;br&gt;visible for the user.  If you have module A in the trunk, and
&lt;br&gt;also module A in the branch, you can not know (without diffing or
&lt;br&gt;carefully checking logs) whether they are identical or not any 
&lt;br&gt;more, even if they have the same ancestor.
&lt;br&gt;&lt;br&gt;Actually, we do not do much merging between branches.  In the 
&lt;br&gt;past, such operations have been somewhat painful, with 
&lt;br&gt;TortoiseSVN requireing some manual control and intervenation.
&lt;br&gt;Also, how do you really track what has been merged here and 
&lt;br&gt;there?
&lt;br&gt;&lt;br&gt;ASbjørn Sæbø
&lt;br&gt;&lt;br&gt;&amp;nbsp;		 	 &amp;nbsp; 		 &amp;nbsp;
&lt;br&gt;_________________________________________________________________
&lt;br&gt;Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail you.
&lt;br&gt;&lt;a href=&quot;http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424842&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424842&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542435&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542435&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Keeping-common-files-in-trunk-and-branch-identical-tp26530014p26542435.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26542214</id>
	<title>Commiting binary file on network/Samba disk - bad file permission inside .svn/props</title>
	<published>2009-11-27T05:05:58Z</published>
	<updated>2009-11-27T05:05:58Z</updated>
	<author>
		<name>Jurosz Michal</name>
	</author>
	<content type="html">Hi. My guess: Committing binary file (from Windows on Samba disk) create
&lt;br&gt;temp file inside .svn/props with bad permission (no write access for
&lt;br&gt;user). Should I report this as bug?
&lt;br&gt;&lt;br&gt;# --------------------------------------------------------------------
&lt;br&gt;# Commiting binary file on network/Samba disk - bad file permission
&lt;br&gt;inside .svn/props.
&lt;br&gt;# Commiting text files is ok. So probably no Samba config problem.
&lt;br&gt;# Probably very old regression (from 1.4?). Samba config wasn't changed
&lt;br&gt;since it works.
&lt;br&gt;&lt;br&gt;# W:\ is Linux Samba disk mouted as network drive to WinXP
&lt;br&gt;&lt;br&gt;# on WinXP client
&lt;br&gt;&lt;br&gt;W:\&amp;gt;cd test-repository
&lt;br&gt;W:\test-repository&amp;gt;echo text content &amp;gt; favicon.txt
&lt;br&gt;W:\test-repository&amp;gt;svn add favicon.txt
&lt;br&gt;A &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; favicon.txt
&lt;br&gt;&lt;br&gt;W:\test-repository&amp;gt;svn ci -m&amp;quot;text file is ok&amp;quot; favicon.txt
&lt;br&gt;Adding &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; favicon.txt
&lt;br&gt;Transmitting file data .
&lt;br&gt;Committed revision 99.
&lt;br&gt;&lt;br&gt;W:\test-repository&amp;gt;
&lt;br&gt;&lt;br&gt;W:\test-repository&amp;gt;svn add favicon.ico
&lt;br&gt;A &amp;nbsp;(bin) &amp;nbsp;favicon.ico
&lt;br&gt;&lt;br&gt;W:\test-repository&amp;gt;svn ci favicon.ico -m&amp;quot;image (binary file)&amp;quot;
&lt;br&gt;Adding &amp;nbsp;(bin) &amp;nbsp;favicon.ico
&lt;br&gt;Transmitting file data .svn: Commit succeeded, but other errors follow:
&lt;br&gt;svn: Error bumping revisions post-commit (details follow):
&lt;br&gt;svn: In directory 'W:\test-repository'
&lt;br&gt;svn: Error processing command 'committed' in 'W:\test-repository'
&lt;br&gt;svn: Can't move 'W:\test-repository\.svn\props\favicon.ico.svn-work' to
&lt;br&gt;'W:\test-repository\.svn\prop-base\favicon.ico.svn-base': Access denied.
&lt;br&gt;&lt;br&gt;W:\test-repository&amp;gt;svn cleanup
&lt;br&gt;svn: In directory '.'
&lt;br&gt;svn: Error processing command 'committed' in '.'
&lt;br&gt;svn: Can't move '.svn\props\favicon.ico.svn-work' to
&lt;br&gt;'.svn\prop-base\favicon.ico.svn-base': Access denied.
&lt;br&gt;&lt;br&gt;&lt;br&gt;# on Linux (Samba) server
&lt;br&gt;&lt;br&gt;[root@ent data]# cd test-repository/
&lt;br&gt;&lt;br&gt;[root@ent test-repository]# ls -al .svn/props/favicon.ico.svn-work
&lt;br&gt;-r-xr--r-- 1 vyvoj vyvoj 53 Aug 19 12:28 .svn/props/favicon.ico.svn-work
&lt;br&gt;&lt;br&gt;[root@ent test-repository]# chmod u+w .svn/props/favicon.ico.svn-work
&lt;br&gt;&lt;br&gt;&lt;br&gt;# on WinXP client
&lt;br&gt;&lt;br&gt;W:\test-repository&amp;gt;svn cleanup
&lt;br&gt;W:\test-repository&amp;gt;
&lt;br&gt;&lt;br&gt;# --------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;# Bypass (&amp;quot;Solution&amp;quot;)
&lt;br&gt;# Add 'force create mode = 0664' to Samba config
&lt;br&gt;# Run 'service smb restart'
&lt;br&gt;&lt;br&gt;W:\test-repository&amp;gt;svn add favicon.ico
&lt;br&gt;A &amp;nbsp;(bin) &amp;nbsp;favicon.ico
&lt;br&gt;&lt;br&gt;W:\test-repository&amp;gt;svn ci favicon.ico -m&amp;quot;image (binary file)&amp;quot;
&lt;br&gt;Adding &amp;nbsp;(bin) &amp;nbsp;favicon.ico
&lt;br&gt;Transmitting file data .
&lt;br&gt;Committed revision 104.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;S pozdravem Michal Jurosz
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424830&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424830&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542214&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542214&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commiting-binary-file-on-network-Samba-disk---bad-file-permission-inside-.svn-props-tp26542214p26542214.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26541535</id>
	<title>make check failures</title>
	<published>2009-11-27T03:58:55Z</published>
	<updated>2009-11-27T03:58:55Z</updated>
	<author>
		<name>David Chamont</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I just installed python 2.4.6 and extracted cvs2svn-2.3.0. When I type &amp;quot;make check&amp;quot;, I have the failures listed below. Should I worry ?
&lt;br&gt;&lt;br&gt;FAIL: &amp;nbsp;run-tests.py 68: eol settings and mime types together...variant 1
&lt;br&gt;FAIL: &amp;nbsp;run-tests.py 69: eol settings and mime types together...variant 2
&lt;br&gt;FAIL: &amp;nbsp;run-tests.py 70: eol settings and mime types together...variant 3
&lt;br&gt;FAIL: &amp;nbsp;run-tests.py 71: eol settings and mime types together...variant 4
&lt;br&gt;FAIL: &amp;nbsp;run-tests.py 72: test non-setting of cvs2svn:cvs-rev property
&lt;br&gt;FAIL: &amp;nbsp;run-tests.py 73: test setting of cvs2svn:cvs-rev property
&lt;br&gt;FAIL: &amp;nbsp;run-tests.py 74: test setting of svn:keywords property among others
&lt;br&gt;FAIL: &amp;nbsp;run-tests.py 75: test setting of svn:ignore property
&lt;br&gt;FAIL: &amp;nbsp;run-tests.py 90: test auto-props
&lt;br&gt;FAIL: &amp;nbsp;run-tests.py 124: svn:ignore should vanish when .cvsignore does
&lt;br&gt;&lt;br&gt;David.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424818&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424818&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541535&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541535&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/make-check-failures-tp26541535p26541535.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26539984</id>
	<title>RE: Using temporary branches and mergeinfo properties</title>
	<published>2009-11-27T01:41:38Z</published>
	<updated>2009-11-27T01:41:38Z</updated>
	<author>
		<name>Igor Markovic-3</name>
	</author>
	<content type="html">Sorry that I didn't replied for a while. I didn't noticed there were any replies on my message.
&lt;br&gt;&lt;br&gt;Ok, I'll try to explain it a bit more:
&lt;br&gt;- All developers work on the trunk. 
&lt;br&gt;- After all features are in we have a feature stop and branch the whole trunk.
&lt;br&gt;- Most developers will now continue to work on the trunk and add new features for future releases. 
&lt;br&gt;- We do some small bug fixing on the branch and when everything is working as it should, we tag the brach and release the product.
&lt;br&gt;&lt;br&gt;Till here everything is working as expected.
&lt;br&gt;&lt;br&gt;- Now we need to merge the fixed bugs from the branch back to the trunk. (so we just merge revisions back to the trunk. Not the whole branch)
&lt;br&gt;&lt;br&gt;This will cause all kind of mergeinfo properties on unchanged files.
&lt;br&gt;&lt;br&gt;We also sometimes work the other way around. We sometimes fix bugs on the trunk or add new features to the trunk that need to be merged to the branch (so we can release a service pack containig fixes/new feature based on the old version of the software). This will also cause a lot of empty mergeinfo properties for a lot of files.
&lt;br&gt;&lt;br&gt;Server: 1.6.5
&lt;br&gt;Client: TurtoiseSVN 1.6.5, Subversion 1.6.5 (commandline tool)
&lt;br&gt;&lt;br&gt;It even goes wrong when I self create a branch, do some changes on that branch and merge those changes back to the trunk on the same computer (so no other/older version of SVN are used in between)
&lt;br&gt;&lt;br&gt;I noticed that it sometimes can help if I turn on the 'Ignore ancestry' checkbox when merging.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424808&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424808&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539984&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-temporary-branches-and-mergeinfo-properties-tp26126624p26539984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26539509</id>
	<title>Re: Expected FS format '2'; found format '4' error</title>
	<published>2009-11-27T00:56:08Z</published>
	<updated>2009-11-27T00:56:08Z</updated>
	<author>
		<name>Stuart Reeves-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;Yes, you were absolutely right. A rather stupid error---I realised that 
&lt;br&gt;the user I was logging in as via svn had correct macports (/opt/local) 
&lt;br&gt;paths set in .profile but didn't have any .bashrc. I guess in the 
&lt;br&gt;non-interactive version of the shell it wasn't sourcing .profile so was 
&lt;br&gt;defaulting to the wrong installation of svn.
&lt;br&gt;&lt;br&gt;Thanks for your help, problem now resolved.
&lt;br&gt;&lt;br&gt;On Thu, 26 Nov 2009, Kevin Grover wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I suspect that you have a path problem: the ssh session is probably using a
&lt;br&gt;&amp;gt; path that gets you an old (default installed?) version of svn.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Nov 26, 2009 at 5:22 AM, Stuart Reeves &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539509&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I think this is a common problem, and have found relevant answers on the
&lt;br&gt;&amp;gt;&amp;gt; web and on the mailing lists, however nothing seems to have worked for
&lt;br&gt;&amp;gt;&amp;gt; this problem yet, so I apologise if I have missed something obvious.
&lt;br&gt;&amp;gt;&amp;gt; Anyway.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm running svn on two Macs (toga, the client machine and float, the
&lt;br&gt;&amp;gt;&amp;gt; server are running OS X and OS X Server respectively). The server's
&lt;br&gt;&amp;gt;&amp;gt; repository has been working fine for a long time. I access the repo via
&lt;br&gt;&amp;gt;&amp;gt; ssh (i.e., the svn+ssh method). Then something happened and I get the
&lt;br&gt;&amp;gt;&amp;gt; following message when performing vital svn operations (e.g., up, ci,
&lt;br&gt;&amp;gt;&amp;gt; etc.):
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [stuartn@toga:~/doc]$ svn up
&lt;br&gt;&amp;gt;&amp;gt; Password:
&lt;br&gt;&amp;gt;&amp;gt; svn: Expected FS format '2'; found format '4'
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Both the server and the client have their svn package compiled from the
&lt;br&gt;&amp;gt;&amp;gt; latest version available on macports, i.e.,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [stuartn@toga:~/doc]$ svn --version
&lt;br&gt;&amp;gt;&amp;gt; svn, version 1.6.5 (r38866)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;compiled Nov 17 2009, 18:14:25
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have hunted around the web for a solution, but it seems like the
&lt;br&gt;&amp;gt;&amp;gt; recommendation everywhere is to ensure that my svnadmin and svn commands
&lt;br&gt;&amp;gt;&amp;gt; are all the right version. Unfortunately, both on the client and the
&lt;br&gt;&amp;gt;&amp;gt; server have identical versions of svn, svnadmin and all the other tools.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; As far as I can tell, svnserve is running ok on the server:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [stuart@float:/Shared]$ pstree | grep svnserve
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;|--= 00114 root /opt/local/bin/svnserve --daemon --root /usr/local/svn
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I even checked the format of the repo to make sure I hadn't done anything
&lt;br&gt;&amp;gt;&amp;gt; stupid (like created the repo with an older version of svn that was
&lt;br&gt;&amp;gt;&amp;gt; already on OS X):
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [stuart@float:/Shared]$ cat svn/format
&lt;br&gt;&amp;gt;&amp;gt; 5
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; As someone noted on a forum, there are indeed two copies of svn on the
&lt;br&gt;&amp;gt;&amp;gt; server, however the macports build is being pointed at for everything:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [stuart@float:~]$ which svnserve
&lt;br&gt;&amp;gt;&amp;gt; /opt/local/bin/svnserve
&lt;br&gt;&amp;gt;&amp;gt; [stuart@float:~]$ which svnadmin
&lt;br&gt;&amp;gt;&amp;gt; /opt/local/bin/svnadmin
&lt;br&gt;&amp;gt;&amp;gt; [stuart@float:~]$ which svn
&lt;br&gt;&amp;gt;&amp;gt; /opt/local/bin/svn
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have tried removing subversion from both the server and the client to
&lt;br&gt;&amp;gt;&amp;gt; use the version of svn found on OS X in /usr/bin (including restarting
&lt;br&gt;&amp;gt;&amp;gt; svnserve on the server to ensure it points at /usr/bin/svnserve). This
&lt;br&gt;&amp;gt;&amp;gt; produces the same result (i.e., the error).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm sure there *must* be something I'm missing but I can't figure out what
&lt;br&gt;&amp;gt;&amp;gt; it might be. Any help is much appreciated...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Stuart Reeves
&lt;br&gt;&amp;gt;&amp;gt; ---
&lt;br&gt;&amp;gt;&amp;gt; Researcher
&lt;br&gt;&amp;gt;&amp;gt; Dept. Computing Science, University of Glasgow
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539509&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.dcs.gla.ac.uk/~stuartr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dcs.gla.ac.uk/~stuartr&lt;/a&gt;&amp;nbsp;&amp;lt;&lt;a href=&quot;http://www.dcs.gla.ac.uk/%7Estuartr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dcs.gla.ac.uk/%7Estuartr&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424593&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424593&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539509&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing
&lt;br&gt;&amp;gt;&amp;gt; list.
&lt;br&gt;&amp;gt;&amp;gt; To subscribe to the new list, send an empty e-mail to &amp;lt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539509&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Stuart Reeves
&lt;br&gt;---
&lt;br&gt;Researcher
&lt;br&gt;Dept. Computing Science, University of Glasgow
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539509&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://www.dcs.gla.ac.uk/~stuartr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dcs.gla.ac.uk/~stuartr&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424796&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424796&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539509&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539509&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expected-FS-format-%272%27--found-format-%274%27-error-tp26529447p26539509.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26539024</id>
	<title>Re: Want to check for any Security update for Subversion 1.4.5</title>
	<published>2009-11-27T00:04:04Z</published>
	<updated>2009-11-27T00:04:04Z</updated>
	<author>
		<name>Stefan Sperling-7</name>
	</author>
	<content type="html">On Fri, Nov 27, 2009 at 02:23:36AM +0530, Satheesh Kumar2 wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am Satheesh from IBM, i am supporting Subversion 1.4.5 for one of our 
&lt;br&gt;&amp;gt; customer. we have yearly checks for any security update for the products 
&lt;br&gt;&amp;gt; that we install and support for our customers.
&lt;br&gt;&amp;gt; Could you please let me know if any security update relased for the 
&lt;br&gt;&amp;gt; Subversion 1.4.5.
&lt;br&gt;&lt;br&gt;1.5.7 and 1.6.4 were security fix releases (CVE-2009-2411).
&lt;br&gt;The vendor you are getting 1.4.5 from may have 1.4.x patches for this
&lt;br&gt;problem, but 1.4.x is no longer supported by the Subversion project.
&lt;br&gt;The project only supports two stable releases at a time, and in
&lt;br&gt;practice, the older of the two gets little attention and receives
&lt;br&gt;critical securify fixes only.
&lt;br&gt;&lt;br&gt;You should update to the latest 1.6.x release if possible.
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424783&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424783&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539024&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26539024&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Want-to-check-for-any-Security-update-for-Subversion-1.4.5-tp26538288p26539024.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538470</id>
	<title>Re: Manual file copy to set up a Working copy?</title>
	<published>2009-11-26T22:46:17Z</published>
	<updated>2009-11-26T22:46:17Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Nov 26, 2009, at 20:45, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538470&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Michael.Mowbray@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I have a 3.8GB working copy of a repository that I need to set up on a remote computer down a 4Mbit link from the Subversion server. &amp;nbsp;Rather than ‘svn checkout’ the working copy across this link, is it possible to take the local created working copy, burn it to DVD, hand carry it to the remote computer, copy it to disk there and end up with a valid working copy at the remote computer?
&lt;br&gt;&lt;br&gt;Yes, that should work fine. 
&lt;br&gt;&lt;br&gt;But note that data is compressed when transmitted over the wire, and also a working copy contains a complete redundant set of all files, so the amount of data transmitted over the network would be only a fraction of the 3.8-GB working copy size. (What fraction depends on how compressable your data is.)
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424773&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424773&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538470&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538470&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Manual-file-copy-to-set-up-a-Working-copy--tp26538282p26538470.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538323</id>
	<title>Re: Want to check for any Security update for Subversion 1.4.5</title>
	<published>2009-11-26T22:19:29Z</published>
	<updated>2009-11-26T22:19:29Z</updated>
	<author>
		<name>dextrous</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 27, 2009 at 2:23 AM, Satheesh Kumar2 &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538323&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sathkum4@...&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;br&gt;&lt;font face=&quot;sans-serif&quot; size=&quot;2&quot;&gt;Hi,&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font face=&quot;sans-serif&quot; size=&quot;2&quot;&gt;I am Satheesh from IBM, i am supporting
Subversion 1.4.5 for one of our customer. we have yearly checks for any
security update for the products that we install and support for our customers.&lt;/font&gt;
&lt;br&gt;&lt;font face=&quot;sans-serif&quot; size=&quot;2&quot;&gt;Could you please let me know if any
security update relased for the Subversion 1.4.5.&lt;/font&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt; &lt;br&gt;Its time to update as Subversion 1.4.x is no more supported.&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Vishwajeet Singh&lt;br&gt;+91-9657702154 | &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538323&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dextrous85@...&lt;/a&gt; | &lt;a href=&quot;http://singhvishwajeet.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://singhvishwajeet.com&lt;/a&gt;&lt;br&gt;
Twitter: &lt;a href=&quot;http://twitter.com/vishwajeets&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/vishwajeets&lt;/a&gt; | LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/singhvishwajeet&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/singhvishwajeet&lt;/a&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Want-to-check-for-any-Security-update-for-Subversion-1.4.5-tp26538288p26538323.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538045</id>
	<title>Re: question about &quot;svn diff&quot;+&quot;ignore files&quot; (.orig/.rej/~)</title>
	<published>2009-11-26T21:24:37Z</published>
	<updated>2009-11-26T21:24:37Z</updated>
	<author>
		<name>Konstantin Kolinko</name>
	</author>
	<content type="html">2009/11/21 Alfred Perlstein &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538045&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bright@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We have a script that invokes &amp;quot;svn diff&amp;quot; and then annotates
&lt;br&gt;&amp;gt; the output for us.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; One thing I noticed is that unlike CVS, when invoked on
&lt;br&gt;&amp;gt; a &amp;quot;should be ignored file&amp;quot;, basically a file that matches
&lt;br&gt;&amp;gt;  *.orig, *.rej and *~, then &amp;quot;svn diff&amp;quot; will emit that file
&lt;br&gt;&amp;gt; like so:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ? foo.orig
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; CVS however will not emit anything.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now both SVN and CVS will not emit anything if &amp;quot;diff&amp;quot; is invoked
&lt;br&gt;&amp;gt; on the containing directory.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My basic issue is that I'm not sure what to do...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because of the &amp;quot;? file.orig&amp;quot; output of SVN, my program assumes
&lt;br&gt;&amp;gt; that this are files that need adding.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So:
&lt;br&gt;&amp;gt; 1) any ideas?
&lt;br&gt;&amp;gt; 2) Is there some way to query SVN about the files that should be ignored
&lt;br&gt;&amp;gt; so that I can filter them in my program?
&lt;br&gt;&amp;gt; 3) Is there a way to get &amp;quot;svn diff&amp;quot; to ignore the file (generate ZERO output)
&lt;br&gt;&amp;gt; when this is a file that should be ignored like &amp;quot;cvs diff&amp;quot;?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thank you,
&lt;br&gt;&amp;gt; --
&lt;/div&gt;&lt;br&gt;I think that you can add those name patterns to the global-ignores
&lt;br&gt;property in the Subversion configuration file. That is
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /etc/subversion/config
&lt;br&gt;and
&lt;br&gt;&amp;nbsp; &amp;nbsp; ~/.subversion/config
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://svnbook.red-bean.com/nightly/en/svn.advanced.confarea.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnbook.red-bean.com/nightly/en/svn.advanced.confarea.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;The *.orig pattern is not included in the default value of
&lt;br&gt;global-ignores (while *.rej and *~ are there).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Also, it is usually recommended to use language bindings, instead of
&lt;br&gt;trying to parse svn command output.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Konstantin Kolinko
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424757&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424757&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538045&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538045&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/question-about-%22svn-diff%22%2B%22ignore-files%22-%28.orig-.rej-%7E%29-tp26451129p26538045.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537401</id>
	<title>Re: Future support to real tags and real branches?</title>
	<published>2009-11-26T18:59:35Z</published>
	<updated>2009-11-26T18:59:35Z</updated>
	<author>
		<name>Mark Phippard-3</name>
	</author>
	<content type="html">On Thu, Nov 26, 2009 at 8:56 PM, Ryan Schmidt
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537401&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;subversion-2009d@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; This was added in 1.6 and it is purely a client feature so it works
&lt;br&gt;&amp;gt;&amp;gt; with an server version.  The syntax is:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $ svn switch ^/branches/mybranch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The release notes say &amp;quot;^/&amp;quot; is relative to the repository root, not the working copy URL.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://subversion.tigris.org/svn_1.6_releasenotes.html#repository-root-relative-urls&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/svn_1.6_releasenotes.html#repository-root-relative-urls&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In the example given above, there are presumably many projects in a deeply nested hierarchy in a single repository.
&lt;/div&gt;&lt;br&gt;Right. &amp;nbsp;I did not catch that.
&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://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424742&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424742&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537401&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537401&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Future-support-to-real-tags-and-real-branches--tp26510504p26537401.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538282</id>
	<title>Manual file copy to set up a Working copy?</title>
	<published>2009-11-26T18:45:01Z</published>
	<updated>2009-11-26T18:45:01Z</updated>
	<author>
		<name>Michael.Mowbray</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=Content-Type 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-AU link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;I have a 3.8GB working copy of a repository that I need to
set up on a remote computer down a 4Mbit link from the Subversion server.&amp;nbsp;
Rather than &amp;#8216;svn checkout&amp;#8217; the working copy across this link, is it
possible to take the local created working copy, burn it to DVD, hand carry it
to the remote computer, copy it to disk there and end up with a valid working
copy at the remote computer?&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;Many thanks in advance,&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;b&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:blue'&gt;Michael
Mowbray&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:blue'&gt;Technical
Support Specialist&lt;br&gt;
Lihir Services Australia Pty Ltd&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:blue'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&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/Manual-file-copy-to-set-up-a-Working-copy--tp26538282p26538282.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538519</id>
	<title>subscribe</title>
	<published>2009-11-26T18:37:10Z</published>
	<updated>2009-11-26T18:37:10Z</updated>
	<author>
		<name>Michael.Mowbray</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=Content-Type 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-AU link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;subscribe&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/subscribe-tp26538519p26538519.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537173</id>
	<title>Re: Expected FS format '2'; found format '4' error</title>
	<published>2009-11-26T18:09:18Z</published>
	<updated>2009-11-26T18:09:18Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Nov 26, 2009, at 07:22, Stuart Reeves wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm running svn on two Macs (toga, the client machine and float, the 
&lt;br&gt;&amp;gt; server are running OS X and OS X Server respectively). The server's 
&lt;br&gt;&amp;gt; repository has been working fine for a long time. I access the repo via 
&lt;br&gt;&amp;gt; ssh (i.e., the svn+ssh method). Then something happened and I get the 
&lt;br&gt;&amp;gt; following message when performing vital svn operations (e.g., up, ci, 
&lt;br&gt;&amp;gt; etc.):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [stuartn@toga:~/doc]$ svn up
&lt;br&gt;&amp;gt; Password:
&lt;br&gt;&amp;gt; svn: Expected FS format '2'; found format '4'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Both the server and the client have their svn package compiled from the 
&lt;br&gt;&amp;gt; latest version available on macports, i.e.,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [stuartn@toga:~/doc]$ svn --version
&lt;br&gt;&amp;gt; svn, version 1.6.5 (r38866)
&lt;br&gt;&amp;gt; &amp;nbsp; compiled Nov 17 2009, 18:14:25
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have hunted around the web for a solution, but it seems like the 
&lt;br&gt;&amp;gt; recommendation everywhere is to ensure that my svnadmin and svn commands 
&lt;br&gt;&amp;gt; are all the right version. Unfortunately, both on the client and the 
&lt;br&gt;&amp;gt; server have identical versions of svn, svnadmin and all the other tools.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As far as I can tell, svnserve is running ok on the server:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [stuart@float:/Shared]$ pstree | grep svnserve
&lt;br&gt;&amp;gt; |--= 00114 root /opt/local/bin/svnserve --daemon --root /usr/local/svn
&lt;/div&gt;&lt;br&gt;Because you are using svn+ssh, svnserve will be automatically started for each connection and closed afterward. Any svnserve daemon you've manually started will not be used for anything.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; I even checked the format of the repo to make sure I hadn't done anything 
&lt;br&gt;&amp;gt; stupid (like created the repo with an older version of svn that was 
&lt;br&gt;&amp;gt; already on OS X):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [stuart@float:/Shared]$ cat svn/format
&lt;br&gt;&amp;gt; 5
&lt;br&gt;&lt;br&gt;Wrong format file: the one it's talking about is in svn/db/format, which should confirm that the db format is 4 as the message stated.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; As someone noted on a forum, there are indeed two copies of svn on the 
&lt;br&gt;&amp;gt; server, however the macports build is being pointed at for everything:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [stuart@float:~]$ which svnserve
&lt;br&gt;&amp;gt; /opt/local/bin/svnserve
&lt;br&gt;&amp;gt; [stuart@float:~]$ which svnadmin
&lt;br&gt;&amp;gt; /opt/local/bin/svnadmin
&lt;br&gt;&amp;gt; [stuart@float:~]$ which svn
&lt;br&gt;&amp;gt; /opt/local/bin/svn
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have tried removing subversion from both the server and the client to 
&lt;br&gt;&amp;gt; use the version of svn found on OS X in /usr/bin (including restarting 
&lt;br&gt;&amp;gt; svnserve on the server to ensure it points at /usr/bin/svnserve). This 
&lt;br&gt;&amp;gt; produces the same result (i.e., the error).
&lt;/div&gt;&lt;br&gt;As Kevin said, when you're connecting via svn+ssh, the PATH doesn't contain /opt/local/bin, therefore it's using the svnserve in /usr/bin, which is too old to understand a version-4 repository database.
&lt;br&gt;&lt;br&gt;To set up your modified PATH so that it is used by noninteractive shells, such as the one started by the svn+ssh connection, I believe you need to set it in the ~/.bashrc of whatever user you're connecting to the server as. The MacPorts installer sets the PATH in your ~/.profile or ~/.bash_profile, but those aren't used by noninteractive shells.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424731&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2424731&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537173&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537173&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Expected-FS-format-%272%27--found-format-%274%27-error-tp26529447p26537173.html" />
</entry>

</feed>
