<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How to create and apply a patch with Subversion</title> <atom:link href="http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/feed/" rel="self" type="application/rss+xml" /><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/</link> <description>Code Monkey</description> <lastBuildDate>Fri, 12 Mar 2010 19:43:08 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Me</title><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/comment-page-1/#comment-11590</link> <dc:creator>Me</dc:creator> <pubDate>Thu, 18 Feb 2010 23:18:16 +0000</pubDate> <guid
isPermaLink="false">http://beta.ariejan.net/?p=140#comment-11590</guid> <description>Great writeup exactly what I was looking for. Thanks!</description> <content:encoded><![CDATA[<p>Great writeup exactly what I was looking for. Thanks!</p> ]]></content:encoded> </item> <item><title>By: how to create and apply a patch with subversion &#187; 豆派</title><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/comment-page-1/#comment-11338</link> <dc:creator>how to create and apply a patch with subversion &#187; 豆派</dc:creator> <pubDate>Sun, 20 Dec 2009 05:09:58 +0000</pubDate> <guid
isPermaLink="false">http://beta.ariejan.net/?p=140#comment-11338</guid> <description>[...] here is the resoure: http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/ [...]</description> <content:encoded><![CDATA[<p>[...] here is the resoure: <a
href="http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/" rel="nofollow">http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/</a> [...]</p> ]]></content:encoded> </item> <item><title>By: Arkady Ten</title><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/comment-page-1/#comment-10753</link> <dc:creator>Arkady Ten</dc:creator> <pubDate>Wed, 03 Jun 2009 17:44:43 +0000</pubDate> <guid
isPermaLink="false">http://beta.ariejan.net/?p=140#comment-10753</guid> <description>@Ian. http://gnuwin32.sourceforge.net/packages/patch.htm</description> <content:encoded><![CDATA[<p>@Ian. <a
href="http://gnuwin32.sourceforge.net/packages/patch.htm" rel="nofollow">http://gnuwin32.sourceforge.net/packages/patch.htm</a></p> ]]></content:encoded> </item> <item><title>By: Phillip Harrington</title><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/comment-page-1/#comment-10752</link> <dc:creator>Phillip Harrington</dc:creator> <pubDate>Wed, 03 Jun 2009 15:20:12 +0000</pubDate> <guid
isPermaLink="false">http://beta.ariejan.net/?p=140#comment-10752</guid> <description>@ian patch is not an SVN command. It&#039;s a separate program. Not sure how you would obtain it depending on your OS, but I&#039;m sure you could try yum or apt-get or aptitude install...</description> <content:encoded><![CDATA[<p>@ian patch is not an SVN command. It&#8217;s a separate program. Not sure how you would obtain it depending on your OS, but I&#8217;m sure you could try yum or apt-get or aptitude install&#8230;</p> ]]></content:encoded> </item> <item><title>By: Phillip Harrington</title><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/comment-page-1/#comment-10751</link> <dc:creator>Phillip Harrington</dc:creator> <pubDate>Wed, 03 Jun 2009 15:18:59 +0000</pubDate> <guid
isPermaLink="false">http://beta.ariejan.net/?p=140#comment-10751</guid> <description>Thank you for this article. It really helped me out. Another tip is to use specific revision numbers like so:svn diff -r OLD:NEW &gt; changes_file.diffAnd I just did a bunch of them by adding the file, then appending to the diff file on subsequent iterations.svn diff path/to/local/file.php -r OLD:NEW &gt;&gt; changes_file.diff</description> <content:encoded><![CDATA[<p>Thank you for this article. It really helped me out. Another tip is to use specific revision numbers like so:</p><p>svn diff -r OLD:NEW &gt; changes_file.diff</p><p>And I just did a bunch of them by adding the file, then appending to the diff file on subsequent iterations.</p><p>svn diff path/to/local/file.php -r OLD:NEW &gt;&gt; changes_file.diff</p> ]]></content:encoded> </item> <item><title>By: Ian</title><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/comment-page-1/#comment-10746</link> <dc:creator>Ian</dc:creator> <pubDate>Mon, 01 Jun 2009 10:54:35 +0000</pubDate> <guid
isPermaLink="false">http://beta.ariejan.net/?p=140#comment-10746</guid> <description>Hi there - its a pretty simple question (im new to svn) but i can seem to find the &quot;patch&quot; command.Ive tried &quot;patch&quot; and &quot;svn patch&quot; in a command window but neither exist. Any ideas what im doing wrong? Is this a seperate tool?Thanks in advance,
Ian</description> <content:encoded><![CDATA[<p>Hi there &#8211; its a pretty simple question (im new to svn) but i can seem to find the &#8220;patch&#8221; command.</p><p>Ive tried &#8220;patch&#8221; and &#8220;svn patch&#8221; in a command window but neither exist. Any ideas what im doing wrong? Is this a seperate tool?</p><p>Thanks in advance,<br
/> Ian</p> ]]></content:encoded> </item> <item><title>By: Soumen (rimbik)</title><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/comment-page-1/#comment-10737</link> <dc:creator>Soumen (rimbik)</dc:creator> <pubDate>Mon, 18 May 2009 05:33:59 +0000</pubDate> <guid
isPermaLink="false">http://beta.ariejan.net/?p=140#comment-10737</guid> <description>Hi,
Lets say I have a project called &#039;Proj-A&#039; located at :https://scmt-ccnet.company.com/svn/repos/Proj-A/Source,and I make changes here (Adding both new files and updating existing for fix).
Assume I committed 10 files. Now I need to apply the same changes in the actual project base lets say inhttps://scmt-ccnet.company.com/svn/Final-repos/Proj-A/SourceQuestion: Is it possible to use a patch using the said technique to apply all the changes in the new svn source?Regards,
Soumen Dey (Rimbik), India</description> <content:encoded><![CDATA[<p>Hi,<br
/> Lets say I have a project called &#8216;Proj-A&#8217; located at :</p><p><a
href="https://scmt-ccnet.company.com/svn/repos/Proj-A/Source" rel="nofollow">https://scmt-ccnet.company.com/svn/repos/Proj-A/Source</a>,</p><p>and I make changes here (Adding both new files and updating existing for fix).<br
/> Assume I committed 10 files. Now I need to apply the same changes in the actual project base lets say in</p><p><a
href="https://scmt-ccnet.company.com/svn/Final-repos/Proj-A/Source" rel="nofollow">https://scmt-ccnet.company.com/svn/Final-repos/Proj-A/Source</a></p><p>Question: Is it possible to use a patch using the said technique to apply all the changes in the new svn source?</p><p>Regards,<br
/> Soumen Dey (Rimbik), India</p> ]]></content:encoded> </item> <item><title>By: Ariejan de Vroom</title><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/comment-page-1/#comment-10558</link> <dc:creator>Ariejan de Vroom</dc:creator> <pubDate>Sun, 06 Jul 2008 16:05:56 +0000</pubDate> <guid
isPermaLink="false">http://beta.ariejan.net/?p=140#comment-10558</guid> <description>@alex I haven&#039;t tried, but I think this will also be included one way or another in the .diff file generated. Just give it a try ;-)</description> <content:encoded><![CDATA[<p>@alex I haven&#8217;t tried, but I think this will also be included one way or another in the .diff file generated. Just give it a try ;-)</p> ]]></content:encoded> </item> <item><title>By: alex</title><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/comment-page-1/#comment-10557</link> <dc:creator>alex</dc:creator> <pubDate>Sun, 06 Jul 2008 10:11:39 +0000</pubDate> <guid
isPermaLink="false">http://beta.ariejan.net/?p=140#comment-10557</guid> <description>how to deal with situation when &quot;patch process&quot; includes inserting new binary files(like images) to repositary?</description> <content:encoded><![CDATA[<p>how to deal with situation when &#8220;patch process&#8221; includes inserting new binary files(like images) to repositary?</p> ]]></content:encoded> </item> <item><title>By: Snippets: svn:ignore and patch &#171; ELIÆ</title><link>http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/comment-page-1/#comment-793</link> <dc:creator>Snippets: svn:ignore and patch &#171; ELIÆ</dc:creator> <pubDate>Thu, 27 Sep 2007 16:02:00 +0000</pubDate> <guid
isPermaLink="false">http://beta.ariejan.net/?p=140#comment-793</guid> <description>[...] more rare: creating patches: see this post  Published [...]</description> <content:encoded><![CDATA[<p>[...] more rare: creating patches: see this post  Published [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached (user agent is rejected)

Served from: starbuck.ariejan.net @ 2010-03-12 23:34:33 -->