Visual SVN for VS2010 保留对已删除分支的过时引用
我正在使用 Visual Studio 2010 的 Visual 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想清除最近使用的分支列表,您应该删除解决方案的 .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.
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.