如何在不更新文件的情况下浏览 SVN 存储库中的 HEAD 文件?

发布于 2024-12-10 22:45:48 字数 247 浏览 0 评论 0原文

如何在不更新文件的情况下浏览 SVN 存储库中文件的 HEAD 修订版源代码?

我经常想在 VIcat 命令中浏览文件的 HEAD 修订版源代码。但我不想更新文件。(如果我更新文件,我必须使用 svn up -r [revNo] 重新更新。)

他们有什么方法可以做到这一点吗?

svn diff 不显示文件的完整源代码。

提前致谢

How can I glance a HEAD revision source code of a file in SVN repository without updating file?

I often want to glance a HEAD revision source code of a file in VI or cat command. but I don't want to update the file.(if I update the file, I have to re-update with svn up -r [revNo]. )

is they any way to do this?

svn diff doesn't show the whole source code of a file.

thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

神回复 2024-12-17 22:45:48

我认为你想要的是 svn cat :

$ svn cat file -rHEAD

给你 HEAD 修订版。 更多信息。

I think what you want is svn cat:

$ svn cat file -rHEAD

Gives you the HEAD revision. More info.

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