sharpsvn search repository commits -


Using sharpsvn I want to find all comments on comment files in our SVN server for specific strings.

But I can not get to do this work, I have tried the following but I do not like my goal.

Error: The modification type requires a working path, not the URL

  SVNRVInRange range = new SVNVviewRenz (SVNrViewation.Working, SVNRvision. Zero); String targetPath = "http: // ********: 81 / svn /"; Collections & lt; SvnLogEventArgs & gt; item; SVNLogArgs args = new SVNLogArgs {Range = range}; Client.GetLog (new uri (targetpath), args, out item);   

Any idea would be great

The reason for this is that You have: New SVNVVGeneration (SVNRvision. Working, SNNrVision .ZOORO)

When you pass the bus, it does not set the modification number of your working copy The URL can >

Comments