SVN Externals 意外状态问题 [英] SVN Externals unexpected state issue

查看:54
本文介绍了SVN Externals 意外状态问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试 SVN External,我想做的是有一个外部文件夹并将库从那里复制到我的 Lib 文件夹中.

I was trying out SVN External, what I want to do is have an external folder and copy over libraries from there into my Lib Folder.

我去了 SVN Externals,那里添加了 lib 文件夹和 svn 的路径我检查了我的项目,但出现以下错误

I went to SVN Externals, and there added the lib folder and path to svn I checked out my Project and I got the below error

推荐答案

根据我的经验,有些场景会使用 svn:externals 将文件夹或文件包含在状态 相对于父级的切换 URL.这很可能是您的问题的原因.您应该能够使用 svn status 命令、状态S"或 TortoiseSVN 检查修改,状态normal(s).

In my experience some scenarios will leave folders or files included by use of svn:externals in state the item has a Switched URL relative to the parent. This is most likely reason for your problem. You should be able to spot such elements using svn status command, status "S", or TortoiseSVN Check For Modifications, status normal (s).

解决此问题的最简单方法是从 TortoiseSVN Check For Modifications 窗口中的项目上下文菜单中选择操作 Switch back to parent.此操作可能会导致从工作副本中删除文件或文件夹,后续更新将从存储库中获取新副本.

Simplest way to resolve this is selecting action Switch back to parent from item's context menu in TortoiseSVN Check For Modifications window. This action may result in deletion of file or folder from working copy, subsequent update will fetch new copy from repository.

这篇关于SVN Externals 意外状态问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆