PoshSvn

0.5.2

Apache Subversion client for PowerShell

Project website: https://www.poshsvn.com/

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PoshSvn -RequiredVersion 0.5.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PoshSvn -Version 0.5.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Timofei Zhakov. All rights reserved.

Package Details

Author(s)

  • Timofei Zhakov

Tags

svn subversion

Cmdlets

Invoke-SvnStatus Invoke-SvnUpdate Invoke-SvnCheckout Invoke-SvnCleanup Invoke-SvnCommit Invoke-SvnMkdir Invoke-SvnInfo Invoke-SvnAdd Invoke-SvnDelete Invoke-SvnAdminCreate Invoke-SvnMove Invoke-SvnLog Invoke-SvnList Invoke-SvnRevert Invoke-SvnCopy Invoke-SvnSwitch Invoke-SvnExport Invoke-SvnImport Invoke-SvnCat Invoke-SvnDiff Invoke-SvnBlame New-SvnTarget

Dependencies

This module has no dependencies.

Release Notes

# Changelog

All notable changes to this project will be documented in this file.

## [0.5.0]

- Implement svn-cat cmdlet.
- Implement svn-diff cmdlet.
- Implement svn-blame cmdlet.
- Some fixes in commit output.
- Minor fixes and improvement.

## [0.4.0]

- Added vscode extension.
- Minor fixes and improvement.

## [0.3.0]

- Add -Revision parameter to svn-log cmdlet.
- Implement svn-import and svn-export cmdlets.
- Minor fixes and improvement.

## [0.2.0]

- Rework targets of cmdlets.
- Implement svn-switch.
- Minor fixes and improvement.

## [0.1.3]

- Minor fixes and improvement.
- Implement svn-copy.

## [0.1.2]

- Add documentation.
- Some fixes in metadata.

## [0.1.1]

- Include CRT to package
- Minor fixes in module manifest

## [0.1.0]

- Initial release

FileList

Version History

Version Downloads Last updated
0.6.2 3 4/25/2024
0.6.1 2 4/25/2024
0.6.0 4 4/23/2024
0.5.2 (current version) 19 3/27/2024
0.5.1 4 3/27/2024
0.5.0.1 3 3/27/2024
0.4.1 4 3/23/2024
0.4.0 7 3/22/2024
0.3.0 8 3/19/2024
0.2.0 9 3/17/2024
0.1.3 12 3/12/2024
0.1.2-alpha 8 3/9/2024
0.1.1-alpha 10 3/7/2024
0.1.0-alpha 6 3/7/2024
Show more