tags:

views:

364

answers:

1

Hi

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

+1  A: 

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

Bert Huijben
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
@Prabu: see http://stackoverflow.com/questions/1425732/how-to-read-each-revision-of-file-using-sharpsvn-client-using-c
Sander Rijken