gpt4 book ai didi

svn - Xcode 和 SVN : can't rename my class -> Error: 155007 (Path is not a working copy directory)

转载 作者:行者123 更新时间:2023-12-04 14:19:38 27 4
gpt4 key购买 nike

如果我尝试重命名我的类,我会收到以下错误:

Error During Rename

Error: 155007 (Path is not a working copy directory) Description: Path 'xxx/Classes/MyClass.h' is not a directory



重命名如下所示:
MyClass.h -> MYClass.h

也许这就是问题所在?

我已经对我的 SVN 目录进行了初始导入。到目前为止,这是有效的(删除,提交等)。唯一不能的是重命名类。

我试过:

4.Now delete your local copy (or move it to another location just in case).

5.Finally CHECKOUT the project from subversion (this will create the subversion .svn folders, …).

6.Reselect the subversion repository for this project.

7.Commit the entire project.



也没有 build SVN 目录中的目录。突出的一件事是我看不到任何 .svn 文件夹。我正在使用 Xcode 3.2.3。我尝试重命名/重构的文件位于 classes 文件夹中。我试图从 classes 文件夹中删除一个文件,它起作用了!

我读了 this .我也发现了一个类似的 problem .但目前还没有可用的解决方案。

最佳答案

我刚刚遇到了同样的问题,谷歌将我引向了这个问题,因此对迟到的“答案”表示歉意。

无论如何,我正在开发 eclipse 3.5、mac osx snow leopard,而您似乎也在开发 mac os x(xcode)?关键是,mac osx 的 hfs+-filesystem 大部分时间设置不区分大小写,因此由于您只是尝试更改文件名的大小写,这可能是您的问题。

我的解决方法是将 FOO.h 重命名为 Foo.h 为:

  • FOO.h -> FooBar.h
  • FooBar.h -> Foo.h

  • (注:目前,所有文件重命名,其中只有大小写更改会在我的系统上出现相同的问题)

    关于svn - Xcode 和 SVN : can't rename my class -> Error: 155007 (Path is not a working copy directory),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3777554/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com