我正在使用MSBuild社區任務項目中的svncommit
任務。不幸的是我有一個相當大的一堆文件提交&它失敗,此錯誤:svncommit msbuild任務失敗,因爲命令行太長
The command-line for the "SvnCommit" task is too long. Command-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "SvnCommit" into multiple calls with fewer parameters per call.
我試過只是指着父文件夾的Targets
參數,但它似乎想要的文件。有什麼辦法可以告訴它只提交一個文件夾中的所有未決文件?