What are the recommended 'poor man' Powershell script versioning software options?
hello,
i've developed many powershell scripts , reside on various servers , workstations across domains on globe. i'd keep 'master' copy on win7 desktop , 'version' them. use ms ise , command line run scripts , continue so. suggestions on recommended 'poor man' (ie. no cost) powershell script versioning software options?
thanks help! sdedot
i've used both tortoisesvn , tortoisegit versioning, these solutions may not suit particular requirement.
for powershell profile keep master copy in 1 location , have couple of functions in there can use 'backup' or 'restore' the profile need be. allows me deploy other servers. pretty of relies on robocopy.
for doing proper script revisions suggest using subversion (tortoisesvn http://tortoisesvn.net/ ) or git (tortoisegit http://code.google.com/p/tortoisegit/ ).
thanks,
chris.
Windows Server > Windows PowerShell
Comments
Post a Comment