I recently had a need to develop some Powershell scripts to use Subversion in Powershell. I needed to automate checking out content from Subversion to a server. I decided to use SharpSVN, which is a great .NET client library for Subversion. So it also works well in Powershell. Because I had several places I wanted...