In my code, I'm using a System.Net.WebClient to get individual files from an SVN repository, and this works fine.
I have an SVN external that I want to get some files from, and therefore cannot access these files in the same manner. What I would like to do is find what location the external is actually pointing to and then get the files from that location directly.
Is there any way of getting the SVN external property definition in .NET?