<?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>Sun, 19 May 2013 06:12:08 GMT</pubDate>
<item>
<title>(SVN) svn recursively ignore - claudiodev</title>
<link>http://snipplr.com/view/67821/svn-recursively-ignore/</link>
<description><![CDATA[ <p>Recursively ignore files matching the defined pattern starting from the current directory</p> ]]></description>
<pubDate>Sat, 20 Oct 2012 03:25:55 GMT</pubDate>
<guid>http://snipplr.com/view/67821/svn-recursively-ignore/</guid>
</item>
<item>
<title>(SVN) SVN st/up one/two punch - inreflection7</title>
<link>http://snipplr.com/view/65266/svn-stup-onetwo-punch/</link>
<description><![CDATA[ <p>First, st -u the file to get a revision number
Then, make a note of the revision. In case you need to rollback up to the revision number. No space after the r in -r.</p> ]]></description>
<pubDate>Wed, 30 May 2012 08:00:13 GMT</pubDate>
<guid>http://snipplr.com/view/65266/svn-stup-onetwo-punch/</guid>
</item>
<item>
<title>(SVN) SVN dry run before update - matula</title>
<link>http://snipplr.com/view/65046/svn-dry-run-before-update/</link>
<description><![CDATA[ <p>svn merge --dry-run -r BASE:HEAD .</p> ]]></description>
<pubDate>Thu, 24 May 2012 00:45:40 GMT</pubDate>
<guid>http://snipplr.com/view/65046/svn-dry-run-before-update/</guid>
</item>
<item>
<title>(SVN) svn update dryrun - svleeuwen</title>
<link>http://snipplr.com/view/60633/svn-update-dryrun/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 08 Nov 2011 21:34:13 GMT</pubDate>
<guid>http://snipplr.com/view/60633/svn-update-dryrun/</guid>
</item>
<item>
<title>(SVN) Add all new files into an SVN repo - Meander365</title>
<link>http://snipplr.com/view/58663/add-all-new-files-into-an-svn-repo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Sep 2011 10:04:25 GMT</pubDate>
<guid>http://snipplr.com/view/58663/add-all-new-files-into-an-svn-repo/</guid>
</item>
<item>
<title>(SVN) SVN Dry Run - irishsk</title>
<link>http://snipplr.com/view/57392/svn-dry-run/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 Jul 2011 22:00:07 GMT</pubDate>
<guid>http://snipplr.com/view/57392/svn-dry-run/</guid>
</item>
<item>
<title>(SVN) SVN Resolve - daninfpj</title>
<link>http://snipplr.com/view/56841/svn-resolve/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Jul 2011 05:39:52 GMT</pubDate>
<guid>http://snipplr.com/view/56841/svn-resolve/</guid>
</item>
<item>
<title>(SVN) recursively add new files to SVN - pyroblue</title>
<link>http://snipplr.com/view/53835/recursively-add-new-files-to-svn/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 20 May 2011 13:35:40 GMT</pubDate>
<guid>http://snipplr.com/view/53835/recursively-add-new-files-to-svn/</guid>
</item>
<item>
<title>(SVN) Coda / SVN SSL Certificate Fix - ronal</title>
<link>http://snipplr.com/view/53481/coda--svn-ssl-certificate-fix/</link>
<description><![CDATA[ <p>How to Accept SSL certificates through terminal to fix for Coda</p> ]]></description>
<pubDate>Fri, 13 May 2011 03:20:51 GMT</pubDate>
<guid>http://snipplr.com/view/53481/coda--svn-ssl-certificate-fix/</guid>
</item>
<item>
<title>(SVN) Merge branche avec trunk - Phibo</title>
<link>http://snipplr.com/view/53455/merge-branche-avec-trunk/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 May 2011 20:00:09 GMT</pubDate>
<guid>http://snipplr.com/view/53455/merge-branche-avec-trunk/</guid>
</item>
<item>
<title>(SVN) SVN : revert d'une revision en particulier - Phibo</title>
<link>http://snipplr.com/view/53446/svn--revert-dune-revision-en-particulier/</link>
<description><![CDATA[ <p>Si on veut reverter la revision 109 :</p> ]]></description>
<pubDate>Thu, 12 May 2011 19:17:44 GMT</pubDate>
<guid>http://snipplr.com/view/53446/svn--revert-dune-revision-en-particulier/</guid>
</item>
<item>
<title>(SVN) svn previous revision - rahijain</title>
<link>http://snipplr.com/view/51595/svn-previous-revision/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Apr 2011 18:03:27 GMT</pubDate>
<guid>http://snipplr.com/view/51595/svn-previous-revision/</guid>
</item>
<item>
<title>(SVN) jailshell or bash add svn recursively - acosonic</title>
<link>http://snipplr.com/view/49341/jailshell-or-bash-add-svn-recursively/</link>
<description><![CDATA[ <p>navigate to your svn repo folder and type:

svn add * --force</p> ]]></description>
<pubDate>Tue, 22 Feb 2011 00:16:40 GMT</pubDate>
<guid>http://snipplr.com/view/49341/jailshell-or-bash-add-svn-recursively/</guid>
</item>
<item>
<title>(SVN) SVN: Get list of changes between revisions - BenClayton</title>
<link>http://snipplr.com/view/49000/svn-get-list-of-changes-between-revisions/</link>
<description><![CDATA[ <p>use HEAD for ENDREV to see changes between revision and date.

Outputs e.g:

D       audio

M       screens/index.json

M       code/index.js

M       geo/geo.json

M       geo/features.json

M       module.json</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 22:17:55 GMT</pubDate>
<guid>http://snipplr.com/view/49000/svn-get-list-of-changes-between-revisions/</guid>
</item>
<item>
<title>(SVN) Subversion ignore directory contents - ef</title>
<link>http://snipplr.com/view/48919/subversion-ignore-directory-contents/</link>
<description><![CDATA[ <p>Command used to ignore all contents of specific directory</p> ]]></description>
<pubDate>Sun, 13 Feb 2011 09:07:44 GMT</pubDate>
<guid>http://snipplr.com/view/48919/subversion-ignore-directory-contents/</guid>
</item>
<item>
<title>(SVN) Git -> Colors - yanek1988</title>
<link>http://snipplr.com/view/47787/git--colors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 24 Jan 2011 19:17:43 GMT</pubDate>
<guid>http://snipplr.com/view/47787/git--colors/</guid>
</item>
<item>
<title>(SVN) Git -> pretty log - yanek1988</title>
<link>http://snipplr.com/view/47612/git--pretty-log/</link>
<description><![CDATA[ <p>Opcja	Opis
%H	Suma kontrolna zmiany
%h	Skrócona suma kontrolna zmiany
%T	Suma kontrolna drzewa
%t	Skrócona suma kontrolna drzewa
%P	Sumy kontrolne rodziców
%p	Skrócone sumy kontrolne rodziców
%an	Nazwisko autora
%ae	Adres e-mail autora
%ad	Data autora (format respektuje opcję -date=)
%ar	Względna data autora
%cn	Nazwisko zatwierdzającego zmiany
%ce	Adres e-mail zatwierdzającego zmiany
%cd	Data zatwierdzającego zmiany
%cr	Data zatwierdzającego zmiany, względna
%s	Temat</p> ]]></description>
<pubDate>Fri, 21 Jan 2011 00:06:28 GMT</pubDate>
<guid>http://snipplr.com/view/47612/git--pretty-log/</guid>
</item>
<item>
<title>(SVN) jsTree - Patch for allowing open/closed images using the Type plugin - smchristensen</title>
<link>http://snipplr.com/view/44765/jstree--patch-for-allowing-openclosed-images-using-the-type-plugin/</link>
<description><![CDATA[ <p>Based on revision 233</p> ]]></description>
<pubDate>Wed, 24 Nov 2010 08:43:01 GMT</pubDate>
<guid>http://snipplr.com/view/44765/jstree--patch-for-allowing-openclosed-images-using-the-type-plugin/</guid>
</item>
<item>
<title>(SVN) TortoiseSVN save Samba-Config - simondiercks</title>
<link>http://snipplr.com/view/44315/tortoisesvn-save-sambaconfig/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Nov 2010 01:14:22 GMT</pubDate>
<guid>http://snipplr.com/view/44315/tortoisesvn-save-sambaconfig/</guid>
</item>
<item>
<title>(SVN) Repository dump, load and change location - mikael12</title>
<link>http://snipplr.com/view/43512/repository-dump-load-and-change-location/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Nov 2010 02:27:37 GMT</pubDate>
<guid>http://snipplr.com/view/43512/repository-dump-load-and-change-location/</guid>
</item>
</channel>
</rss>