如何使用VSS中已有的项目?
我正在尝试将我的项目添加到源代码控制下。我正在使用“Microsoft VSS 6.0”。我的问题是,VSS 中有一个项目,我使用“获取最新版本”将其复制到我的系统上到 C:\latest_version 目录。然后我将整个项目复制到其他目录 (C:\working) 中,并删除了我获取最新版本的目录 (C:\latest_version)。 现在,每次我对代码进行任何更改并想要签入时,我都需要签出某个文件夹中的特定文件,复制该文件并用我的新文件替换该文件并签入。 我们可以通过视觉工作室来完成这一切吗?我看到一些教程描述了如何将项目添加到 VSS,但在我的例子中,项目已经在 VSS 中,我只想将其与我的项目链接。是否可以? 我不知道我是否正确使用VSS。我想知道人们通常如何使用它?如何办理入住、退房?
提前致谢 !!
I am trying to add my project under source control. I am using "Microsoft VSS 6.0" for it. My problem is, there is one project in VSS which I had copied on my system using 'Get Latest Version' to C:\latest_version directory. Then I copied that entire project in other directory (C:\working) and deleted the directory where I had taken latest version of it (C:\latest_version).
Now everytime I make any changes in code and want to do check in, I need to check out that particular file in some folder, copy-replace that file with my new file and check-in.
Can we do all this through visual studio? I saw some tutorials which describe how to add project to VSS but in my case project is already is in VSS and I just want to link it with my project. Is it possible?
I dont know whether I am using VSS correctly or not. I would like to know how do people usually use it? How to do check-in , check-out?
Thanks in advance !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要更改 VSS 中的工作目录以指向新目录。
You need to change the working directory in VSS to point to your new directory.