0

プロジェクトの名前を変更し、Xcode が新しいパッケージを作成しました。古いパッケージもそこに残されています。アプリケーションは新しい名前で正常に動作しますが、SVN にコミットしようとすると、新しいパッケージのファイルが「コピー済み」としてマークされているが、追加またはバージョン管理されていないディレクトリ内でスケジュールされていないなどのエラーが発生します。コンソールで SVN に追加しようとすると、既にバージョン管理されているという警告が表示されます。

問題は、オーガナイザーに古いパッケージしか表示されず、削除済みとしてマークされているのに、新しいパッケージが表示されないことです。

どうすればリストに追加できますか?

4

1 に答える 1

0

Get a fresh copy from the repository and then bring back your modifications from the renamed folder (excluding the.svn ones).

When finished delete the renamed folder. Otherwise you might end up with broken folders:

If you renaming a project, Xcode does not remove the .svn directory in the .xcodeproj. As a result, svn gets confused, thinking the renamed project directory is under version control
于 2012-09-07T20:11:08.327 に答える