Visual SVN for VS2010 保留对已删除分支的过时引用

发布于 2024-12-13 00:32:01 字数 409 浏览 3 评论 0原文

我正在使用 Visual Studio 2010Visual SVN 客户端插件。

我最近在 Visual SVN 中创建了一个分支,但我不小心将其保存到了错误的位置,在“trunk/”下指定了“NewName”,而不是在“branches/”下。在我意识到这个错误之前,我已经在工具栏的“Subversion Branch URL”下拉列表中多次切换了2个版本。

在“branches/”下创建新分支后,我删除了原始分支,但 Visual SVN 插件中的下拉列表仍然保留对过时/已删除分支的引用。我无法删除对“trunk/NewName”的下拉引用。有办法做到这一点吗?

我什至尝试过编辑注册表,但这没有帮助。

I'm using the Visual SVN client plug-in for Visual Studio 2010.

I recently created a branch in Visual SVN, but I accidentally saved it in to the wrong location, specifying "NewName" under "trunk/" instead of under "branches/". Before I realized the error, I had switched between the 2 version in the "Subversion Branch URL" dropdown in the toolbar several times.

After creating a new branch under "branches/", I deleted the the original branch, but the dropdown in the Visual SVN plugin is still holding on to a reference to the stale/deleted branch. I'm unable to delete the dropdown reference to "trunk/NewName". Is there a way to do this?

I've even tried editing the registry, but this didn't help.

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

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

发布评论

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

评论(2

半世晨晓 2024-12-20 00:32:01

如果您想清除最近使用的分支列表,您应该删除解决方案的 .suo 文件。删除此文件时必须关闭 Visual Studio。

If you would like to clear the list of most recently used branches you should delete the .suo file of your solution. Visual Studio must be closed when you delete this file.

小巷里的女流氓 2024-12-20 00:32:01

VisualSVN 仅保留 50 个最新分支的列表。此列表存储在 Visual Studio .suo 文件中。 VisualSVN 不会访问服务器来检索此列表。

VisualSVN just keeps list of 50 most recent branches. This list stored in Visual Studio .suo file. VisualSVN doesn't access server to retrieve this list.

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