Re: API? Or Make PowerShell Work?

2018-03-05 Thread Pavel Lyalyakin
Hello Adam, Could you please tell us what automation tools do you plan to implement? What management tasks do you want to automate and how? On Wed, Feb 28, 2018 at 2:28 AM, Adam Humpherys wrote: > Odd. I went back to using just the basics: > >

Re: API? Or Make PowerShell Work?

2018-02-27 Thread Adam Humpherys
Odd. I went back to using just the basics: ps.AddCommand("Get-SvnRepository"); Collection output = ps.Invoke(); And now it's working. Initially, it told me it found the command in a module that hadn't been imported yet. But now it's working. So that's a bit weird. On Tuesday, February 27,

API? Or Make PowerShell Work?

2018-02-27 Thread adam
I found one old message (from 2008) that asked for an API And I'm curious if this is in consideration. We're building some automation tools to free up some developer time for managing SVN repositories in VisualSVN. I've been trying to use the PowerShell cmdlets from within a Windows service