Search code examples
c#sharpsvn

How Can I read a file using sharpsvn client using c#


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


Solution

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