AnkhSVN for VS2010:如何查看“父级”的历史记录像 aspx 这样的文件有代码隐藏和下面的设计吗?
我正在将 AnkhSVN 与 VS2010 结合使用,并尝试查看 .aspx 文件的历史记录,以便可以查看旧版本和工作副本之间的差异。当我右键单击该文件时,我会看到“查看历史记录”,但是当“历史记录查看器”打开时,我没有相同的上下文菜单选项,尤其是我需要的“显示更改”。我可以使用代码隐藏和设计器做我想做的事情,没有任何问题。我认为 Ankh 令人困惑的是,aspx 文件实际上是设计器和代码隐藏的父文件。我得出这个结论是因为,当我查看 aspx 的历史记录时,我会看到历史记录查看器窗口标题中列出的所有三个文件,而当我查看设计器和代码隐藏的历史记录时,我只看到一个文件名。
这是一个有解决方法的已知问题吗?
I am using AnkhSVN with VS2010 and am trying to view history on an .aspx file so that I can view differences between an old version and my working copy. When I right-click on the file, I see View History, but when the History Viewer opens, I don't have the same context menu options, especially Show Changes which is the one I need. I am able to do what I want with the codebehind and designer without any problems. What I think is confusing Ankh is that the aspx file is actually a parent file to the designer and codebehind. I comes to this conclusion because, when I look at history for the aspx, I see all three files listed in the History Viewer window title, whereas I only see a single file name when I view history for the designer and codebehind.
Is this a known issue that has a work-around?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能最简单的方法是:
我们正在研究一种方法,使历史查看器本身更容易做到这一点。
(您还可以在日志查看器中双击已更改的文件以查看该版本中的更改)
Probably the easiest way to do this:
We are working on a way to make this easier from the history viewer itself.
(You can also doubleclick on the changed files in the log viewer to see the changes in just that revision)