<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Xixian</title>
<link>http://snipplr.com/users/Xixian/tags/linux</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 10:15:20 GMT</pubDate>
<item>
<title>(Bash) How to transfer files to server via SVN</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>
</channel>
</rss>