使用 SharpSVN client.diff(uri, range, ouput) 检索 SVN 日志文件绝不会编辑存储库,对吗?

发布于 2024-09-06 14:43:36 字数 137 浏览 7 评论 0原文

我一直在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月打碎记忆 2024-09-13 14:43:36

我相信你的假设是正确的。但是,要测试这一点,您可以使用只读凭据访问您的存储库(如何设置取决于您的服务器类型),如果一切成功,那么您就不会尝试修改您的存储库。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文