2

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

Prabu
  • 159
  • 2
  • 9

1 Answers1

4

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

Bert Huijben
  • 19,525
  • 4
  • 57
  • 73
  • hi Bert Huijben, thanks for ur ans.......... Although I can write a file in sharpsvn using svnclient.write(). If the file contains more than 1 revisions. how can I write those revisioned file contents separately ...... – Prabu Sep 15 '09 at 07:40
  • 2
    @Prabu: see http://stackoverflow.com/questions/1425732/how-to-read-each-revision-of-file-using-sharpsvn-client-using-c – Sander Rijken Jan 11 '10 at 17:51