简体   繁体   English

签出项目后,有什么办法释放所有SVN参考?

[英]Is there any way to release all SVN references after checking out the project?

We are using SVN repository. 我们正在使用SVN信息库。 Please note this is the 1st time I am using it and I have used TFS before. 请注意,这是我第一次使用它,之前我曾经使用过TFS。

To get latest code from SVN we do a checkout on the project folder. 为了从SVN获取最新代码,我们在项目文件夹上进行检出。 After that there is a green checkmark on the locally downloaded folder. 之后,本地下载的文件夹上会有一个绿色的选中标记。

When we try to open a visual studio solution from this folder, we get error loading project due to SVN references. 当我们尝试从该文件夹打开Visual Studio解决方案时,由于SVN引用,导致加载项目时出错。 Is there anyway to release the SVN checkout lock or something? 无论如何,有没有释放SVN结帐锁定之类的东西?

我已解决此问题,方法是在记事本中将其从Project文件中删除SVN参考行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 调试后项目引用被删除 - Project references dropped after debugging 在签出TFS项目之前,我需要创建哪个文件夹? - Which, if any, folders do I need to create before checking out a TFS project? 安装NServiceBus NuGet程序包后,我的项目不包含任何其他DLL引用。 - After installing the NServiceBus NuGet package my project does not contain any additional DLL references 包含所有服务参考以解决方案的单个项目? - Single project with all service references for solution? 是否有(更好的)方法来查找属性设置器的所有引用? - Is there a (better) way to find all references to a property setter? 删除所有对SQL字段的引用的最快方法? - Quickest way to remove all references to a SQL field? 在项目模板中包含对我自己的程序集的引用的最佳方法是什么? - What is the best way to include references to my own assemblies in a project template? VS2010 在解决方案中查找对项目的所有引用 - VS2010 Find all references to the project in solution SVN更新后无法在VS2010中加载项目 - After SVN-update cannot load project in VS2010 如何立即更改项目中所有引用的变量名称 - How to instantly change name of variable for all references in project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM