您将注意到TortoiseSVN 1.7.0 (在Windows7上)显示了这样一个窗口:
TortoiseSVN
(!) Upgrade working copy
This will upgrade your working copy to the new 1.7 format and make it unusable for older clients.
-> Upgrade the working copy
to the new 1.7 format.
-> Cancel
keep the current format.或者,恢复已删除的文件:
TortoiseSVN
(!) Confirm revert
Do you want to revert 'AboutDlg.cpp'?
All changes since the last update will be lost!
-> Revert
All changes will be lost.
-> Cancel
Leave all changes.微软Spy++说它的子窗口类是DirectUIHWND!这不是一种无文件记录的秘密技术吗?
在哪里可以找到DirectUIHWND在TortoiseSVN源代码集中的代码/用法?
注意:
我在.pot文件中找到了一个文本。
C:\A\tortoisesvn\Languages\TortoiseUI.pot(1818):msgid“自上次更新以来的所有更改都将丢失!”
http://tortoisesvn.googlecode.com/svn/trunk/Languages/TortoiseUI.pot
它们是如何使用的??
发布于 2011-12-01 13:39:56
CTaskDialog可以这样做,因此请查看msdn引用:
http://msdn.microsoft.com/en-us/library/dd293651.aspx
CTaskDialog似乎是Visual 2010附带的的一部分。
备注
CTaskDialog使用可以在WcUpgradeCommand.h周围找到。
http://tortoisesvn.googlecode.com/svn/trunk/src/TortoiseProc/Commands/WcUpgradeCommand.h
编辑:错误链接
https://stackoverflow.com/questions/8327804
复制相似问题