简体   繁体   English

svn 外部没有添加所有文件

[英]svn externals not adding all files

We have an external app_code folder shared among multiple projects.我们有一个在多个项目之间共享的外部 app_code 文件夹。 I have noticed that when I do an svn update using tortoise svn that not all the files within the folder get added to my app_code working folder.我注意到,当我使用乌龟 svn 进行 svn 更新时,并非文件夹中的所有文件都添加到我的 app_code 工作文件夹中。 If I delete the whole folder and do an update all files are added.如果我删除整个文件夹并进行更新,则会添加所有文件。 This happens on all folders that are external.这发生在所有外部文件夹上。 Any help on how to work around this problem would be great.有关如何解决此问题的任何帮助都会很棒。 We have quite a few files in this folder and it is a pain to have to delete it everytime we want to get newer files.我们在这个文件夹中有很多文件,每次我们想要获取更新的文件时都必须删除它是很痛苦的。

External definition:外部定义:
app_code http://yversion/repos/app_code/Trunk app_code http://yversion/repos/app_code/Trunk
app_controls http://yversion/repos/app_controls/Trunk app_controls http://yversion/repos/app_controls/Trunk
app_themes http://yversion/repos/app_themes/Trunk app_themes http://yversion/repos/app_themes/Trunk
bin http://yversion/repos/bin/Trunk bin http://yversion/repos/bin/Trunk
pagesMaster http://yversion/repos/Masterpages/Trunk pagesMaster http://yversion/repos/Masterpages/Trunk
App_WebReferences http://yversion/repos/App_WebReferences/Trunk App_WebReferences http://yversion/repos/App_WebReferences/Trunk

Thanks谢谢
Royal皇家

Old question, but just in case anybody comes across it in a search, I was able to resolve this by running 'svn cleanup' on the root folder of the project.老问题,但万一有人在搜索中遇到它,我可以通过在项目的根文件夹上运行“svn cleanup”来解决这个问题。

Make sure that all your repositories have different uuids.确保所有存储库都有不同的 uuid。

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

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