如何将Delphi代码添加到版本控制中?
我想通过 IDE 将 Delphi-4 代码添加到 VSS。这可能吗? 怎么做呢?
我正在开发用 Delphi 4 编写的代码的增强功能。文件夹的名称是“testCheck”。 我尝试通过单击将代码直接保存到 VSS,
workgroups\Add "testCheck" to version control
然后我检查了 VSS 以查看最新版本...我无法找到最新版本。
现在,当我返回 IDE 时,“工作组\将“testCheck”添加到版本控制” 无法单击。它已变得不可单击。
知道将代码从 Delphi IDE 保存/复制到 VSS 的方法是什么吗?
感谢和问候 瓦斯
I want to add Delphi-4 code to VSS via the IDE. Is that possible?
How to do so?
I am working on enhancements for a code written in Delphi 4. The name of the folder is "testCheck".
I tried saving the code directly into VSS by clicking
workgroups\Add "testCheck" to version control
then i checked the VSS to see the latest versions.... I am unable to find the latest version.
Now when I go back to the IDE the "workgroups\Add "testCheck" to version control"
cannot be clicked.it has become unclickable.
Any idea of what the method is to save/ copy code from Delphi IDE to VSS?
Thanks and Regards
Vas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经使用 VssConneXion 从 Delphi 7 连接到 VSS。不确定他们对版本 4 的支持。虽然我目前我正以最快的速度奔向 SVN。
I've used VssConneXion to interface to VSS from Delphi 7. Not certain of their support for version 4. Although I'm running as fast as I can towards SVN currently.