简体   繁体   English

Subversion中的问题

[英]Problem in Subversion

我在2台计算机上首次实现subversion进行测试。在客户端计算机中,我在项目的工作副本中工作。在这个项目中,我在表单中添加了一个Devxcomponent(按钮) ,然后提交项目并在服务器上发送新版本。当我在服务器中打开项目的更新工作副本时,我的项目在引用部分中出错并在我的新dll组件中显示黄色错误。我可以解决此问题吗?

Try to check if you're not using any third-party dll. 尝试检查您是否使用任何第三方DLL。 If so, it must be commited as well. 如果是这样,它也必须被提交。 You can create a folder named dll and add your button dll on it. 您可以创建一个名为dll的文件夹,并在其上添加您的按钮dll。 Commit that folder. 提交该文件夹。 When you update in server, just add the reference again to that dll. 在服务器中更新时,只需再次将引用添加到该dll。

Did you miss checking in the dll reference? 你有没有错过检查dll参考? You must do a svn add on files that you add to your project as references and commit them as well. 您必须对作为引用添加到项目中的文件执行svn add ,并提交它们。 Also you say you added the Devxcomponent (button) - did that involve adding a new file? 另外你说你添加了Devxcomponent(按钮) - 是否涉及添加新文件? You have to add that as well. 你也必须添加它。

Since you are using TortoiseSVN: 由于您使用的是TortoiseSVN:

Right click on your project -> TortoiseSVN -> Check for Modifications. 右键单击您的项目 - > TortoiseSVN - >检查修改。

Look for non-versioned items. 查找非版本的项目。 If the file / folder is non-versioned which is needed by your project, right click on it and click Add and then commit. 如果文件/文件夹是项目所需的非版本文件,请右键单击它并单击“添加”,然后单击“提交”。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM