如何在 C# 中以编程方式获取最新的前“n”个从 svn 存储库提交消息
我想建立一个网站,它只显示最新的(按日期、修订版?)“n”提交日志以及其他相关信息。
最好的方法是什么?我开始快速浏览 SharpSvn,但 GET 似乎基于修订范围而不是日期。
我想要一个基于 C# 的 .Net 的简单示例,该示例基于任何可用的库来完成工作。
I'd like to build a site which simply displays the top latest (by date, revision?) "n" commit logs plus other associated info.
What's the best way to do this? I started having a quick look at SharpSvn, but the GET seems to be based on Revision ranges rather than date.
I'd like a simple example for .Net in c# based on any available library which gets the job done.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
既然你提到使用 SharpSVN,我碰巧在 BuildMaster 中写了这个:
Since you mentioned using SharpSVN, I happen to have written this in BuildMaster: