I would like to get access to file content from SVN. It's quite easy when the path is in local disc like C:\folder...\ then I can use function get-content -path $path.
However, when my source path is SVN URL then I can't do it. Is there any simple way to do it?
Thanks in advance.