description: Describes how to download PoshSvn binaries and sources. Locale: en-US online version: https://www.poshsvn.com/docs/Download/ schema: 2.0.0 title: Download PoshSvn
Download
Download PoshSvn sources or precompiled binaries.
PowerShell Gallery
You can find the PoshSvn module on the PowerShell Gallery and install it with just one simple command in your PowerShell terminal. Use the following command to install PoshSvn from the PowerShell Gallery:
Install-Module -Name PoshSvn
MSI Installer for PoshSvn
Embeddable PoshSvn package
Source Code
Checkout from Subversion
You can access the PoshSvn sources on my Subversion server through the following link: https://svn.rinrab.com/rinrab/poshsvn/trunk.
Important: If you don't have an account for the server, you can use the guest account with the username guest and an empty password.
Clone from GitHub mirror
Alternatively, you can clone the official GitHub mirror of the PoshSvn project using the following link: https://github.com/poshsvn/poshsvn.