Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
svnでファイルを削除したい。私はこれを行います:
svnClient.Delete( pathToFile, new SvnDeleteArgs {Force = true} );
変更をコミットしたいとき、svn ファイルのステータスは「行方不明」ですが、「削除済み」が必要です。私は何を間違っていますか?
問題は、小文字へのパスを渡したということでした。SVN の場合、ファイル名がリポジトリと同じレジスタにあることが重要です。