Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从最近几天开始,我一直在研究SVN,现在我已经成功地为我的本地网络设置了 SVN 服务器。当我们在浏览器中打开任何存储库时,页面顶部会显示最后一个修订号。所以我想做的是。
如何在浏览器上显示上次提交的名称?我能够使用命令找到该名称,但有什么方法可以显示该浏览器的用户名?
任何建议和意见将不胜感激。
您可以安装单独的 SVN 浏览器,例如WebSVN或ViewVC。
此外,您还可以获得历史记录和差异等功能。