使用 SharpSVN client.diff(uri, range, ouput) 检索 SVN 日志文件绝不会编辑存储库,对吗?
我一直在使用 SharpSVN 并且喜欢它,但我想确保 .GetLogs() 和 .Diff() 函数实际上不会编辑存储库上的数据。这些东西只是让你获得存储在日志中的信息,就像你通过 TurtoiseSVN 之类的东西进行存储库浏览和查看日志一样,对吗?谢谢。
I have been using SharpSVN and love it but I wanted to make 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信你的假设是正确的。但是,要测试这一点,您可以使用只读凭据访问您的存储库(如何设置取决于您的服务器类型),如果一切成功,那么您就不会尝试修改您的存储库。
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.