如何从 VS2008 源代码管理中删除文件夹,同时保持本地文件夹完好无损?

发布于 2024-09-19 22:39:38 字数 86 浏览 6 评论 0原文

我有一个已同步到团队服务器的工作文件夹。我想知道是否有一种方法可以删除某些子文件夹(即停止同步它们,并使它们对其他人不可见),而不实际在本地驱动器上删除它们?

I have a working folder that's synced to a team server. I was wondering if there is a way to remove some of the subfolders (i.e., stop syncing them, and make them invisible to others), without actually deleting them on the local drive?

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

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

发布评论

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

评论(2

风筝在阴天搁浅。 2024-09-26 22:39:38

我认为“从项目中排除”(通过右键单击解决方案资源管理器中的文件夹/文件)可能会对您有所帮助。

I think "Exclude from project" (by right clicking the folder/file in solution explorer) is what might help you.

冬天旳寂寞 2024-09-26 22:39:38

大多数源代码管理提供程序在从源代码管理中删除文件夹时不会删除这些文件夹。也有例外,但我不认为这是标准行为。如果是,您可以执行以下操作来解决该问题:

  1. 从资源管理器重命名目录并添加 .backup 扩展名
  2. 从源代码控制中删除文件夹。由于它已重命名,因此无法删除,因为源代码管理找不到它,
  3. 将文件夹重命名回原始名称。

Most source control providers do not delete the folders when they are removed from source control. There are exceptions but I don't believe this is the standard behavior. If it is though you can do the following to work around the problem

  1. From explorer rename the directory and add the .backup extension
  2. Remove the folder from source code control. Since it's renamed it can't be deleted because source control can't find it
  3. Rename the folder back to the original name.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文