<?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/bash/tags/subversion</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 21:19:03 GMT</pubDate>
<item>
<title>(Bash) Import exported/dumped Subversion repository - cczona</title>
<link>http://snipplr.com/view/56673/import-exporteddumped-subversion-repository/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Jul 2011 04:09:27 GMT</pubDate>
<guid>http://snipplr.com/view/56673/import-exporteddumped-subversion-repository/</guid>
</item>
<item>
<title>(Bash) SVN to Hg conversion with hgimportsvn - munkypot</title>
<link>http://snipplr.com/view/45922/svn-to-hg-conversion-with-hgimportsvn/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 18 Dec 2010 23:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/45922/svn-to-hg-conversion-with-hgimportsvn/</guid>
</item>
<item>
<title>(Bash) Undoing (reverse merging) changes/versions in Subversion - cczona</title>
<link>http://snipplr.com/view/45271/undoing-reverse-merging-changesversions-in-subversion/</link>
<description><![CDATA[ <p>[See also: http://snipplr.com/view/12048]

Oops, didn't mean to commit that?  Undo it easily:</p> ]]></description>
<pubDate>Sat, 04 Dec 2010 12:24:25 GMT</pubDate>
<guid>http://snipplr.com/view/45271/undoing-reverse-merging-changesversions-in-subversion/</guid>
</item>
<item>
<title>(Bash) Subversion Adding All Unversion Files - philsown</title>
<link>http://snipplr.com/view/35820/subversion-adding-all-unversion-files/</link>
<description><![CDATA[ <p>A quick script to add all of your unversioned files. Good when working in bulk.</p> ]]></description>
<pubDate>Thu, 17 Jun 2010 09:27:10 GMT</pubDate>
<guid>http://snipplr.com/view/35820/subversion-adding-all-unversion-files/</guid>
</item>
<item>
<title>(Bash) Searching through Subversion history - zingo</title>
<link>http://snipplr.com/view/31291/searching-through-subversion-history/</link>
<description><![CDATA[ <p>grep through all history from within a Subversion working directory, like:

$ svngrep SecItemCopyMatching *</p> ]]></description>
<pubDate>Sun, 11 Apr 2010 19:53:03 GMT</pubDate>
<guid>http://snipplr.com/view/31291/searching-through-subversion-history/</guid>
</item>
<item>
<title>(Bash) CLI Sync Command for Warehouse SVN Repository Browser - tcmacdonald</title>
<link>http://snipplr.com/view/27698/cli-sync-command-for-warehouse-svn-repository-browser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Feb 2010 11:09:40 GMT</pubDate>
<guid>http://snipplr.com/view/27698/cli-sync-command-for-warehouse-svn-repository-browser/</guid>
</item>
<item>
<title>(Bash) SVN log, only for this branch - noah</title>
<link>http://snipplr.com/view/26955/svn-log-only-for-this-branch/</link>
<description><![CDATA[ <p>Use SVN log to print only the history of the current branch.  The `--stop-on-copy` option will print the entire history of the current branch, and then stop.</p> ]]></description>
<pubDate>Sun, 24 Jan 2010 12:52:05 GMT</pubDate>
<guid>http://snipplr.com/view/26955/svn-log-only-for-this-branch/</guid>
</item>
<item>
<title>(Bash) Get Subversion Revision of Directory - iloveitaly</title>
<link>http://snipplr.com/view/25983/get-subversion-revision-of-directory/</link>
<description><![CDATA[ <p>gets the svn version of the cwd</p> ]]></description>
<pubDate>Tue, 05 Jan 2010 21:31:25 GMT</pubDate>
<guid>http://snipplr.com/view/25983/get-subversion-revision-of-directory/</guid>
</item>
<item>
<title>(Bash) List of committers in a Subversion repository - sebastian_bergmann</title>
<link>http://snipplr.com/view/25368/list-of-committers-in-a-subversion-repository/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Dec 2009 03:27:42 GMT</pubDate>
<guid>http://snipplr.com/view/25368/list-of-committers-in-a-subversion-repository/</guid>
</item>
<item>
<title>(Bash) Delete .svn folders recursively on linux - abwaters</title>
<link>http://snipplr.com/view/21146/delete-svn-folders-recursively-on-linux/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Oct 2009 02:47:07 GMT</pubDate>
<guid>http://snipplr.com/view/21146/delete-svn-folders-recursively-on-linux/</guid>
</item>
<item>
<title>(Bash) Filter Subversion log by username - sonnyg</title>
<link>http://snipplr.com/view/20459/filter-subversion-log-by-username/</link>
<description><![CDATA[ <p>svn log | sed -n '/username/,/-----$/ p'</p> ]]></description>
<pubDate>Wed, 30 Sep 2009 05:29:21 GMT</pubDate>
<guid>http://snipplr.com/view/20459/filter-subversion-log-by-username/</guid>
</item>
<item>
<title>(Bash) Git and SVN Status in the Bash Prompt - zingo</title>
<link>http://snipplr.com/view/19999/git-and-svn-status-in-the-bash-prompt/</link>
<description><![CDATA[ <p>Put this into your ~/.bashrc script and you should see the Git/SVN status in your prompt if your working directory is a sandbox.</p> ]]></description>
<pubDate>Tue, 22 Sep 2009 00:01:21 GMT</pubDate>
<guid>http://snipplr.com/view/19999/git-and-svn-status-in-the-bash-prompt/</guid>
</item>
<item>
<title>(Bash) Import a new repo into subversion - pmaciver</title>
<link>http://snipplr.com/view/16567/import-a-new-repo-into-subversion/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 Jul 2009 00:07:24 GMT</pubDate>
<guid>http://snipplr.com/view/16567/import-a-new-repo-into-subversion/</guid>
</item>
<item>
<title>(Bash) Subversion Inconsistent line ending style error message - alexaivars</title>
<link>http://snipplr.com/view/14732/subversion-inconsistent-line-ending-style-error-message/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 May 2009 10:35:55 GMT</pubDate>
<guid>http://snipplr.com/view/14732/subversion-inconsistent-line-ending-style-error-message/</guid>
</item>
<item>
<title>(Bash) Version all unversioned files in an SVN checkout - endorfin</title>
<link>http://snipplr.com/view/13104/version-all-unversioned-files-in-an-svn-checkout/</link>
<description><![CDATA[ <p>Sometimes, you want to add a lot of files to SVN from the command line. This simple command will find all unversioned files in an SVN checkout and adds them to SVN versioning.</p> ]]></description>
<pubDate>Fri, 13 Mar 2009 17:27:30 GMT</pubDate>
<guid>http://snipplr.com/view/13104/version-all-unversioned-files-in-an-svn-checkout/</guid>
</item>
<item>
<title>(Bash) Remove all "missing" files from a SVN working copy - afiedler</title>
<link>http://snipplr.com/view/9997/remove-all-missing-files-from-a-svn-working-copy/</link>
<description><![CDATA[ <p>If you accidentally deleted files from a subversion working copy, subversion marks them missing instead of deleted. This command will delete them correctly from the repository.</p> ]]></description>
<pubDate>Sun, 23 Nov 2008 14:28:58 GMT</pubDate>
<guid>http://snipplr.com/view/9997/remove-all-missing-files-from-a-svn-working-copy/</guid>
</item>
<item>
<title>(Bash) Remove .svn Directorys - endorfin</title>
<link>http://snipplr.com/view/9702/remove-svn-directorys/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Nov 2008 02:06:59 GMT</pubDate>
<guid>http://snipplr.com/view/9702/remove-svn-directorys/</guid>
</item>
<item>
<title>(Bash) Recursive svn:ignore - wbowers</title>
<link>http://snipplr.com/view/8491/recursive-svnignore/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Sep 2008 20:54:04 GMT</pubDate>
<guid>http://snipplr.com/view/8491/recursive-svnignore/</guid>
</item>
<item>
<title>(Bash) Point subversion working copy to moved repository URL - cczona</title>
<link>http://snipplr.com/view/6855/point-subversion-working-copy-to-moved-repository-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 23 Jun 2008 13:48:01 GMT</pubDate>
<guid>http://snipplr.com/view/6855/point-subversion-working-copy-to-moved-repository-url/</guid>
</item>
<item>
<title>(Bash) Find how many commits / revisions have been made per directory in svn - JacobSingh</title>
<link>http://snipplr.com/view/5489/find-how-many-commits--revisions-have-been-made-per-directory-in-svn/</link>
<description><![CDATA[ <p>Useful when trying to cleanup a large repo to see where you've made the most changes</p> ]]></description>
<pubDate>Wed, 19 Mar 2008 04:50:57 GMT</pubDate>
<guid>http://snipplr.com/view/5489/find-how-many-commits--revisions-have-been-made-per-directory-in-svn/</guid>
</item>
</channel>
</rss>