Quantcast
Channel: PowerShell General
Viewing all articles
Browse latest Browse all 10624

Powershell: SVN logs formatting issue- please help ; Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData

$
0
0

Please help me formatting as table or list view for svn log output.





$buildLatestLogs=svn log --limit 2 $Repo | Format-Table -AutoSiz

Send email code:

$body = "$buildLatestLogs"

Send-MailMessage -smtpServer $smtp -from $from -to $to -subject $subject -Body $body -BodyAsHtml


Email:

Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData 
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData 
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData 
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData


Viewing all articles
Browse latest Browse all 10624

Trending Articles