<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/svn</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 08 Oct 2008 06:51:57 GMT</pubDate>
<item>
<title>(SVN) Switch SVN Access URL from HTTP to SVN+SSH - iloveitaly</title>
<link>http://snipplr.com/view/8046/switch-svn-access-url-from-http-to-svnssh/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Aug 2008 20:13:46 GMT</pubDate>
<guid>http://snipplr.com/view/8046/switch-svn-access-url-from-http-to-svnssh/</guid>
</item>
<item>
<title>(SVN) Template for DocBlock and svn:keywords - zingo</title>
<link>http://snipplr.com/view/7479/template-for-docblock-and-svnkeywords/</link>
<description><![CDATA[ <p>Substitute and update keywords like $HeadURL$, $Revision$, etc. in a file on every commit to subversion repos.

1. Set svn:keywords on repos:
$ svn propset --recursive svn:keywords 'HeadURL Revision LastChangedBy Date' /path/to/repo

2. Use this source in your file.</p> ]]></description>
<pubDate>Thu, 24 Jul 2008 17:04:02 GMT</pubDate>
<guid>http://snipplr.com/view/7479/template-for-docblock-and-svnkeywords/</guid>
</item>
<item>
<title>(SVN) Another sample SVN code - udayrayala</title>
<link>http://snipplr.com/view/5157/another-sample-svn-code/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 23 Feb 2008 05:02:29 GMT</pubDate>
<guid>http://snipplr.com/view/5157/another-sample-svn-code/</guid>
</item>
<item>
<title>(SVN) Edit the ignored files in the current directory. - jachin</title>
<link>http://snipplr.com/view/4469/edit-the-ignored-files-in-the-current-directory/</link>
<description><![CDATA[ <p>Run this command when you are in the directory where you want to changes the files that get ignored.</p> ]]></description>
<pubDate>Tue, 08 Jan 2008 17:31:17 GMT</pubDate>
<guid>http://snipplr.com/view/4469/edit-the-ignored-files-in-the-current-directory/</guid>
</item>
<item>
<title>(SVN) svn diff with 20 lines of context - jachin</title>
<link>http://snipplr.com/view/4386/svn-diff-with-20-lines-of-context/</link>
<description><![CDATA[ <p>To change the amount of context change the number after -U</p> ]]></description>
<pubDate>Thu, 20 Dec 2007 03:22:05 GMT</pubDate>
<guid>http://snipplr.com/view/4386/svn-diff-with-20-lines-of-context/</guid>
</item>
<item>
<title>(SVN) Merge branch back into the trunk - edwinjanmoss</title>
<link>http://snipplr.com/view/3949/merge-branch-back-into-the-trunk/</link>
<description><![CDATA[ <p>where 686 is revision when the branch was created and 725 is the HEAD, into the working copy of the trunk</p> ]]></description>
<pubDate>Fri, 19 Oct 2007 11:08:01 GMT</pubDate>
<guid>http://snipplr.com/view/3949/merge-branch-back-into-the-trunk/</guid>
</item>
<item>
<title>(SVN) Merge from trunk - edwinjanmoss</title>
<link>http://snipplr.com/view/3948/merge-from-trunk/</link>
<description><![CDATA[ <p>revision 679 changes thru to 690 into branch 1.1, into working copy of branch</p> ]]></description>
<pubDate>Fri, 19 Oct 2007 11:07:09 GMT</pubDate>
<guid>http://snipplr.com/view/3948/merge-from-trunk/</guid>
</item>
<item>
<title>(SVN) Reversing a check in - edwinjanmoss</title>
<link>http://snipplr.com/view/3947/reversing-a-check-in/</link>
<description><![CDATA[ <p>Go back to revision 263</p> ]]></description>
<pubDate>Fri, 19 Oct 2007 11:06:03 GMT</pubDate>
<guid>http://snipplr.com/view/3947/reversing-a-check-in/</guid>
</item>
<item>
<title>(SVN) edit svn:externals - edwinjanmoss</title>
<link>http://snipplr.com/view/3929/edit-svnexternals/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Oct 2007 15:42:55 GMT</pubDate>
<guid>http://snipplr.com/view/3929/edit-svnexternals/</guid>
</item>
<item>
<title>(SVN) Subversion repository URL changed, update the working copy so that it points to the new URL. - noah</title>
<link>http://snipplr.com/view/3749/subversion-repository-url-changed-update-the-working-copy-so-that-it-points-to-the-new-url/</link>
<description><![CDATA[ <p>Run this command from within a directory that is a Subversion working copy.  The following command changes the host name of the server from "arithromancy" to "arithromancy.local".</p> ]]></description>
<pubDate>Wed, 19 Sep 2007 18:45:50 GMT</pubDate>
<guid>http://snipplr.com/view/3749/subversion-repository-url-changed-update-the-working-copy-so-that-it-points-to-the-new-url/</guid>
</item>
<item>
<title>(SVN) remove missing files with SVN - bartbons</title>
<link>http://snipplr.com/view/2362/remove-missing-files-with-svn/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 20 Mar 2007 02:39:50 GMT</pubDate>
<guid>http://snipplr.com/view/2362/remove-missing-files-with-svn/</guid>
</item>
<item>
<title>(SVN) Command shortform - mountainash</title>
<link>http://snipplr.com/view/2162/command-shortform/</link>
<description><![CDATA[ <p>This is just a collection of shortened SVN commands (may take a split-second of time less than normal)</p> ]]></description>
<pubDate>Mon, 12 Feb 2007 16:16:04 GMT</pubDate>
<guid>http://snipplr.com/view/2162/command-shortform/</guid>
</item>
<item>
<title>(SVN) Add RubyOnRails application to svn repository - spider</title>
<link>http://snipplr.com/view/2112/add-rubyonrails-application-to-svn-repository/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 03 Feb 2007 17:10:21 GMT</pubDate>
<guid>http://snipplr.com/view/2112/add-rubyonrails-application-to-svn-repository/</guid>
</item>
<item>
<title>(SVN) Create a new svn Repository for new RoR application - spider</title>
<link>http://snipplr.com/view/2109/create-a-new-svn-repository-for-new-ror-application/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 03 Feb 2007 15:56:51 GMT</pubDate>
<guid>http://snipplr.com/view/2109/create-a-new-svn-repository-for-new-ror-application/</guid>
</item>
<item>
<title>(SVN) Limpiar un arbol de directorios de los directorios .svn - buscarini</title>
<link>http://snipplr.com/view/1021/limpiar-un-arbol-de-directorios-de-los-directorios-svn/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Sep 2006 03:46:56 GMT</pubDate>
<guid>http://snipplr.com/view/1021/limpiar-un-arbol-de-directorios-de-los-directorios-svn/</guid>
</item>
<item>
<title>(SVN) Subversion quickstart - ishikawa</title>
<link>http://snipplr.com/view/631/subversion-quickstart/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Aug 2006 23:56:07 GMT</pubDate>
<guid>http://snipplr.com/view/631/subversion-quickstart/</guid>
</item>
<item>
<title>(SVN) Remove All .svn Directories - speck</title>
<link>http://snipplr.com/view/201/remove-all-svn-directories/</link>
<description><![CDATA[ <p>Recursively removes all .svn directories within a directory</p> ]]></description>
<pubDate>Sun, 02 Jul 2006 16:42:33 GMT</pubDate>
<guid>http://snipplr.com/view/201/remove-all-svn-directories/</guid>
</item>
</channel>
</rss>