使用VS2005和VSS有没有办法在签到中添加评论?

发布于 2024-07-07 05:38:19 字数 153 浏览 7 评论 0原文

所有的谷歌搜索都还没有为我找到答案......我有一个正在使用 VSS 和 VS2005 的开发人员。 签入有效(尽管在网络上非常痛苦),但似乎没有办法将评论放入签入中(除非您将其嵌入源文件中?)我将是第一个承认的人之一我对 VSS 的了解相当少,如果有一个“呃”答案,我会很高兴听到它:)

All the googling around hasn't found an answer for me yet... I have one of our devs that is using VSS and VS2005. Checking in works (abeit quite painfully across the 'Net) but there doesn't seem to be a way to put comments into a checkin (unless you embed it in the source file maybe?) I'll be one of the firs to admit that my knowledge of VSS is pretty slim, and if there's a "Duh" answer, would be happy to hear it :)

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

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

发布评论

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

评论(5

乖乖公主 2024-07-14 05:38:19

您可以使用 Visual Studio 中的“查看待处理签入...”可折叠窗格。 它有一个切换按钮,可显示评论框。

You can use the View Pending Checkins... collapsible pane in visual studio. It has a toggle button that exposes a comment box.

云淡风轻 2024-07-14 05:38:19

在 Visual Studio 2005 中,有一个“挂起的更改”视图,可让您向要签入的单个文件或一组文件添加注释。可以通过“视图”菜单访问挂起的更改。

In Visual Studio 2005 there is a "Pending Changes" view that lets you add comments to a single file or group of files to be checked in. Pending Changes can be accessed via the View menu.

双手揣兜 2024-07-14 05:38:19

如果您由于“立即签入”设置而错过添加评论,您仍然可以通过

  1. 签入相关文件来
  2. 添加签入评论,右键单击 SolutionExplorer
  3. 查看历史
  4. 记录中的文件名,双击最新的项目,
  5. 在评论下添加您的评论

If you missed to add comments due to the "Check In Now" setting, you can still add a CheckIn-comment via

  1. check in the file in question
  2. right-click on filename in SolutionExplorer
  3. View History
  4. double click on youngest item
  5. adding your comment under Comment
趁年轻赶紧闹 2024-07-14 05:38:19

当您签入文件时,应该有“快速”签入选项,并且签入选项旁边有省略号(...),表示将打开一个对话框。 当您使用此功能签入/签出文件时,对话框中有一个部分允许您添加注释。

When you go to check in a file(s) there should be the "fast" check in option and the check in option that has the ellipses (...) next to it indicating a dialog will open. When you use this feature to check in/out a file, there is a section in the dialog that allows you to add comments.

一笑百媚生 2024-07-14 05:38:19

从 VS2005 IDE 签入时,系统应该提示您输入签入注释。 如果不是,那么您可能在“工具”->“选项”->“源代码管理”->“环境”中勾选了“签入项目时不显示签入对话框”选项。 取消勾选,签入时将显示签入评论对话框。

When checking in from the VS2005 IDE you should be prompted for check-in comments. If you are not then you probably have the "Don't show Check In dialog box when checking in items" option ticked in Tools->Options->Source Control->Environment. Untick and the check-in comment dialog will display when checking in.

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