Prabu
Prabu

Reputation: 159

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

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

Upvotes: 2

Views: 1952

Answers (1)

Bert Huijben
Bert Huijben

Reputation: 19612

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

Upvotes: 4

Related Questions