<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Komentarze do wpisu: The nightmare has returned with new name: svn:ignore</title>
	<atom:link href="http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/</link>
	<description>Gdyby ludzie rozmawiali tylko o tym, co rozumieją, zapadłaby nad światem wielka cisza.</description>
	<pubDate>Fri, 12 Mar 2010 14:15:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Przez: ArturR</title>
		<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-11281</link>
		<dc:creator>ArturR</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-11281</guid>
		<description>Bardzo pomocne, dzieki !</description>
		<content:encoded><![CDATA[<p>Bardzo pomocne, dzieki !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Phunkk</title>
		<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-11003</link>
		<dc:creator>Phunkk</dc:creator>
		<pubDate>Fri, 16 Oct 2009 09:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-11003</guid>
		<description>Brilliant article, the explanation couldn't be any more clear! Tnx a lot (-:</description>
		<content:encoded><![CDATA[<p>Brilliant article, the explanation couldn&#8217;t be any more clear! Tnx a lot (-:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: sandrar</title>
		<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-10941</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-10941</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.heavymind.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Recursive</title>
		<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-10604</link>
		<dc:creator>Recursive</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-10604</guid>
		<description>to setup directories recursive use -R:

svn propset svn:ignore '*' sess/ -R</description>
		<content:encoded><![CDATA[<p>to setup directories recursive use -R:</p>
<p>svn propset svn:ignore &#8216;*&#8217; sess/ -R</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Ritesh Sood</title>
		<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-10418</link>
		<dc:creator>Ritesh Sood</dc:creator>
		<pubDate>Mon, 23 Mar 2009 10:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-10418</guid>
		<description>Never ever use '' as delimiters when publishing on the web, the markup engine will gobble them up. The following line in my above post
"will quote the and you will see ^M in it’s place."
should actually be
"(Ctrl-V)(Enter) will quote the (Enter) and you will see ^M in it’s place."
I had initially typed  '' where you now see '(' , ')'</description>
		<content:encoded><![CDATA[<p>Never ever use &#8221; as delimiters when publishing on the web, the markup engine will gobble them up. The following line in my above post<br />
&#8220;will quote the and you will see ^M in it’s place.&#8221;<br />
should actually be<br />
&#8220;(Ctrl-V)(Enter) will quote the (Enter) and you will see ^M in it’s place.&#8221;<br />
I had initially typed  &#8221; where you now see &#8216;(&#8217; , &#8216;)&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Ritesh Sood</title>
		<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-10417</link>
		<dc:creator>Ritesh Sood</dc:creator>
		<pubDate>Mon, 23 Mar 2009 10:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-10417</guid>
		<description>What do you do when you want to ignore two or three files/dirs and pattern matching doesn't make sense? Here's how I found out: So I had these directories MathML/ and mails/ in my current directory which I wanted svn to ignore. This was my first day with svn so although I had read about propedit, I only remembered propset. Some (logical) experimentation:
$ svn propset svn:ignore 'MathML mails' .
$ svn status
 M     .
?      MathML
?      mails
A      Epi-Curves.nb
A      n-D-Curves.nb
No joy. How about (dirs separated by `,")
$ svn propset svn:ignore 'MathML, mails' .
$ svn status
 M     .
?      MathML
?      mails
A      Epi-Curves.nb
A      n-D-Curves.nb
Nope! referring to the svn book,
"When found on a versioned directory, the svn:ignore property is expected to contain a list of newline-delimited file patterns that Subversion should use to determine ignorable objects in that same directory." So the devil in this detail is the "newline-delimited" requirement. Hmm, how do you get a newline on the command line? well, you quote them.  will quote the  and you will see ^M in it's place. So here we go:
$ svn propset svn:ignore 'MathML^Mmails' .
$ svn propget svn:ignore 
MathML
mails
and simply to admire our handy work
svn status
 M     .
A      Epi-Curves.nb
A      n-D-Curves.nb
gone, chole-gache !
Btw, the quote character in emacs is M-q (or is it C-q ?) find that useful occasionally ...</description>
		<content:encoded><![CDATA[<p>What do you do when you want to ignore two or three files/dirs and pattern matching doesn&#8217;t make sense? Here&#8217;s how I found out: So I had these directories MathML/ and mails/ in my current directory which I wanted svn to ignore. This was my first day with svn so although I had read about propedit, I only remembered propset. Some (logical) experimentation:<br />
$ svn propset svn:ignore &#8216;MathML mails&#8217; .<br />
$ svn status<br />
 M     .<br />
?      MathML<br />
?      mails<br />
A      Epi-Curves.nb<br />
A      n-D-Curves.nb<br />
No joy. How about (dirs separated by `,&#8221;)<br />
$ svn propset svn:ignore &#8216;MathML, mails&#8217; .<br />
$ svn status<br />
 M     .<br />
?      MathML<br />
?      mails<br />
A      Epi-Curves.nb<br />
A      n-D-Curves.nb<br />
Nope! referring to the svn book,<br />
&#8220;When found on a versioned directory, the svn:ignore property is expected to contain a list of newline-delimited file patterns that Subversion should use to determine ignorable objects in that same directory.&#8221; So the devil in this detail is the &#8220;newline-delimited&#8221; requirement. Hmm, how do you get a newline on the command line? well, you quote them.  will quote the  and you will see ^M in it&#8217;s place. So here we go:<br />
$ svn propset svn:ignore &#8216;MathML^Mmails&#8217; .<br />
$ svn propget svn:ignore<br />
MathML<br />
mails<br />
and simply to admire our handy work<br />
svn status<br />
 M     .<br />
A      Epi-Curves.nb<br />
A      n-D-Curves.nb<br />
gone, chole-gache !<br />
Btw, the quote character in emacs is M-q (or is it C-q ?) find that useful occasionally &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Brandon Teo</title>
		<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-10123</link>
		<dc:creator>Brandon Teo</dc:creator>
		<pubDate>Fri, 16 Jan 2009 03:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-10123</guid>
		<description>To edit the svn prop fiel for the current directory, do this:

svn propedit svn:ignore .

your editor will launch thereafter and just add * to the file and save</description>
		<content:encoded><![CDATA[<p>To edit the svn prop fiel for the current directory, do this:</p>
<p>svn propedit svn:ignore .</p>
<p>your editor will launch thereafter and just add * to the file and save</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: How to exclude/ignore a directory from SVN? - Techie Corner</title>
		<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-9544</link>
		<dc:creator>How to exclude/ignore a directory from SVN? - Techie Corner</dc:creator>
		<pubDate>Wed, 13 Aug 2008 01:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-9544</guid>
		<description>[...] Heavymind         Share and [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Heavymind         Share and [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Kubek Bartosz</title>
		<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-707</link>
		<dc:creator>Kubek Bartosz</dc:creator>
		<pubDate>Fri, 04 Jan 2008 18:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-707</guid>
		<description>@Petri Sirkkala: You right, this is also an option that I haven't mention it.</description>
		<content:encoded><![CDATA[<p>@Petri Sirkkala: You right, this is also an option that I haven&#8217;t mention it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Petri Sirkkala</title>
		<link>http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-706</link>
		<dc:creator>Petri Sirkkala</dc:creator>
		<pubDate>Fri, 04 Jan 2008 17:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/#comment-706</guid>
		<description>Hi, 

I would like to add that svn propset svn:ignore sess logs would also work. In that case even the sess directory won't be in the repository.

Also it might be easyer to use svn propedit, which will use an editor. There no quotes are needed when using wildcard glob characters.

-Pete</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I would like to add that svn propset svn:ignore sess logs would also work. In that case even the sess directory won&#8217;t be in the repository.</p>
<p>Also it might be easyer to use svn propedit, which will use an editor. There no quotes are needed when using wildcard glob characters.</p>
<p>-Pete</p>
]]></content:encoded>
	</item>
</channel>
</rss>
