开发者

Retrieving SVN log files with SharpSVNs client.diff(uri, range, ouput) in no way edits the repository right?

I have been using SharpSVN and love it but I wanted to ma开发者_JAVA技巧ke sure that the .GetLogs() and .Diff() functions in no way actually edit data on the repositories. These things just get you the information stored in the logs as if you were repo-browsing and looking at the logs through something like TurtoiseSVN right? Thanks.


I believe your assumption is correct. However, to test this you could access your repository using read-only credentials (how you set this up depends on your server type), and if everything succeeds then you aren't trying to modify your repository.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜