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} );
当我想提交 chenges 时,在 svn 文件中的状态是 'missing',但我需要 'deleted'。我做错了什么?
问题是我通过了小写的路径。对于 SVN,文件名与存储库中的寄存器位于相同的寄存器中是很重要的。