<?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/tags/svn</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 16:10:47 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>(Bash) Get files changed between 2 revisions in SVN - isholgueras</title>
<link>http://snipplr.com/view/62191/get-files-changed-between-2-revisions-in-svn/</link>
<description><![CDATA[ <p>This script get (in the correct tree folder structure) all files changed between 2 revisions. 
NOTICE: This scripts does not advice about files deleted</p> ]]></description>
<pubDate>Fri, 30 Dec 2011 23:15:28 GMT</pubDate>
<guid>http://snipplr.com/view/62191/get-files-changed-between-2-revisions-in-svn/</guid>
</item>
<item>
<title>(DOS Batch) Import svn repository dump - altern</title>
<link>http://snipplr.com/view/62093/import-svn-repository-dump/</link>
<description><![CDATA[ <p>script imports svn dump into the repository</p> ]]></description>
<pubDate>Thu, 22 Dec 2011 22:22:25 GMT</pubDate>
<guid>http://snipplr.com/view/62093/import-svn-repository-dump/</guid>
</item>
<item>
<title>(DOS Batch) Create svn repository dump - altern</title>
<link>http://snipplr.com/view/62092/create-svn-repository-dump/</link>
<description><![CDATA[ <p>Batch script creates repository dump of specific project in repository. It assumes that repository has following structure:

    /project1
        /trunk
        /tags
        /branches

    /project2
        /trunk
        /tags
        /branches
    ...
    /projectN
        /trunk
        /tags
        /branches

Needs UnxUtils installed to be executed successfully(http://unxutils.sourceforge.net/)</p> ]]></description>
<pubDate>Thu, 22 Dec 2011 22:04:54 GMT</pubDate>
<guid>http://snipplr.com/view/62092/create-svn-repository-dump/</guid>
</item>
<item>
<title>(DOS Batch) Create initial svn repository structure - altern</title>
<link>http://snipplr.com/view/62091/create-initial-svn-repository-structure/</link>
<description><![CDATA[ <p>Batch script creates initial svn repository structure according to SCM framework (http://scm.altern.kiev.ua):
    /project
        /trunk
        /tags
            /builds
                /PA
                /A
                /B
            /releases
                /AR
                /BR
                /RC
                /ST
        /branches
            /support
            /releases
            /experimental
            /feature</p> ]]></description>
<pubDate>Thu, 22 Dec 2011 21:53:48 GMT</pubDate>
<guid>http://snipplr.com/view/62091/create-initial-svn-repository-structure/</guid>
</item>
<item>
<title>(DOS Batch) svn add recursively on windows - altern</title>
<link>http://snipplr.com/view/62067/svn-add-recursively-on-windows/</link>
<description><![CDATA[ <p>'svn add' all unversioned files in a working copy to svn repository recursively on windows</p> ]]></description>
<pubDate>Thu, 22 Dec 2011 01:56:28 GMT</pubDate>
<guid>http://snipplr.com/view/62067/svn-add-recursively-on-windows/</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>(Bash) How to transfer files to server via SVN - Xixian</title>
<link>http://snipplr.com/view/59526/how-to-transfer-files-to-server-via-svn/</link>
<description><![CDATA[ <p>Because our server is a virtual machine inside a virtual machine (it's like inception), we can't transfer file using FTP. You need using SVN repository as a bridge to do so.

Follow [Exercise 3](http://www.cs.sfu.ca/cc/470/ggbaker/exer/3 "Exercise 3"), create a folder in your own computer, checkout from your *INDIVIDUAL* repository (the url we used for exercise 3 is for group project, use this one instead)

`https://punch.cs.sfu.ca/svn/CMPT470-1117-userid`

Put some file in the folder and commit, your files will be upload to the repository.

Now you can download these files from repository to the server.</p> ]]></description>
<pubDate>Fri, 07 Oct 2011 19:01:00 GMT</pubDate>
<guid>http://snipplr.com/view/59526/how-to-transfer-files-to-server-via-svn/</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 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>(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) Delete unversioned and ignored files from SVN - ionutzp</title>
<link>http://snipplr.com/view/56450/delete-unversioned-and-ignored-files-from-svn/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Jul 2011 19:08:36 GMT</pubDate>
<guid>http://snipplr.com/view/56450/delete-unversioned-and-ignored-files-from-svn/</guid>
</item>
<item>
<title>(AppleScript) Remove .svn folders via terminal - janlodey</title>
<link>http://snipplr.com/view/55827/remove-svn-folders-via-terminal/</link>
<description><![CDATA[ <p>Use from the directory you want to strip .svn folders from. This will run through all child folders and recursively remove any .svn folder.</p> ]]></description>
<pubDate>Tue, 28 Jun 2011 18:06:23 GMT</pubDate>
<guid>http://snipplr.com/view/55827/remove-svn-folders-via-terminal/</guid>
</item>
<item>
<title>(Bash) Rar directories excluding .svn folders - meekgeek</title>
<link>http://snipplr.com/view/55564/rar-directories-excluding-svn-folders/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Jun 2011 04:27:53 GMT</pubDate>
<guid>http://snipplr.com/view/55564/rar-directories-excluding-svn-folders/</guid>
</item>
<item>
<title>(PHP) Apostrophe SVN Foreign Copy - jigante</title>
<link>http://snipplr.com/view/54972/apostrophe-svn-foreign-copy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 08 Jun 2011 01:34:27 GMT</pubDate>
<guid>http://snipplr.com/view/54972/apostrophe-svn-foreign-copy/</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>(Bash) SVN dru run - michaJlS</title>
<link>http://snipplr.com/view/53600/svn-dru-run/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 15 May 2011 18:11:44 GMT</pubDate>
<guid>http://snipplr.com/view/53600/svn-dru-run/</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) 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>
</channel>
</rss>