C# – How to read a file using sharpsvn client using c#

csharpsvn

Is there any way to read a file using sharpsvn…………….

Best Answer

You probably want SvnClient.Write()... This allows writing specific versions of a file to a stream.