<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>BrockWoolf.com</title>
	<link>http://brockwoolf.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 08:19:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Undo a Commit in TortoiseSVN</title>
		<description><![CDATA[Go to Show Log Screen, select the revision that you want to undo, right click it and select Revert changes from this revision, this will do a reverse-merge. Source: http://stackoverflow.com/questions/248821/undoing-a-commit-in-tortoisesvn]]></description>
		<link>http://brockwoolf.com/blog/undo-a-commit-in-tortoisesvn</link>
			</item>
	<item>
		<title>Copy Mac Clipboard to iPad/iPhone (Using Automator + Dropbox)</title>
		<description><![CDATA[I came  up with a super useful way to copy the clipboard from OS X straight to your iPad or iPhone! Everything you need is free. Only pre-reqs are Dropbox and Automator. I've only tried this on Snow Leopard and I'm not sure if it works on Leopard. I use this to get URLs onto [...]]]></description>
		<link>http://brockwoolf.com/blog/copy-mac-clipboard-to-ipad</link>
			</item>
	<item>
		<title>Shell Scripts for QNAP TS-410</title>
		<description><![CDATA[This post follows setting up a QNAP TS-410. Scripts Transmission:]]></description>
		<link>http://brockwoolf.com/blog/shell-scripts-for-qnap-ts-410</link>
			</item>
	<item>
		<title>Copying Files with SCP</title>
		<description><![CDATA[When you want to copy files from one server to another, or remote to local copying. SCP is your tool. A typical scenario is I'm SSH'ed into a remote server and I want to copy a file on my Mac, to the Remote machine I'm sshed into. You can copy the "remote" file with this [...]]]></description>
		<link>http://brockwoolf.com/blog/copying-files-with-scp</link>
			</item>
	<item>
		<title>Rsync for Local Directory Mirroring</title>
		<description><![CDATA[Just a quick post on using the amazing rsync. Copy a local directory's contents /Volumes/src/ note the trailing slash, then place those contains inside /Volumes/des. rsync -Pva /Volumes/src/ /Volumes/des Key rsync Options Option Description -P shows progress during the transfer -v Turn on verbose mode -a This turns on archive mode. Bascially this causes rsync to [...]]]></description>
		<link>http://brockwoolf.com/blog/rsync-for-local-directory-mirroring</link>
			</item>
	<item>
		<title>Building a QNAP TS-410 Raid NAS</title>
		<description><![CDATA[Update: Shell Scripts for QNAP BusyBox Linux I recently acquired a QNAP TS-410 and thus far has been time consuming to setup. These things are great, but you can't just buy them, plug your drives in and have it working in 5 mins like an external drive... The problem is not with the NAS itself, [...]]]></description>
		<link>http://brockwoolf.com/blog/building-a-qnap-ts410-raid-nas</link>
			</item>
	<item>
		<title>No Interfaces Available in Wireshark on Mac OSX</title>
		<description><![CDATA[Easy fix. You need to give Wireshark permission to access the network devices. sudo chown {your account name} /dev/bpf*]]></description>
		<link>http://brockwoolf.com/blog/no-interfaces-available-in-wireshark-on-mac-osx</link>
			</item>
	<item>
		<title>Subversion Server on Mac OS X Leopard Server</title>
		<description><![CDATA[Nayan Hajratwala over at Agile Shrugged managed to write a really great article describing how he got Subversion repos running on Mac OS X Server. I got mine working on Mac OS X 10.5.8 but had to make a few different changes in order to get things working. His doesn't deal with multiple SVN repositories, [...]]]></description>
		<link>http://brockwoolf.com/blog/subversion-server-on-mac-os-x-leopard-server</link>
			</item>
	<item>
		<title>Compile ODE 0.11.0 on Mac OS X 10.6</title>
		<description><![CDATA[The Official ODE instructions for compiling on Mac OS (even Linux) are pretty useless. Their wiki and instruction files included with the source code contains 'generic' instrcutions that list at what worked years ago. It frustrates me that their entire project becauses useless on one platform because it takes an inner knowledge of ODE's development [...]]]></description>
		<link>http://brockwoolf.com/blog/compile-ode-0-11-0-on-mac-os-x-10-6</link>
			</item>
	<item>
		<title>Compiling PAL with Bullet Physics 2.75 (Linux)</title>
		<description><![CDATA[Install Bullet (Download Link): cd bullet-2.75/ cmake . -G "Unix Makefiles" -DBUILD_EXTRAS=on -DBUILD_DEMOS=on -DCMAKE_BUILD_TYPE=Debug make Pretty simple. The demos will be built to bullet-2.75/demos/ and the Bullet libs are built to bullet-2.75/src/]]></description>
		<link>http://brockwoolf.com/blog/compiling-pal-with-bullet-physics-2-75-linux</link>
			</item>
</channel>
</rss>
