Visual Studio 2010 中的 SourceSafe 错误 - 无法编辑文件 - 当前用户已在其他位置检出文件

发布于 2024-10-30 22:42:31 字数 498 浏览 0 评论 0原文

当我尝试编辑文件时,我在 Visual Studio 2010 中收到 SourceSafe 相关错误消息:

     File is already checked out by the current user in a different location 

背景:

  • 出于某种原因,源安全将文件保存在 3 个目录深处。
  • 例如,解决方案文件位于: VS2010Apps\CCP_Utility\CCP_Utility\CCP_Utility\
  • 解决方案文件应位于根目录中:VS2010Apps\CCP_Utility
  • 我将文件移动到 VS2010Apps\CCP_Utility 以创建此错误,现在我无法编辑我的项目....

问题:

  • 如何再次编辑我的文件并保持正确的目录结构???
  • 我是否只需删除源安全文件并将其重新添加到源安全还是什么?

SourceSafe Related Error message I got in Visual Studio 2010 when I tried to edit a file:

     File is already checked out by the current user in a different location 

Background:

  • For some reason source safe saved the files 3 directories deep.
  • For Example, The solution files were located in: VS2010Apps\CCP_Utility\CCP_Utility\CCP_Utility\
  • The solution files should be in the root directory: VS2010Apps\CCP_Utility
  • I moved the files to VS2010Apps\CCP_Utility to create this error and now I can't edit my project....

Question:

  • How can I edit my files again and keep the correct directory structure???
  • Do I Just delete the source safe files and re-add it to source safe or what?

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

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

发布评论

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

评论(2

草莓酥 2024-11-06 22:42:31

听起来 VSS 期望这些文件位于特定目录中。解决这个问题:

  • 找到并创建VSS期望的路径;带有 ccp_utility x 3 的一个。
  • 签入(所有文件)到 VSS。
  • 如果您此时不关心版本历史记录,请从 VSS 中删除该项目。
  • 断开/解除您的解决方案与版本控制的绑定。
  • 根据需要在磁盘上进行目录布局。
  • 拖拽将磁盘上新布局的根文件夹放入 VSS Explorer。建议将其作为 VSS 中的一条全新路径(除了您的旧项目),以避免任何复杂化。
  • 就 VSS 而言,您现在有了一个“新项目”。
  • 确保您的绑定正确,并且您应该能够正常继续。

It sounds like VSS is expecting those files in a particular directory. To solve this:

  • find and make the path that VSS is expecting; the one with ccp_utility x 3.
  • check-in (all files) to VSS.
  • if you don't care about version history at this point, delete the project from VSS.
  • disconnect/unbind your solution from version control.
  • make the directory layout on disk as you need.
  • drag & drop the root folder of your new layout on disk into VSS Explorer. Suggest make it a brand new path (aside your old project) in VSS, to avoid any complications.
  • you now have a 'new project' as far as VSS is concerned.
  • ensure your bindings are correct, and you should be able to continue as per normal.
谈下烟灰 2024-11-06 22:42:31

当我的工作机器被更换时,我就发生了这种情况,并且我忘记在更改之前签入旧机器上的一些文件。我想要使​​用该文件的本地副本,但 VSS 将其标记为在另一台机器 [我的旧机器] 上签出。

我刚刚打开 Source Safe Client,浏览到受影响的文件并签入它们:客户端询问我是否希望继续使用本地文件(是) - 然后在 Visual Studio 中重新加载项目。

This happened to me when my work machine was replaced and I had forgotten to check in some files on my old machine before the change. My local copy of the file was the one I wanted to work with, but VSS had it marked as checked out on a different machine [my old machine].

I just opened the Source Safe Client, browsed to the affected files and checked them in: the client asks if I wish to proceed using the local file (Yes) - then just reloaded the project in Visual Studio.

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